Skip to content

Commit

Permalink
Deallocate all allocated arrays (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA authored Aug 4, 2022
1 parent 8ed92cb commit 4983789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sorc/ncep_post.fd/DEALLOCATE.f
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ SUBROUTINE DE_ALLOCATE
! deallocate(rainw(im,jsta_2l:jend_2u,lm))
deallocate(q2)
deallocate(omga)
deallocate(dpres)
deallocate(T_ADJ)
deallocate(ttnd)
deallocate(rswtt)
Expand Down Expand Up @@ -354,6 +355,7 @@ SUBROUTINE DE_ALLOCATE
deallocate(avgetrans)
deallocate(avgesnow)
deallocate(avgpotevp)
deallocate(aod550)
deallocate(ti)
deallocate(du_aod550)
deallocate(ss_aod550)
Expand Down Expand Up @@ -500,7 +502,6 @@ SUBROUTINE DE_ALLOCATE
deallocate(ssdp)
deallocate(sswt)
deallocate(sssv)
deallocate(dpres)
deallocate(rhomid)
! vrbls2d
deallocate(dusmass)
Expand Down

0 comments on commit 4983789

Please sign in to comment.