Skip to content

Commit 4169f4a

Browse files
James CraigJames Craig
authored andcommitted
Provided default wet/dry soil albedos so subcanopy radiation calcs work in standard HRUs
1 parent 347c819 commit 4169f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SoilClass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ void CSoilClass::InitializeSoilProperties(soil_struct &S, bool is_template,int n
390390
S.evap_res_fc =S.shuttleworth_b =DefaultParameterValue(is_template,true);
391391
S.PET_correction =1.0;
392392

393-
S.albedo_wet =DefaultParameterValue(is_template,true);
394-
S.albedo_dry =DefaultParameterValue(is_template,true);
393+
S.albedo_wet =0.16;
394+
S.albedo_dry =0.24;
395395

396396
//Conceptual parameters
397397
//-----------------------------------------------------

0 commit comments

Comments
 (0)