@@ -373,13 +373,13 @@ subroutine zero_bcs(fates,s)
373373 fates% bc_out(s)% rssun_pa(:) = 0.0_r8
374374 fates% bc_out(s)% rssha_pa(:) = 0.0_r8
375375
376- fates% bc_out(s)% albd_parb(:,:) = 0 .0_r8 ! zero albedo, soil absorbs all rad
377- fates% bc_out(s)% albi_parb(:,:) = 0 .0_r8 ! zero albedo, soil absorbs all rad
376+ fates% bc_out(s)% albd_parb(:,:) = 1 .0_r8 ! zero albedo, soil absorbs all rad
377+ fates% bc_out(s)% albi_parb(:,:) = 1 .0_r8 ! zero albedo, soil absorbs all rad
378378 fates% bc_out(s)% fabd_parb(:,:) = 0.0_r8 ! no rad absorbed by veg
379379 fates% bc_out(s)% fabi_parb(:,:) = 0.0_r8 ! no rad absorbed by veg
380- fates% bc_out(s)% ftdd_parb(:,:) = 1 .0_r8 ! rad flux to soil at bottom of veg is 100%
381- fates% bc_out(s)% ftid_parb(:,:) = 1 .0_r8 ! rad flux to soil at bottom of veg is 100%
382- fates% bc_out(s)% ftii_parb(:,:) = 1 .0_r8 ! rad flux to soil at bottom of veg is 100%
380+ fates% bc_out(s)% ftdd_parb(:,:) = 0 .0_r8 ! rad flux to soil at bottom of veg is 100%
381+ fates% bc_out(s)% ftid_parb(:,:) = 0 .0_r8 ! rad flux to soil at bottom of veg is 100%
382+ fates% bc_out(s)% ftii_parb(:,:) = 0 .0_r8 ! rad flux to soil at bottom of veg is 100%
383383
384384 fates% bc_out(s)% elai_pa(:) = 0.0_r8
385385 fates% bc_out(s)% esai_pa(:) = 0.0_r8
0 commit comments