source:
issm/oecreview/Archive/25834-26739/ISSM-26358-26359.diff
Last change on this file was 26740, checked in by , 3 years ago | |
---|---|
File size: 1.8 KB |
-
../trunk-jpl/src/m/classes/SMBgemb.py
21 21 """ 22 22 23 23 #solution choices 24 self.isgraingrowth 25 self.isalbedo 26 self.isshortwave 27 self.isthermal 28 self.isaccumulation 29 self.ismelt 30 self.isdensification 31 self.isturbulentflux 32 self.isconstrainsurfaceT 24 self.isgraingrowth = 0 25 self.isalbedo = 0 26 self.isshortwave = 0 27 self.isthermal = 0 28 self.isaccumulation = 0 29 self.ismelt = 0 30 self.isdensification = 0 31 self.isturbulentflux = 0 32 self.isconstrainsurfaceT = 0 33 33 self.isclimatology = np.nan 34 34 35 35 # Inputs -
../trunk-jpl/src/m/classes/dsl.py
67 67 #}}} 68 68 69 69 def initialize(self, md): #{{{ 70 print('sdasa')71 exit()72 70 if np.isnan(self.global_average_thermosteric_sea_level): 73 71 self.global_average_thermosteric_sea_level = np.array([0, 0]).reshape(-1, 1) 74 72 print(' no dsl.global_average_thermosteric_sea_level specified: transient values set at zero') -
../trunk-jpl/src/m/classes/matdamageice.py
1 import numpy as np 2 1 3 from fielddisplay import fielddisplay 2 4 from project3d import project3d 3 5 from checkfield import checkfield
Note:
See TracBrowser
for help on using the repository browser.