source: issm/oecreview/Archive/11025-11228/ISSM-11203-11204.diff

Last change on this file was 11232, checked in by Eric.Larour, 13 years ago

Archiving changes from 11025 to 11228

File size: 1.1 KB
  • TabularUnified proj/ice/larour/issm-uci-clean/trunk-jpl/test/NightlyRun/test1208.m

     
    11%EISMINT benchmark experiment A
    2 numlayers=10;
    3 resolution=40000;
     2numlayers=8;
     3resolution=50000;
    44
    55%To begin with the numerical model
    66md=triangle(model,'../Exp/SquareEISMINT750000.exp',resolution);
     
    1818md.diagnostic.spcvz(pos)=0;
    1919
    2020%Adapt the time steps to the resolution
    21 md.timestepping.time_step=20;
     21md.timestepping.time_step=15;
    2222md.settings.output_frequency=500;
    23 md.timestepping.final_time=50000;
     23md.timestepping.final_time=30000;
    2424md.prognostic.stabilization=1;
    2525md.thermal.stabilization=1;
    2626
Note: See TracBrowser for help on using the repository browser.