Changeset 19273


Ignore:
Timestamp:
04/08/15 14:39:08 (10 years ago)
Author:
schlegel
Message:

CHG: revert test240 back to higher frequency time steps

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

Legend:

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

    r19270 r19273  
    1212%md.surfaceforcings.monthlytemperatures(1:md.mesh.numberofvertices,1:12)=273;
    1313
    14 % time steps and resolution
    15 md.timestepping.time_step=20;
    16 md.settings.output_frequency=1;
    17 md.timestepping.final_time=60;
    18 md.timestepping.interp_forcings=0;
    19 
    2014% Add temperature, precipitation and delta18o needed to measure the surface mass balance
    2115%  creating delta18o
    2216load '../Data/delta18o.data'
    23 md.surfaceforcings.delta18o=delta18o(:,1:(md.timestepping.final_time/md.timestepping.time_step)+1);
     17md.surfaceforcings.delta18o=delta18o;
    2418
    2519% creating Present day  temperatures
     
    4539end
    4640
     41% time steps and resolution
     42md.timestepping.time_step=0.5;
     43md.settings.output_frequency=1;
     44md.timestepping.final_time=2;
     45md.timestepping.interp_forcings=0;
    4746
    4847%
Note: See TracChangeset for help on using the changeset viewer.