Ignore:
Timestamp:
10/18/19 16:10:28 (5 years ago)
Author:
jdquinn
Message:

BUG: Extraneous spaces and other fixes (will continue with this tonight and over the weekend, as needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/boundaryconditions/SetIceSheetBC.py

    r24213 r24260  
    3131        print("      boundary conditions for stressbalance model: spc set as zero")
    3232
    33     #No ice front - > do nothing
     33    #No ice front -> do nothing
    3434
    3535    #Create zeros basalforcings and smb
     
    5151            md.thermal.spctemperature[pos] = md.initialization.temperature[pos]  #impose observed temperature on surface
    5252        if not isinstance(md.basalforcings.geothermalflux, np.ndarray) or not np.size(md.basalforcings.geothermalflux) == md.mesh.numberofvertices:
    53             md.basalforcings.geothermalflux = 50. * 10**- 3 * np.ones((md.mesh.numberofvertices))  #50 mW / m^2
     53            md.basalforcings.geothermalflux = 50. * 10**-3 * np.ones((md.mesh.numberofvertices))  #50 mW / m^2
    5454    else:
    5555        print("      no thermal boundary conditions created: no observed temperature found")
Note: See TracChangeset for help on using the changeset viewer.