Skip to content

Commit

Permalink
uncomment deallocate in calvor
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinaAsmar-NOAA authored Dec 4, 2024
1 parent 4627df4 commit f88bf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/UPP_PHYSICS.f
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@ SUBROUTINE CALVOR(UWND,VWND,ABSV)
if(jsta== 1) absv(ista:iend, 1)=avtemp(ista:iend, 1)
if(jend==jm) absv(ista:iend,jm)=avtemp(ista:iend,jm)

! deallocate (wrk1, wrk2, wrk3, cosl, iw, ie)
deallocate (wrk1, wrk2, wrk3, cosl, iw, ie)

ELSE !(MODELNAME == 'GFS' .or. global)

Expand Down

0 comments on commit f88bf42

Please sign in to comment.