Skip to content

Commit

Permalink
Merge pull request NASA-LIS#1624 from lbusschaert/fix/1621
Browse files Browse the repository at this point in the history
Fixed uninitialized variable in Noah-MP401 irrigation module
  • Loading branch information
dmocko authored Oct 25, 2024
2 parents c70a372 + f9f5c51 commit cf937a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ subroutine noahmp401_getirrigationstates(n,irrigState)

t=(i-1)*LIS_rc%nensem(n)+m

timestep = NOAHMP401_struc(n)%dt
timestep = NOAHMP401_struc(n)%ts
soiltyp = noahmp401_struc(n)%noahmp401(t)%soiltype


Expand Down

0 comments on commit cf937a1

Please sign in to comment.