Skip to content

Commit

Permalink
Merge pull request #957 from dmocko/fix/noahmp401-allocation
Browse files Browse the repository at this point in the history
Deallocate Noah-MP-4.0.1 variables in coldstart for multiple nests
  • Loading branch information
jvgeiger authored Dec 14, 2021
2 parents 68dcfbc + c3469bf commit af94ed8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lis/surfacemodels/land/noahmp.4.0.1/NoahMP401_coldstart.F90
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,11 @@ subroutine NoahMP401_coldstart(mtype)

endif ! coldstart

deallocate(zsnso)
deallocate(tsnow)
deallocate(snice)
deallocate(snliq)
deallocate(zsoil)
deallocate(tsnoxy)
deallocate(zsnsoxy)
deallocate(snicexy)
Expand Down

0 comments on commit af94ed8

Please sign in to comment.