Skip to content

Commit

Permalink
add initialization for variables that are not calculated at Noahmp gl…
Browse files Browse the repository at this point in the history
…acier points
  • Loading branch information
grantfirl committed May 9, 2024
1 parent 25a5fc7 commit 94852db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions physics/SFC_Models/Land/Noahmp/noahmpdrv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,10 @@ subroutine noahmpdrv_run &
ch_vegetated = 0.0
ch_bare_ground = ch_noahmp
canopy_heat_storage = 0.0
lai_sunlit = 0.0
lai_shaded = 0.0
rs_sunlit = 0.0
rs_shaded = 0.0

else ! not glacier

Expand Down

0 comments on commit 94852db

Please sign in to comment.