Changeset 20049


Ignore:
Timestamp:
02/02/16 15:29:45 (9 years ago)
Author:
seroussi
Message:

NEW: new archive for test 342

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

Legend:

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

    r20020 r20049  
    1111md=setflowequation(md,'SSA','all');
    1212md.timestepping.time_step=0.;
    13 md.cluster=generic('name',oshostname(),'np',3);
     13md.thermal.requested_outputs={'default','BasalforcingsGeothermalflux'};
     14md.cluster=generic('name',oshostname(),'np',1);
     15%md.debug.valgrind='true';
    1416md=solve(md,ThermalSolutionEnum());
    1517
    1618%Fields and tolerances to track changes
    17 field_names     ={'Temperature','BasalforcingsGroundediceMeltingRate'};
    18 field_tolerances={1e-13,1e-8};
     19field_names     ={'Temperature','BasalforcingsGroundediceMeltingRate','BasalforcingsGeothermalflux'};
     20field_tolerances={1e-13,1e-8,1e-13};
    1921field_values={...
    2022        (md.results.ThermalSolution.Temperature),...
    2123        (md.results.ThermalSolution.BasalforcingsGroundediceMeltingRate),...
     24        (md.results.ThermalSolution.BasalforcingsGeothermalflux),...
    2225        };
Note: See TracChangeset for help on using the changeset viewer.