Skip to content

Commit

Permalink
Remove icount also related to id_out* counter
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Mar 22, 2024
1 parent bdd26d4 commit 3829661
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Hydro/schism_step.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9185,15 +9185,12 @@ subroutine schism_step(it)

#if defined USE_WW3
! Eastward wave radiation stress
icount=icount+1
call writeout_nc(id_out_ww3(1),'rsxx',1,1,npa,rsxx)

! Eastward northward wave radiation stress
icount=icount+1
call writeout_nc(id_out_ww3(2),'rsxy',1,1,npa,rsxy)

! Northward wave radiation stress
icount=icount+1
call writeout_nc(id_out_ww3(3),'rsyy',1,1,npa,rsyy)
#endif

Expand Down

0 comments on commit 3829661

Please sign in to comment.