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
RevLine 
[26740]1Index: ../trunk-jpl/test/NightlyRun/test4002.m
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test4002.m (revision 26455)
4+++ ../trunk-jpl/test/NightlyRun/test4002.m (revision 26456)
5@@ -824,6 +824,7 @@
6
7 md.timestepping.start_time=t;
8 md.timestepping.final_time=t+time_step;;
9+ md.transient.requested_outputs={'default','MaskOceanLevelset'};
10 md=solve(md,'Transient');
11
12 base=md.results.TransientSolution(end).Base;
13@@ -1003,8 +1004,9 @@
14 md.groundingline.melt_interpolation='SubelementMelt2';
15 md.groundingline.friction_interpolation='SubelementFriction2';
16 md.timestepping.coupling_time=time_step;
17- md.timestepping.time_step=time_step;
18+ md.timestepping.time_step=time_step;
19 md.timestepping.final_time=final_time-time_step;
20+ md.transient.requested_outputs={'default','MaskOceanLevelset'};
21 md.cluster.npocean=nPx*nPy;
22 md.cluster.np=2;
23 md.cluster.executionpath=[pwd '/run'];
Note: See TracBrowser for help on using the repository browser.