Ignore:
Timestamp:
08/05/22 11:26:40 (3 years ago)
Author:
schlegel
Message:

CHG: make GEMB swId default value 0

File:
1 edited

Legend:

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

    r26550 r27196  
    7373                % 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
    7474
    75                 swIdx  = NaN; % apply all SW to top grid cell (0) or allow SW to penetrate surface (1) (default 1, if aIdx=2 function 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))
    7676
    7777                denIdx = NaN; %densification model to use (default is 2):
     
    236236                        end
    237237
    238                         fielddisplay(self,'swIdx','apply all SW to top grid cell (0) or allow SW to penetrate surface (1) [default 1, if aIdx=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)]');
    239239                        fielddisplay(self,'denIdx',{'densification model to use (default is 2):',...
    240240                                '1 = emperical model of Herron and Langway (1980)',...
     
    343343                        self.aIdx = 1;
    344344                        self.eIdx = 1;
    345                         self.swIdx = 1;
     345                        self.swIdx = 0;
    346346                        self.denIdx = 2;
    347347                        self.dsnowIdx = 1;
Note: See TracChangeset for help on using the changeset viewer.