Skip to content

Commit

Permalink
set bulk urban roughness to table value
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Barlage committed Mar 19, 2019
1 parent 9d45381 commit a5ca65f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions phys/module_sf_noahmplsm.F
Original file line number Diff line number Diff line change
Expand Up @@ -1857,6 +1857,15 @@ SUBROUTINE ENERGY (parameters,ICE ,VEGTYP ,IST ,NSNOW ,NSOIL , & !in
ZPD = ZPDG
END IF
! special case for urban
IF (parameters%urban_flag) THEN
Z0MG = parameters%Z0MVT
ZPDG = 0.65 * parameters%HVT
Z0M = Z0MG
ZPD = ZPDG
END IF
ZLVL = MAX(ZPD,parameters%HVT) + ZREF
IF(ZPDG >= ZLVL) ZLVL = ZPDG + ZREF
! UR = UR*LOG(ZLVL/Z0M)/LOG(10./Z0M) !input UR is at 10m
Expand Down

0 comments on commit a5ca65f

Please sign in to comment.