Changeset 18214
- Timestamp:
- 07/01/14 18:50:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/Greenland/runme.m
r18205 r18214 174 174 %Set transient options, run for 20 years, saving every timestep 175 175 md.timestepping.time_step=0.2; 176 md.timestepping.final_time=20 ;176 md.timestepping.final_time=200; 177 177 md.settings.output_frequency=1; 178 178 … … 192 192 if any(steps==7) 193 193 disp(' Step 7: Box Transient run'); 194 md = loadmodel('. ./Data/Greenland.HistoricTransient_1000yr');194 md = loadmodel('./Models/Greenland.HistoricTransient'); 195 195 196 196 %load past transient results
Note:
See TracChangeset
for help on using the changeset viewer.