Skip to content

Commit e039a94

Browse files
author
helin wei
committed
opt_trs bug fixed
1 parent 9e5eeb8 commit e039a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

physics/SFC_Models/Land/Noahmp/module_sf_noahmplsm.F90

+2-2
Original file line numberDiff line numberDiff line change
@@ -5873,15 +5873,15 @@ subroutine thermalz0(parameters, fveg, z0m, z0mg, zlvl,
58735873

58745874
z0h_out = z0m_out
58755875

5876-
elseif (opt_trs == chen09 .or. opt_trs == tessel) then
5876+
elseif (opt_trs == tessel) then
58775877

58785878
if (vegtyp <= 5) then
58795879
z0h_out = z0m_out
58805880
else
58815881
z0h_out = z0m_out * 0.01
58825882
endif
58835883

5884-
elseif (opt_trs == blumel99) then
5884+
elseif (opt_trs == chen09 .or. opt_trs == blumel99) then
58855885

58865886
reyn = ustarx*z0m_out/viscosity ! Blumel99 eqn 36c
58875887
if (reyn > 2.0) then

0 commit comments

Comments
 (0)