source: issm/oecreview/Archive/25834-26739/ISSM-26455-26456.diff@ 26740

Last change on this file since 26740 was 26740, checked in by Mathieu Morlighem, 3 years ago

CHG: added 25834-26739

File size: 1007 bytes
  • ../trunk-jpl/test/NightlyRun/test4002.m

     
    824824
    825825        md.timestepping.start_time=t;
    826826        md.timestepping.final_time=t+time_step;;
     827                  md.transient.requested_outputs={'default','MaskOceanLevelset'};
    827828        md=solve(md,'Transient');
    828829
    829830        base=md.results.TransientSolution(end).Base;
     
    10031004    md.groundingline.melt_interpolation='SubelementMelt2';
    10041005    md.groundingline.friction_interpolation='SubelementFriction2';
    10051006    md.timestepping.coupling_time=time_step;
    1006    md.timestepping.time_step=time_step;
     1007    md.timestepping.time_step=time_step;
    10071008    md.timestepping.final_time=final_time-time_step;
     1009         md.transient.requested_outputs={'default','MaskOceanLevelset'};
    10081010    md.cluster.npocean=nPx*nPy;
    10091011    md.cluster.np=2;
    10101012    md.cluster.executionpath=[pwd '/run'];
Note: See TracBrowser for help on using the repository browser.