Changeset 22570


Ignore:
Timestamp:
03/19/18 16:23:09 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test233.js

    r21215 r22570  
    2020        1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06,
    2121        1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06,
    22         1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06];
     22        1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06];
    2323field_values=[
    2424        (md.results.TransientSolution[0](1).Vx),
  • issm/trunk-jpl/test/NightlyRun/test233.m

    r21056 r22570  
    1919        1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06, ...
    2020        1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06, ...
    21         1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
     21        1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06};
    2222field_values={...
    2323        (md.results.TransientSolution(1).Vx),...
  • issm/trunk-jpl/test/NightlyRun/test233.py

    r21408 r22570  
    2323#Fields and tolerances to track changes
    2424field_names     =['Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','BasalforcingsGroundediceMeltingRate1',
    25                                                                         'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsGroundediceMeltingRate2',
    26                                                                         'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsGroundediceMeltingRate3',
    27                                                                         'Vx4','Vy4','Vz4','Vel4','Pressure4','Bed4','Surface4','Thickness4','Temperature4','BasalforcingsGroundediceMeltingRate4']
     25        'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsGroundediceMeltingRate2',
     26        'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsGroundediceMeltingRate3',
     27        'Vx4','Vy4','Vz4','Vel4','Pressure4','Bed4','Surface4','Thickness4','Temperature4','BasalforcingsGroundediceMeltingRate4']
    2828field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,
    29                                                                         1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06,
    30                                                                         1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06,
    31                                                                         1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06]
     29        1e-09,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06,
     30        1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06,
     31        1e-08,1e-09,1e-08,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-06]
    3232field_values=[md.results.TransientSolution[0].Vx,
    33                                                         md.results.TransientSolution[0].Vy,
    34                                                         md.results.TransientSolution[0].Vz,
    35                                                         md.results.TransientSolution[0].Vel,
    36                                                         md.results.TransientSolution[0].Pressure,
    37                                                         md.results.TransientSolution[0].Base,
    38                                                         md.results.TransientSolution[0].Surface,
    39                                                         md.results.TransientSolution[0].Thickness,
    40                                                         md.results.TransientSolution[0].Temperature,
    41                                                         md.results.TransientSolution[0].BasalforcingsGroundediceMeltingRate,
    42                                                         md.results.TransientSolution[1].Vx,
    43                                                         md.results.TransientSolution[1].Vy,
    44                                                         md.results.TransientSolution[1].Vz,
    45                                                         md.results.TransientSolution[1].Vel,
    46                                                         md.results.TransientSolution[1].Pressure,
    47                                                         md.results.TransientSolution[1].Base,
    48                                                         md.results.TransientSolution[1].Surface,
    49                                                         md.results.TransientSolution[1].Thickness,
    50                                                         md.results.TransientSolution[1].Temperature,
    51                                                         md.results.TransientSolution[1].BasalforcingsGroundediceMeltingRate,
    52                                                         md.results.TransientSolution[2].Vx,
    53                                                         md.results.TransientSolution[2].Vy,
    54                                                         md.results.TransientSolution[2].Vz,
    55                                                         md.results.TransientSolution[2].Vel,
    56                                                         md.results.TransientSolution[2].Pressure,
    57                                                         md.results.TransientSolution[2].Base,
    58                                                         md.results.TransientSolution[2].Surface,
    59                                                         md.results.TransientSolution[2].Thickness,
    60                                                         md.results.TransientSolution[2].Temperature,
    61                                                         md.results.TransientSolution[2].BasalforcingsGroundediceMeltingRate,
    62                                                         md.results.TransientSolution[3].Vx,
    63                                                         md.results.TransientSolution[3].Vy,
    64                                                         md.results.TransientSolution[3].Vz,
    65                                                         md.results.TransientSolution[3].Vel,
    66                                                         md.results.TransientSolution[3].Pressure,
    67                                                         md.results.TransientSolution[3].Base,
    68                                                         md.results.TransientSolution[3].Surface,
    69                                                         md.results.TransientSolution[3].Thickness,
    70                                                         md.results.TransientSolution[3].Temperature,
    71                                                         md.results.TransientSolution[3].BasalforcingsGroundediceMeltingRate]
     33        md.results.TransientSolution[0].Vy,
     34        md.results.TransientSolution[0].Vz,
     35        md.results.TransientSolution[0].Vel,
     36        md.results.TransientSolution[0].Pressure,
     37        md.results.TransientSolution[0].Base,
     38        md.results.TransientSolution[0].Surface,
     39        md.results.TransientSolution[0].Thickness,
     40        md.results.TransientSolution[0].Temperature,
     41        md.results.TransientSolution[0].BasalforcingsGroundediceMeltingRate,
     42        md.results.TransientSolution[1].Vx,
     43        md.results.TransientSolution[1].Vy,
     44        md.results.TransientSolution[1].Vz,
     45        md.results.TransientSolution[1].Vel,
     46        md.results.TransientSolution[1].Pressure,
     47        md.results.TransientSolution[1].Base,
     48        md.results.TransientSolution[1].Surface,
     49        md.results.TransientSolution[1].Thickness,
     50        md.results.TransientSolution[1].Temperature,
     51        md.results.TransientSolution[1].BasalforcingsGroundediceMeltingRate,
     52        md.results.TransientSolution[2].Vx,
     53        md.results.TransientSolution[2].Vy,
     54        md.results.TransientSolution[2].Vz,
     55        md.results.TransientSolution[2].Vel,
     56        md.results.TransientSolution[2].Pressure,
     57        md.results.TransientSolution[2].Base,
     58        md.results.TransientSolution[2].Surface,
     59        md.results.TransientSolution[2].Thickness,
     60        md.results.TransientSolution[2].Temperature,
     61        md.results.TransientSolution[2].BasalforcingsGroundediceMeltingRate,
     62        md.results.TransientSolution[3].Vx,
     63        md.results.TransientSolution[3].Vy,
     64        md.results.TransientSolution[3].Vz,
     65        md.results.TransientSolution[3].Vel,
     66        md.results.TransientSolution[3].Pressure,
     67        md.results.TransientSolution[3].Base,
     68        md.results.TransientSolution[3].Surface,
     69        md.results.TransientSolution[3].Thickness,
     70        md.results.TransientSolution[3].Temperature,
     71        md.results.TransientSolution[3].BasalforcingsGroundediceMeltingRate]
  • issm/trunk-jpl/test/NightlyRun/test404.m

    r22566 r22570  
    1010%Fields and tolerances to track changes
    1111field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
    12 field_tolerances={7e-07,7e-07,2e-06,1e-06,5e-07};
     12field_tolerances={7e-07,7e-07,2e-06,1e-06,6e-07};
    1313field_values={...
    1414        (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test404.py

    r22566 r22570  
    2020#Fields and tolerances to track changes
    2121field_names     =['Vx','Vy','Vz','Vel','Pressure']
    22 field_tolerances=[7e-07,7e-07,2e-06,1e-06,5e-07]
     22field_tolerances=[7e-07,7e-07,2e-06,1e-06,6e-07]
    2323field_values=[\
    2424        md.results.StressbalanceSolution.Vx,\
  • issm/trunk-jpl/test/NightlyRun/test460.m

    r22569 r22570  
    2121        md=solve(md,'Stressbalance');
    2222        field_names     ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vz' i{1}],['Vel' i{1}],['Pressure' i{1}]};
    23         field_tolerances={field_tolerances{:},6e-07,1e-06,2e-06,1e-06,5e-07};
     23        field_tolerances={field_tolerances{:},2e-06,2e-06,2e-06,2e-06,5e-07};
    2424        field_values={field_values{:},...
    2525                (md.results.StressbalanceSolution.Vx),...
  • issm/trunk-jpl/test/NightlyRun/test460.py

    r22569 r22570  
    2929        md = solve(md,'Stressbalance')
    3030        field_names     = field_names + ['Vx'+i,'Vy'+i,'Vz'+i,'Vel'+i,'Pressure'+i]
    31         field_tolerances = field_tolerances + [6e-07,1e-06,2e-06,1e-06,5e-07]
     31        field_tolerances = field_tolerances + [2e-06,2e-06,2e-06,2e-06,5e-07]
    3232        field_values = field_values + [
    3333                        md.results.StressbalanceSolution.Vx,
Note: See TracChangeset for help on using the changeset viewer.