Changeset 20049
- Timestamp:
- 02/02/16 15:29:45 (9 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test342.m
r20020 r20049 11 11 md=setflowequation(md,'SSA','all'); 12 12 md.timestepping.time_step=0.; 13 md.cluster=generic('name',oshostname(),'np',3); 13 md.thermal.requested_outputs={'default','BasalforcingsGeothermalflux'}; 14 md.cluster=generic('name',oshostname(),'np',1); 15 %md.debug.valgrind='true'; 14 16 md=solve(md,ThermalSolutionEnum()); 15 17 16 18 %Fields and tolerances to track changes 17 field_names ={'Temperature','BasalforcingsGroundediceMeltingRate' };18 field_tolerances={1e-13,1e-8 };19 field_names ={'Temperature','BasalforcingsGroundediceMeltingRate','BasalforcingsGeothermalflux'}; 20 field_tolerances={1e-13,1e-8,1e-13}; 19 21 field_values={... 20 22 (md.results.ThermalSolution.Temperature),... 21 23 (md.results.ThermalSolution.BasalforcingsGroundediceMeltingRate),... 24 (md.results.ThermalSolution.BasalforcingsGeothermalflux),... 22 25 };
Note:
See TracChangeset
for help on using the changeset viewer.