source:
issm/oecreview/Archive/25834-26739/ISSM-26455-26456.diff
Last change on this file was 26740, checked in by , 3 years ago | |
---|---|
File size: 1007 bytes |
-
../trunk-jpl/test/NightlyRun/test4002.m
824 824 825 825 md.timestepping.start_time=t; 826 826 md.timestepping.final_time=t+time_step;; 827 md.transient.requested_outputs={'default','MaskOceanLevelset'}; 827 828 md=solve(md,'Transient'); 828 829 829 830 base=md.results.TransientSolution(end).Base; … … 1003 1004 md.groundingline.melt_interpolation='SubelementMelt2'; 1004 1005 md.groundingline.friction_interpolation='SubelementFriction2'; 1005 1006 md.timestepping.coupling_time=time_step; 1006 md.timestepping.time_step=time_step;1007 md.timestepping.time_step=time_step; 1007 1008 md.timestepping.final_time=final_time-time_step; 1009 md.transient.requested_outputs={'default','MaskOceanLevelset'}; 1008 1010 md.cluster.npocean=nPx*nPy; 1009 1011 md.cluster.np=2; 1010 1012 md.cluster.executionpath=[pwd '/run'];
Note:
See TracBrowser
for help on using the repository browser.