Changeset 23902


Ignore:
Timestamp:
05/02/19 17:08:52 (6 years ago)
Author:
schlegel
Message:

CHG: minor, display details

Location:
issm/trunk-jpl/src/m/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/SMBgemb.m

    r23901 r23902  
    3737                C     = NaN; %mean annual snow accumulation [kg m-2 yr-1]
    3838                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]
    4040
    4141                %optional inputs:
     
    307307                        fielddisplay(self,'Vmean','mean annual wind speed [m s-1] (default 10 m/s)');
    308308                        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]');
    310310                        fielddisplay(self,'zTop','depth over which grid length is constant at the top of the snopack (default 10) [m]');
    311311                        fielddisplay(self,'dzTop','initial top vertical grid spacing (default .05) [m] ');
  • issm/trunk-jpl/src/m/classes/SMBgemb.py

    r23901 r23902  
    4141                C     = float('NaN')    #mean annual snow accumulation [kg m-2 yr-1]
    4242                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]
    4444
    4545                #optional inputs:
     
    144144                string = "%s\n%s"%(string,fielddisplay(self,'Vmean','mean annual wind velocity [m s-1] (default 10 m/s)'))
    145145                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]'))
    147147                string = "%s\n%s"%(string,fielddisplay(self,'zTop','depth over which grid length is constant at the top of the snopack (default 10) [m]'))
    148148                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.