Ignore:
Timestamp:
07/16/19 17:01:27 (6 years ago)
Author:
schlegel
Message:

CHG: update nye check for 3 steps and add python tests

File:
1 edited

Legend:

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

    r24093 r24096  
    1 %Test Name: SquareSheetConstrainedTherTranNyeCO2
     1%Test Name: SquareSheetConstrainedTherTranNyeH2O
    22md=triangle(model(),'../Exp/Square.exp',180000.);
    33md=setmask(md,'','');
     
    1616
    1717%Fields and tolerances to track changes
    18 field_names     ={'Temperature','BasalforcingsGroundediceMeltingRate'};
    19 field_tolerances={1e-13,1e-13};
     18field_names     ={'Temperature1','BasalforcingsGroundediceMeltingRate1',...
     19        'Temperature3','BasalforcingsGroundediceMeltingRate3'};
     20field_tolerances={1e-13,1e-13,1e-13,1e-13};
    2021field_values={...
    2122        (md.results.TransientSolution(1).Temperature),...
    2223        (md.results.TransientSolution(1).BasalforcingsGroundediceMeltingRate),...
     24        (md.results.TransientSolution(3).Temperature),...
     25        (md.results.TransientSolution(3).BasalforcingsGroundediceMeltingRate),...
    2326        };
Note: See TracChangeset for help on using the changeset viewer.