Changeset 23496


Ignore:
Timestamp:
11/30/18 14:18:01 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

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

    r21056 r23496  
    55md=extrude(md,3,1.);
    66md=setflowequation(md,'HO','all');
    7 md.cluster=generic('name',oshostname(),'np',3);
     7md.cluster=generic('name',oshostname(),'np',1);
    88md.timestepping.time_step=0.;
    99md.thermal.penalty_threshold=7;
     10md.steadystate.maxiter=1;
     11md.verbose=verbose(0);
     12md.verbose.convergence=0;
     13md.verbose.module=0;
    1014md=solve(md,'Steadystate');
    1115
    1216%Fields and tolerances to track changes
    1317field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsGroundediceMeltingRate'};
    14 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06
     18field_tolerances={1e-09,1e-09,5e-08,5e-08,1e-09,5e-09,1e-06
    1519};
    1620field_values={...
  • issm/trunk-jpl/test/NightlyRun/test509.py

    r21408 r23496  
    2121# Fields and tolerances to track changes
    2222field_names     =['Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsGroundediceMeltingRate']
    23 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06]
     23field_tolerances=[1e-09,1e-09,5e-08,5e-08,1e-09,5e-09,1e-06]
    2424field_values=[\
    2525        md.results.SteadystateSolution.Vx,\
Note: See TracChangeset for help on using the changeset viewer.