Changeset 13617
- Timestamp:
- 10/11/12 09:27:43 (13 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test236.m
r13582 r13617 12 12 load '../Data/delta18o.data' 13 13 md.surfaceforcings.delta18o=delta18o; 14 % 14 % creating delta18oSurface 15 15 md.surfaceforcings.delta18o_surface(1,1:(length(delta18o))) = 0; 16 16 md.surfaceforcings.delta18o_surface(2,:) = delta18o(2,:); 17 17 18 18 % creating Present day and lgm temperatures 19 % Same temperature over the all region : 20 imonth=0:11; 19 % Same temperature over the all region: 21 20 tmonth(1:12)=238.15+20.; 22 21 for imonth=0:11 … … 31 30 md.thermal.spctemperature=mean(md.surfaceforcings.temperatures_lgm(1:md.mesh.numberofvertices,1:12),2); %-10*ones(md.mesh.numberofvertices,1); 32 31 md.thermal.spctemperature=repmat(md.thermal.spctemperature,1,md.timestepping.final_time/md.timestepping.time_step); 33 itemp =0:md.timestepping.time_step:md.timestepping.final_time-md.timestepping.time_step;32 itemp=0:md.timestepping.time_step:md.timestepping.final_time-md.timestepping.time_step; 34 33 md.thermal.spctemperature(md.mesh.numberofvertices+1,:)=itemp; 35 34 -
issm/trunk-jpl/test/NightlyRun/test237.m
r13582 r13617 12 12 load '../Data/delta18o.data' 13 13 md.surfaceforcings.delta18o=delta18o; 14 % 14 % creating delta18oSurface 15 15 md.surfaceforcings.delta18o_surface(1,1:(length(delta18o))) = 0; 16 16 md.surfaceforcings.delta18o_surface(2,:) = delta18o(2,:); 17 17 18 18 % creating Present day and lgm temperatures 19 % Same temperature over the all region : 20 imonth=0:11; 19 % Same temperature over the all region: 21 20 tmonth(1:12)=238.15+20.; 22 21 for imonth=0:11 … … 31 30 md.thermal.spctemperature=mean(md.surfaceforcings.temperatures_lgm(1:md.mesh.numberofvertices,1:12),2); %-10*ones(md.mesh.numberofvertices,1); 32 31 md.thermal.spctemperature=repmat(md.thermal.spctemperature,1,md.timestepping.final_time/md.timestepping.time_step); 33 itemp =0:md.timestepping.time_step:md.timestepping.final_time-md.timestepping.time_step;32 itemp=0:md.timestepping.time_step:md.timestepping.final_time-md.timestepping.time_step; 34 33 md.thermal.spctemperature(md.mesh.numberofvertices+1,:)=itemp; 35 34
Note:
See TracChangeset
for help on using the changeset viewer.