Ignore:
Timestamp:
12/12/19 16:34:47 (5 years ago)
Author:
Eric.Larour
Message:

CHG: updated to use the new dsl class.

File:
1 edited

Legend:

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

    r24284 r24471  
    1818md.slr.deltathickness = np.zeros((md.mesh.numberofelements, ))
    1919md.slr.sealevel = np.zeros((md.mesh.numberofvertices, ))
    20 md.slr.steric_rate = np.zeros((md.mesh.numberofvertices, ))
     20md.dsl.global_average_thermosteric_sea_level_change=np.zeros((2, ))
     21md.dsl.sea_surface_height_change_above_geoid=np.zeros((md.mesh.numberofvertices, ))
     22md.dsl.sea_water_pressure_change_at_sea_floor=zeros((md.mesh.numberofvertices, ))
     23
    2124
    2225#antarctica
Note: See TracChangeset for help on using the changeset viewer.