Ignore:
Timestamp:
11/22/16 04:36:54 (8 years ago)
Author:
bdef
Message:

BUG: fixing remnant errors

File:
1 edited

Legend:

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

    r21408 r21411  
    2828md.hydrology.sedimentlimit=800.0
    2929md.initialization.sediment_head=np.zeros((md.mesh.numberofvertices))
    30 md.hydrology.spcsediment_head=float('NaN')*np.ones((md.mesh.numberofvertices))
     30md.hydrology.spcsediment_head=np.nan*np.ones((md.mesh.numberofvertices))
    3131md.basalforcings.groundedice_melting_rate = 2.0*np.ones((md.mesh.numberofvertices))
    3232md.basalforcings.floatingice_melting_rate = np.zeros((md.mesh.numberofvertices))
     
    3535md.initialization.epl_head=np.zeros((md.mesh.numberofvertices))
    3636md.initialization.epl_thickness=np.ones((md.mesh.numberofvertices))
    37 md.hydrology.spcepl_head=float('NaN')*np.ones((md.mesh.numberofvertices))
     37md.hydrology.spcepl_head=np.nan*np.ones((md.mesh.numberofvertices))
    3838md.hydrology.mask_eplactive_node=np.zeros((md.mesh.numberofvertices))
    3939md.hydrology.epl_conductivity=30
Note: See TracChangeset for help on using the changeset viewer.