Skip to content

Commit

Permalink
edit for indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinaAsmar-NOAA authored Jul 26, 2024
1 parent 1941a3a commit 05aa62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/CALCHIPSI.f
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ SUBROUTINE CALCHIPSI(UISO,VISO,CHI,PSI)
CALL COLLECT_ALL(VISO(ISTA:IEND,JSTA:JEND,L),COL_VWIND)
DO J=1,JM
DO I=1,IM
IN_UWIND(I,J,L)=COL_UWIND(I,J)
IN_UWIND(I,J,L)=COL_UWIND(I,J)
IN_VWIND(I,J,L)=COL_VWIND(I,J)
ENDDO
ENDDO
Expand Down

0 comments on commit 05aa62f

Please sign in to comment.