Ignore:
Timestamp:
11/15/12 14:01:43 (12 years ago)
Author:
jschierm
Message:

CHG: Updated Python test problems for new results format.

File:
1 edited

Legend:

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

    r13879 r13967  
    2121field_tolerances=[1e-13,1e-13,1e-10,1e-10,1e-13,1e-11,1e-6]
    2222field_values=[\
    23         md.results['SteadystateSolution'][1]['Vx'],\
    24         md.results['SteadystateSolution'][1]['Vy'],\
    25         md.results['SteadystateSolution'][1]['Vz'],\
    26         md.results['SteadystateSolution'][1]['Vel'],\
    27         md.results['SteadystateSolution'][1]['Pressure'],\
    28         md.results['SteadystateSolution'][1]['Temperature'],\
    29         md.results['SteadystateSolution'][1]['BasalforcingsMeltingRate'],\
     23        md.results.SteadystateSolution.Vx,\
     24        md.results.SteadystateSolution.Vy,\
     25        md.results.SteadystateSolution.Vz,\
     26        md.results.SteadystateSolution.Vel,\
     27        md.results.SteadystateSolution.Pressure,\
     28        md.results.SteadystateSolution.Temperature,\
     29        md.results.SteadystateSolution.BasalforcingsMeltingRate,\
    3030        ]
Note: See TracChangeset for help on using the changeset viewer.