Changeset 28066 for issm/trunk-jpl/src/m/classes/SMBgemb.py
- Timestamp:
- 01/24/24 13:42:11 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/SMBgemb.py
r27682 r28066 105 105 self.dzMin = np.nan # initial min vertical allowable grid spacing (default dzMin/2) [m] 106 106 107 self.zY = np.nan # stre ch grid cells bellow top_z by a [top_dz * y ^ (cells bellow top_z)]107 self.zY = np.nan # stretch grid cells bellow top_z by a [top_dz * y ^ (cells bellow top_z)] 108 108 self.zMax = np.nan # initial max model depth (default is min(thickness, 250)) [m] 109 109 self.zMin = np.nan # initial min model depth (default is min(thickness, 130)) [m] … … 191 191 s += '{}\n'.format(fielddisplay(self, 'zMax', 'initial max model depth (default is min(thickness, 500)) [m]')) 192 192 s += '{}\n'.format(fielddisplay(self, 'zMin', 'initial min model depth (default is min(thickness, 30)) [m]')) 193 s += '{}\n'.format(fielddisplay(self, 'zY', 'stre ch grid cells bellow top_z by a [top_dz * y ^ (cells bellow top_z)]'))193 s += '{}\n'.format(fielddisplay(self, 'zY', 'stretch grid cells bellow top_z by a [top_dz * y ^ (cells bellow top_z)]')) 194 194 s += '{}\n'.format(fielddisplay(self, 'InitDensityScaling', ['initial scaling factor multiplying the density of ice', 'which describes the density of the snowpack.'])) 195 195 s += '{}\n'.format(fielddisplay(self, 'ThermoDeltaTScaling', 'scaling factor to multiply the thermal diffusion timestep (delta t)'))
Note:
See TracChangeset
for help on using the changeset viewer.