Ignore:
Timestamp:
09/06/11 12:15:47 (14 years ago)
Author:
seroussi
Message:

implemented basalforcings in tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test411.m

    r8392 r9611  
    99
    1010%Fields and tolerances to track changes
    11 field_names     ={'Temperature','BasalMeltingRate'};
     11field_names     ={'Temperature','BasalforcingsMeltingRate'};
    1212field_tolerances={1e-13,1e-13};
    1313field_values={...
    1414        PatchToVec(md.results.ThermalSolution.Temperature),...
    15         PatchToVec(md.results.ThermalSolution.BasalMeltingRate),...
     15        PatchToVec(md.results.ThermalSolution.BasalforcingsMeltingRate),...
    1616        };
Note: See TracChangeset for help on using the changeset viewer.