Changeset 24206
- Timestamp:
- 10/04/19 13:11:17 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test206.m
r24205 r24206 1 1 %Test Name: SquareShelfTherStea 2 md=triangle(model(),'../Exp/Square.exp', 3000000.); %1800002 md=triangle(model(),'../Exp/Square.exp',180000.); 3 3 md=setmask(md,'all',''); 4 4 md=parameterize(md,'../Par/SquareShelf.par'); 5 md=extrude(md, 6,1.); %md=extrude(md,3,1.);5 md=extrude(md,3,1.); 6 6 md=setflowequation(md,'SSA','all'); 7 7 md.timestepping.time_step=0; 8 md.cluster=generic('name',oshostname(),'np',1); %3 9 md.thermal.requested_outputs={'default', 'RadarAttenuationMacGregor', 'RadarAttenuationWolff', 'RadarPowerMacGregor', 'RadarPowerWolff'}; 8 md.cluster=generic('name',oshostname(),'np',3); 10 9 md=solve(md,'Thermal'); 11 10 12 11 %Fields and tolerances to track changes 13 %field_names ={'Temperature','BasalforcingsGroundediceMeltingRate'};14 %field_tolerances={1e-13,5e-6};15 %field_values={...16 %(md.results.ThermalSolution.Temperature),...17 %(md.results.ThermalSolution.BasalforcingsGroundediceMeltingRate),...18 %};12 field_names ={'Temperature','BasalforcingsGroundediceMeltingRate'}; 13 field_tolerances={1e-13,5e-6}; 14 field_values={... 15 (md.results.ThermalSolution.Temperature),... 16 (md.results.ThermalSolution.BasalforcingsGroundediceMeltingRate),... 17 };
Note:
See TracChangeset
for help on using the changeset viewer.