Skip to content

Commit

Permalink
Removing in-canopy exchange coefficient by 50% test.
Browse files Browse the repository at this point in the history
  • Loading branch information
drnimbusrain committed Mar 28, 2024
1 parent f271593 commit 4ff9732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion physics/module_sf_noahmplsm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4414,7 +4414,8 @@ subroutine vege_flux(parameters,nsnow ,nsoil ,isnow ,vegtyp ,veg , &
! update ch for output
ch = cah
chleaf = cvh
chuc = (1./rahg)*0.50 ! Test of reducing in-canopy exchange coefficient by 50% PCC.
chuc = (1./rahg)
! chuc = (1./rahg)*0.50 ! Test of reducing in-canopy exchange coefficient by 50% PCC.

end subroutine vege_flux

Expand Down

0 comments on commit 4ff9732

Please sign in to comment.