source:
issm/oecreview/Archive/11025-11228/ISSM-11203-11204.diff
Last change on this file was 11232, checked in by , 13 years ago | |
---|---|
File size: 1.1 KB |
-
TabularUnified proj/ice/larour/issm-uci-clean/trunk-jpl/test/NightlyRun/test1208.m
1 1 %EISMINT benchmark experiment A 2 numlayers= 10;3 resolution= 40000;2 numlayers=8; 3 resolution=50000; 4 4 5 5 %To begin with the numerical model 6 6 md=triangle(model,'../Exp/SquareEISMINT750000.exp',resolution); … … 18 18 md.diagnostic.spcvz(pos)=0; 19 19 20 20 %Adapt the time steps to the resolution 21 md.timestepping.time_step= 20;21 md.timestepping.time_step=15; 22 22 md.settings.output_frequency=500; 23 md.timestepping.final_time= 50000;23 md.timestepping.final_time=30000; 24 24 md.prognostic.stabilization=1; 25 25 md.thermal.stabilization=1; 26 26
Note:
See TracBrowser
for help on using the repository browser.