Changeset 19273
- Timestamp:
- 04/08/15 14:39:08 (10 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/test240.m ¶
r19270 r19273 12 12 %md.surfaceforcings.monthlytemperatures(1:md.mesh.numberofvertices,1:12)=273; 13 13 14 % time steps and resolution15 md.timestepping.time_step=20;16 md.settings.output_frequency=1;17 md.timestepping.final_time=60;18 md.timestepping.interp_forcings=0;19 20 14 % Add temperature, precipitation and delta18o needed to measure the surface mass balance 21 15 % creating delta18o 22 16 load '../Data/delta18o.data' 23 md.surfaceforcings.delta18o=delta18o (:,1:(md.timestepping.final_time/md.timestepping.time_step)+1);17 md.surfaceforcings.delta18o=delta18o; 24 18 25 19 % creating Present day temperatures … … 45 39 end 46 40 41 % time steps and resolution 42 md.timestepping.time_step=0.5; 43 md.settings.output_frequency=1; 44 md.timestepping.final_time=2; 45 md.timestepping.interp_forcings=0; 47 46 48 47 %
Note:
See TracChangeset
for help on using the changeset viewer.