Changeset 25640
- Timestamp:
- 10/06/20 15:02:00 (4 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test125.js
r21175 r25640 9 9 10 10 //md.verbose=verbose('solution',true); 11 md.settings. recording_frequency=5;11 md.settings.checkpoint_frequency=5; 12 12 13 13 // time steps and resolution -
issm/trunk-jpl/test/NightlyRun/test125.m
r23979 r25640 8 8 9 9 md.verbose=verbose('solution',true); 10 md.settings. recording_frequency=4;10 md.settings.checkpoint_frequency=4; 11 11 12 12 % time steps and resolution … … 46 46 (md.results.TransientSolution(9).Surface)-(md2.results.TransientSolution(9).Surface),... 47 47 (md.results.TransientSolution(9).Thickness)-(md2.results.TransientSolution(9).Thickness),... 48 (md.res ults.TransientSolution(9).IceVolume)-(md2.results.TransientSolution(9).IceVolume),...48 (md.resjustin.ults.TransientSolution(9).IceVolume)-(md2.results.TransientSolution(9).IceVolume),... 49 49 }; -
issm/trunk-jpl/test/NightlyRun/test125.py
r23793 r25640 18 18 19 19 md.verbose = verbose('solution', 1) 20 md.settings. recording_frequency = 420 md.settings.checkpoint_frequency = 4 21 21 22 22 # time steps and resolution -
issm/trunk-jpl/test/NightlyRun/test126.js
r21175 r25640 10 10 11 11 //md.verbose=verbose('solution',true); 12 md.settings. recording_frequency=5;12 md.settings.checkpoint_frequency=5; 13 13 14 14 // time steps and resolution -
issm/trunk-jpl/test/NightlyRun/test126.m
r21056 r25640 9 9 10 10 md.verbose=verbose('solution',true); 11 md.settings. recording_frequency=5;11 md.settings.checkpoint_frequency=5; 12 12 13 13 % time steps and resolution -
issm/trunk-jpl/test/NightlyRun/test126.py
r23793 r25640 19 19 20 20 md.verbose = verbose('solution', 1) 21 md.settings. recording_frequency = 521 md.settings.checkpoint_frequency = 5 22 22 23 23 # time steps and resolution
Note:
See TracChangeset
for help on using the changeset viewer.