Changeset 25419
- Timestamp:
- 08/17/20 14:55:34 (5 years ago)
- Location:
- issm/trunk-jpl/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/SurfaceMassBalancex/Gembx.cpp
r25407 r25419 407 407 // 0 : direct input from aValue parameter 408 408 // 1 : effective grain radius (Gardner & Sharp, 2009) 409 // 2 : effective grain radius (Brun et al., 2009)409 // 2 : effective grain radius (Brun et al., 1992, Lefebre et al., 2003) 410 410 // 3 : density and cloud amount (Greuell & Konzelmann, 1994) 411 411 // 4 : exponential time decay & wetness (Bougamont & Bamber, 2005) -
issm/trunk-jpl/src/m/classes/SMBgemb.m
r25396 r25419 60 60 % 0: direct input from aValue parameter 61 61 % 1: effective grain radius [Gardner & Sharp, 2009] 62 % 2: effective grain radius [Brun et al., 2009], with swIdx=1, SW penetration follows grain size in 3 spectral bands (Brun et al., 1992)62 % 2: effective grain radius [Brun et al., 1992; LeFebre et al., 2003]], with swIdx=1, SW penetration follows grain size in 3 spectral bands (Brun et al., 1992) 63 63 % 3: density and cloud amount [Greuell & Konzelmann, 1994] 64 64 % 4: exponential time decay & wetness [Bougamont & Bamber, 2005] … … 330 330 '0: direct input from aValue parameter',... 331 331 '1: effective grain radius [Gardner & Sharp, 2009]',... 332 '2: effective grain radius [Brun et al., 2009], with swIdx=1, SW penetration follows grain size in 3 spectral bands (Brun et al., 1992)',...332 '2: effective grain radius [Brun et al., 1992; LeFebre et al., 2003], with swIdx=1, SW penetration follows grain size in 3 spectral bands (Brun et al., 1992)',... 333 333 '3: density and cloud amount [Greuell & Konzelmann, 1994]',... 334 334 '4: exponential time decay & wetness [Bougamont & Bamber, 2005]'}) -
issm/trunk-jpl/src/m/classes/SMBgemb.py
r25396 r25419 66 66 # 0: direct input from aValue parameter 67 67 # 1: effective grain radius [Gardner & Sharp, 2009] 68 # 2: effective grain radius [Brun et al., 2009], with swIdx=1, SW penetration follows grain size in 3 spectral bands (Brun et al., 1992)68 # 2: effective grain radius [Brun et al., 1992; LeFebre et al., 2003], with swIdx=1, SW penetration follows grain size in 3 spectral bands (Brun et al., 1992) 69 69 # 3: density and cloud amount [Greuell & Konzelmann, 1994] 70 70 # 4: exponential time decay & wetness [Bougamont & Bamber, 2005] … … 175 175 '0: direct input from aValue parameter', 176 176 '1: effective grain radius [Gardner & Sharp, 2009]', 177 '2: effective grain radius [Brun et al., 2009], with swIdx=1, SW penetration follows grain size in 3 spectral bands (Brun et al., 1992)',177 '2: effective grain radius [Brun et al., 1992; LeFebre et al., 2003], with swIdx=1, SW penetration follows grain size in 3 spectral bands (Brun et al., 1992)', 178 178 '3: density and cloud amount [Greuell & Konzelmann, 1994]', 179 179 '4: exponential time decay & wetness [Bougamont & Bamber, 2005]']))
Note:
See TracChangeset
for help on using the changeset viewer.