Skip to content

Commit

Permalink
Remove duplicate zeroing in sinput_jan
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Mar 26, 2024
1 parent c13bf6a commit 10ac544
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ecwam/sinput_jan.F90
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,6 @@ SUBROUTINE SINPUT_JAN (NGST, LLSNEG, KIJS, KIJL, FL1 , &
XLLWS(IJ,K,M)= 0.0_JWRB
ENDDO

DO IJ=KIJS,KIJL
XLLWS(IJ,K,M)= 0.0_JWRB
ENDDO

DO IGST=1,NGST
DO IJ=KIJS,KIJL
IF (LZ(IJ,K)) THEN
Expand Down

0 comments on commit 10ac544

Please sign in to comment.