Changeset 22627
- Timestamp:
- 03/26/18 10:48:29 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test4002.m
r22378 r22627 3 3 % 4 4 %Script control parameters 5 steps=1 :12;5 steps=12; 6 6 final_time=1; 7 7 … … 843 843 if perform(org,'RunCoupledMITgcmISSM2'), 844 844 845 loaddata(org,'ParameterizeIce'); 846 847 md.transient.isoceancoupling=0; 845 848 md.miscellaneous.name='test4002'; 846 849 md.results=[]; 847 850 md.results.TransientSolution=[]; 851 md.timestepping.coupling_time=1/12; 852 md=solve(md,'Transient','runtimename',false); 853 854 md.transient.isoceancoupling=1; 855 md.timestepping.coupling_time=1/12; 856 848 857 md=solve(md,'Transient','runtimename',false); 849 858 … … 858 867 859 868 869 error 860 870 %Fields and tolerances to track changes 861 871 fnm=['run/SHICE_fwFluxtave_0000004380.data'];
Note:
See TracChangeset
for help on using the changeset viewer.