Skip to content

Commit

Permalink
free memory associated with the sea ice arays
Browse files Browse the repository at this point in the history
  • Loading branch information
adarmenov committed Feb 8, 2019
1 parent 58bbcf4 commit 62637ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/umwm_util.F90
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ subroutine dealloc
deallocate(x,y)
deallocate(rhoa_2d,rhow_2d)
deallocate(wspd_2d,wdir_2d)
deallocate(fice_2d,ficef,ficeb,fice)
deallocate(uwb,vwb,uw,vw,uwf,vwf,ucb,uc_2d,ucf,vcb,vc_2d,vcf)
deallocate(dom,f,cth,cth2,sth,th)
deallocate(cth_curv,sth_curv)
Expand Down

0 comments on commit 62637ab

Please sign in to comment.