Changeset 27196 for issm/trunk-jpl/src/m/classes/SMBgemb.m
- Timestamp:
- 08/05/22 11:26:40 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/classes/SMBgemb.m ¶
r26550 r27196 73 73 % 2: default value of 1, in areas with grain radius below teThresh and areas of dry snow (not bare ice or wet) at the surface 74 74 75 swIdx = NaN; % apply all SW to top grid cell (0) or allow SW to penetrate surface (1) (default 1, if aIdx=2function of effective radius (Brun et al., 1992) or else dependent on snow density (taken from Bassford, 2002))75 swIdx = NaN; %apply all SW to top grid cell (0) or allow SW to penetrate surface (1) (default 0, if swIdx=1 and aIdx=2, function of effective radius (Brun et al., 1992) or else dependent on snow density (taken from Bassford, 2002)) 76 76 77 77 denIdx = NaN; %densification model to use (default is 2): … … 236 236 end 237 237 238 fielddisplay(self,'swIdx','apply all SW to top grid cell (0) or allow SW to penetrate surface (1) [default 1, ifaIdx=2 function of effective radius (Brun et al., 1992) or else dependent on snow density (taken from Bassford, 2002)]');238 fielddisplay(self,'swIdx','apply all SW to top grid cell (0) or allow SW to penetrate surface (1) [default 0, if swIdx=1 and aIdx=2 function of effective radius (Brun et al., 1992) or else dependent on snow density (taken from Bassford, 2002)]'); 239 239 fielddisplay(self,'denIdx',{'densification model to use (default is 2):',... 240 240 '1 = emperical model of Herron and Langway (1980)',... … … 343 343 self.aIdx = 1; 344 344 self.eIdx = 1; 345 self.swIdx = 1;345 self.swIdx = 0; 346 346 self.denIdx = 2; 347 347 self.dsnowIdx = 1;
Note:
See TracChangeset
for help on using the changeset viewer.