Changeset 13617


Ignore:
Timestamp:
10/11/12 09:27:43 (13 years ago)
Author:
jschierm
Message:

NEW: Working test236.py and test237.py (along with cosmetic matlab changes).

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test236.m

    r13582 r13617  
    1212load '../Data/delta18o.data'
    1313md.surfaceforcings.delta18o=delta18o;
    14 %  creating delta18oSurface
     14% creating delta18oSurface
    1515md.surfaceforcings.delta18o_surface(1,1:(length(delta18o))) = 0;
    1616md.surfaceforcings.delta18o_surface(2,:) = delta18o(2,:);
    1717
    1818% creating Present day and lgm temperatures
    19 % Same temperature over the all region :
    20 imonth=0:11;
     19% Same temperature over the all region:
    2120tmonth(1:12)=238.15+20.;
    2221for imonth=0:11
     
    3130md.thermal.spctemperature=mean(md.surfaceforcings.temperatures_lgm(1:md.mesh.numberofvertices,1:12),2); %-10*ones(md.mesh.numberofvertices,1);
    3231md.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;
     32itemp=0:md.timestepping.time_step:md.timestepping.final_time-md.timestepping.time_step;
    3433md.thermal.spctemperature(md.mesh.numberofvertices+1,:)=itemp;
    3534
  • issm/trunk-jpl/test/NightlyRun/test237.m

    r13582 r13617  
    1212load '../Data/delta18o.data'
    1313md.surfaceforcings.delta18o=delta18o;
    14 %  creating delta18oSurface
     14% creating delta18oSurface
    1515md.surfaceforcings.delta18o_surface(1,1:(length(delta18o))) = 0;
    1616md.surfaceforcings.delta18o_surface(2,:) = delta18o(2,:);
    1717
    1818% creating Present day and lgm temperatures
    19 % Same temperature over the all region :
    20 imonth=0:11;
     19% Same temperature over the all region:
    2120tmonth(1:12)=238.15+20.;
    2221for imonth=0:11
     
    3130md.thermal.spctemperature=mean(md.surfaceforcings.temperatures_lgm(1:md.mesh.numberofvertices,1:12),2); %-10*ones(md.mesh.numberofvertices,1);
    3231md.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;
     32itemp=0:md.timestepping.time_step:md.timestepping.final_time-md.timestepping.time_step;
    3433md.thermal.spctemperature(md.mesh.numberofvertices+1,:)=itemp;
    3534
Note: See TracChangeset for help on using the changeset viewer.