Changeset 24206


Ignore:
Timestamp:
10/04/19 13:11:17 (5 years ago)
Author:
Mathieu Morlighem
Message:

BUG: reverted back

File:
1 edited

Legend:

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

    r24205 r24206  
    11%Test Name: SquareShelfTherStea
    2 md=triangle(model(),'../Exp/Square.exp',3000000.);   %180000
     2md=triangle(model(),'../Exp/Square.exp',180000.);
    33md=setmask(md,'all','');
    44md=parameterize(md,'../Par/SquareShelf.par');
    5 md=extrude(md,6,1.);                                                                            %md=extrude(md,3,1.);
     5md=extrude(md,3,1.);
    66md=setflowequation(md,'SSA','all');
    77md.timestepping.time_step=0;
    8 md.cluster=generic('name',oshostname(),'np',1);   %3
    9 md.thermal.requested_outputs={'default', 'RadarAttenuationMacGregor', 'RadarAttenuationWolff', 'RadarPowerMacGregor', 'RadarPowerWolff'};
     8md.cluster=generic('name',oshostname(),'np',3);
    109md=solve(md,'Thermal');
    1110
    1211%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 %       };
     12field_names     ={'Temperature','BasalforcingsGroundediceMeltingRate'};
     13field_tolerances={1e-13,5e-6};
     14field_values={...
     15        (md.results.ThermalSolution.Temperature),...
     16        (md.results.ThermalSolution.BasalforcingsGroundediceMeltingRate),...
     17        };
Note: See TracChangeset for help on using the changeset viewer.