source:
issm/oecreview/Archive/22819-23185/ISSM-23016-23017.diff
Last change on this file was 23186, checked in by , 7 years ago | |
---|---|
File size: 3.5 KB |
-
../trunk-jpl/test/Par/GiaIvinsBenchmarksAB.par
56 56 md.friction.q=ones(md.mesh.numberofelements,1); 57 57 58 58 %Numerical parameters 59 md.groundingline.migration='None'; 59 60 md.masstransport.stabilization=1.; 60 61 md.thermal.stabilization=1.; 61 62 md.verbose=verbose(0); -
../trunk-jpl/test/Par/GiaIvinsBenchmarksAB.py
64 64 md.friction.q = np.ones((md.mesh.numberofelements,)) 65 65 66 66 #Numerical parameters 67 md.groundingline.migration='None' 67 68 md.masstransport.stabilization = 1 68 69 md.thermal.stabilization = 1. 69 70 md.verbose = verbose(0) -
../trunk-jpl/test/Par/GiaIvinsBenchmarksCD.py
64 64 md.friction.q = np.ones((md.mesh.numberofelements,)) 65 65 66 66 #Numerical parameters 67 md.groundingline.migration='None' 67 68 md.masstransport.stabilization = 1. 68 69 md.thermal.stabilization = 1. 69 70 md.verbose = verbose(0) -
../trunk-jpl/test/NightlyRun/test2084.m
11 11 12 12 md.materials=materials('litho'); 13 13 md.miscellaneous.name='FourierLoveTest'; 14 md.groundingline.migration='None'; 14 15 15 16 md.verbose=verbose('all'); 16 17 cst=365.25*24*3600*1000; -
../trunk-jpl/test/NightlyRun/test2084.py
17 17 18 18 md.materials=materials('litho') 19 19 md.miscellaneous.name='FourierLoveTest' 20 md.groundingline.migration='None' 20 21 21 22 md.verbose=verbose('all') 22 23 cst=365.25*24*3600*1000 -
../trunk-jpl/test/NightlyRun/test2085.m
7 7 8 8 md.materials=materials('litho'); 9 9 md.miscellaneous.name='FourierLoveTest'; 10 md.groundingline.migration='None'; 10 11 11 12 md.verbose=verbose('111111101'); 12 13 cst=365.25*24*3600*1000; -
../trunk-jpl/test/NightlyRun/test2085.py
13 13 14 14 md.materials = materials('litho') 15 15 md.miscellaneous.name = 'FourierLoveTest' 16 md.groundingline.migration='None' 16 17 17 18 md.verbose = verbose('111111101') 18 19 cst = 365.25*24*3600*1000 -
../trunk-jpl/test/Par/GiaIvinsBenchmarksCD.par
55 55 md.friction.q=ones(md.mesh.numberofelements,1); 56 56 57 57 %Numerical parameters 58 md.groundingline.migration='None' 58 59 md.masstransport.stabilization=1.; 59 60 md.thermal.stabilization=1.; 60 61 md.verbose=verbose(0);
Note:
See TracBrowser
for help on using the repository browser.