Ignore:
Timestamp:
05/28/14 16:26:33 (11 years ago)
Author:
seroussi
Message:

NEW: reorganizing basal melting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test225.py

    r17590 r18068  
    2020
    2121#Fields and tolerances to track changes
    22 field_names     =['Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','BasalforcingsMeltingRate1', \
    23         'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsMeltingRate2', \
    24         'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsMeltingRate3']
     22field_names     =['Vx1','Vy1','Vz1','Vel1','Pressure1','Bed1','Surface1','Thickness1','Temperature1','BasalforcingsGroundediceMeltingRate1', \
     23        'Vx2','Vy2','Vz2','Vel2','Pressure2','Bed2','Surface2','Thickness2','Temperature2','BasalforcingsGroundediceMeltingRate2', \
     24        'Vx3','Vy3','Vz3','Vel3','Pressure3','Bed3','Surface3','Thickness3','Temperature3','BasalforcingsGroundediceMeltingRate3']
    2525field_tolerances=[\
    2626        1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-09,1e-05,\
     
    3737        md.results.TransientSolution[0].Thickness,\
    3838        md.results.TransientSolution[0].Temperature,\
    39         md.results.TransientSolution[0].BasalforcingsMeltingRate,\
     39        md.results.TransientSolution[0].BasalforcingsGroundediceMeltingRate,\
    4040        md.results.TransientSolution[1].Vx,\
    4141        md.results.TransientSolution[1].Vy,\
     
    4747        md.results.TransientSolution[1].Thickness,\
    4848        md.results.TransientSolution[1].Temperature,\
    49         md.results.TransientSolution[1].BasalforcingsMeltingRate,\
     49        md.results.TransientSolution[1].BasalforcingsGroundediceMeltingRate,\
    5050        md.results.TransientSolution[2].Vx,\
    5151        md.results.TransientSolution[2].Vy,\
     
    5757        md.results.TransientSolution[2].Thickness,\
    5858        md.results.TransientSolution[2].Temperature,\
    59         md.results.TransientSolution[2].BasalforcingsMeltingRate,\
     59        md.results.TransientSolution[2].BasalforcingsGroundediceMeltingRate,\
    6060        ]
Note: See TracChangeset for help on using the changeset viewer.