Skip to content

Commit

Permalink
rescale root zone
Browse files Browse the repository at this point in the history
  • Loading branch information
HelinWei-NOAA committed Sep 26, 2023
1 parent 1336b80 commit 7ffe827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions physics/noahmpdrv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1466,8 +1466,8 @@ subroutine transfer_mp_parameters (km,vegtype,soiltype,slopetype, &
parameters%wrrat = wrrat_table(vegtype) !wood to non-wood ratio
parameters%wdpool = wdpool_table(vegtype) !wood pool (switch 1 or 0) depending on woody or not [-]
parameters%tdlef = tdlef_table(vegtype) !characteristic t for leaf freezing [k]
parameters%nroot = nroot_table(vegtype) !number of soil layers with root present
! scale nroot based on the number of soil layers (the table is for 4-layer)
parameters%nroot = int(nroot_table(vegtype)*km/4.) !number of soil layers with root present
parameters%rgl = rgl_table(vegtype) !parameter used in radiation stress function
parameters%rsmin = rs_table(vegtype) !minimum stomatal resistance [s m-1]
parameters%hs = hs_table(vegtype) !parameter used in vapor pressure deficit function
Expand Down

0 comments on commit 7ffe827

Please sign in to comment.