Changeset 22722
- Timestamp:
- 04/28/18 20:56:52 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test4002.m
r22713 r22722 3 3 % 4 4 %Script control parameters 5 steps=[1 2 3 4 5 6 7 8 9 10 11 12];5 steps=[12]; 6 6 final_time=1/365; 7 7 … … 988 988 md.transient.isgroundingline=1; 989 989 md.timestepping.coupling_time=time_step; 990 991 md.timestepping.final_time=final_time ;990 md.timestepping.time_step=time_step; 991 md.timestepping.final_time=final_time-time_step; 992 992 md.cluster.npocean=nPx*nPy; 993 993 md.cluster.executionpath=[pwd '/run'];
Note:
See TracChangeset
for help on using the changeset viewer.