Skip to content

Commit

Permalink
Initializes root moisture stress formulation in ALM
Browse files Browse the repository at this point in the history
Adds the missing call to root moisture stress formulation during
land initialization

Fixes #1374
  • Loading branch information
Gautam Bisht committed Apr 6, 2017
1 parent 5fb6a7c commit 306ab00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/clm/src/main/init_hydrology.F90
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ subroutine init_hydrology( NLFilename )
call init_soilwater_movement

call init_soil_stress

call init_root_moist_stress()

end subroutine init_hydrology

0 comments on commit 306ab00

Please sign in to comment.