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/test413.m

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