Skip to content

Commit

Permalink
BUG: fixed uninitialized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lbusschaert committed Oct 21, 2024
1 parent c70a372 commit f9f5c51
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 f9f5c51

Please sign in to comment.