Skip to content

Commit

Permalink
remove uslp/vslp
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinaAsmar-NOAA authored Dec 4, 2024
1 parent 3751656 commit 5134bae
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions sorc/ncep_post.fd/MDL2P.f
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ SUBROUTINE MDL2P(iostatusD3D)
INTEGER, dimension(ista_2l:iend_2u,jsta_2l:jend_2u) :: NL1X, NL1XF
real, dimension(ISTA_2L:IEND_2U,JSTA_2L:JEND_2U,LSM) :: TPRS, QPRS, FPRS
real, dimension(ISTA_2L:IEND_2U,JSTA_2L:JEND_2U,LSM) :: RHPRS
real, dimension(ISTA:IEND,JSTA:JEND,LSM) :: USLP, VSLP
real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u) :: CHI, PSI
!
INTEGER K, NSMOOTH
Expand Down Expand Up @@ -1773,17 +1772,6 @@ SUBROUTINE MDL2P(iostatusD3D)
endif
ENDIF
ENDIF
!
! *** K. ASMAR - SAVE ALL P-LEVELS OF U/V WINDS FOR VELOCITY POTENTIAL AND STREAMFUNCTION
!
IF (IGET(1021)>0 .OR. IGET(1022)>0) THEN
DO J=JSTA,JEND
DO I=ISTA,IEND
USLP(I,J,LP)=USL(I,J)
VSLP(I,J,LP)=VSL(I,J)
ENDDO
ENDDO
ENDIF
!
!*** ABSOLUTE VORTICITY
!
Expand Down

0 comments on commit 5134bae

Please sign in to comment.