Changeset 23902
- Timestamp:
- 05/02/19 17:08:52 (6 years ago)
- Location:
- issm/trunk-jpl/src/m/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/SMBgemb.m
r23901 r23902 37 37 C = NaN; %mean annual snow accumulation [kg m-2 yr-1] 38 38 Tz = NaN; %height above ground at which temperature (T) was sampled [m] 39 Vz = NaN; %height above ground at which wind (V) eas sampled [m]39 Vz = NaN; %height above ground at which wind (V) was sampled [m] 40 40 41 41 %optional inputs: … … 307 307 fielddisplay(self,'Vmean','mean annual wind speed [m s-1] (default 10 m/s)'); 308 308 fielddisplay(self,'Tz','height above ground at which temperature (T) was sampled [m]'); 309 fielddisplay(self,'Vz','height above ground at which wind (V) eas sampled [m]');309 fielddisplay(self,'Vz','height above ground at which wind (V) was sampled [m]'); 310 310 fielddisplay(self,'zTop','depth over which grid length is constant at the top of the snopack (default 10) [m]'); 311 311 fielddisplay(self,'dzTop','initial top vertical grid spacing (default .05) [m] '); -
issm/trunk-jpl/src/m/classes/SMBgemb.py
r23901 r23902 41 41 C = float('NaN') #mean annual snow accumulation [kg m-2 yr-1] 42 42 Tz = float('NaN') #height above ground at which temperature (T) was sampled [m] 43 Vz = float('NaN') #height above ground at which wind (V) eas sampled [m]43 Vz = float('NaN') #height above ground at which wind (V) was sampled [m] 44 44 45 45 #optional inputs: … … 144 144 string = "%s\n%s"%(string,fielddisplay(self,'Vmean','mean annual wind velocity [m s-1] (default 10 m/s)')) 145 145 string = "%s\n%s"%(string,fielddisplay(self,'Tz','height above ground at which temperature (T) was sampled [m]')) 146 string = "%s\n%s"%(string,fielddisplay(self,'Vz','height above ground at which wind (V) eas sampled [m]'))146 string = "%s\n%s"%(string,fielddisplay(self,'Vz','height above ground at which wind (V) was sampled [m]')) 147 147 string = "%s\n%s"%(string,fielddisplay(self,'zTop','depth over which grid length is constant at the top of the snopack (default 10) [m]')) 148 148 string = "%s\n%s"%(string,fielddisplay(self,'dzTop','initial top vertical grid spacing (default .05) [m] '))
Note:
See TracChangeset
for help on using the changeset viewer.