Skip to content

Commit

Permalink
Fixed an error in MARSH module
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed May 24, 2024
1 parent b3fcc71 commit 7eb5dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hydro/schism_step.F90
Original file line number Diff line number Diff line change
Expand Up @@ -8175,7 +8175,7 @@ subroutine schism_step(it)

!Set Cd etc for marsh and also drowned marsh
!$OMP workshare
veg_di=0.d0; veg_h=0.d0; veg_nv=0.d0; veg_alpha=0.d0
veg_di=0.d0; veg_h=0.d0; veg_nv=0.d0; veg_alpha0=0.d0
!$OMP end workshare
!$OMP do
do i=1,np
Expand Down

0 comments on commit 7eb5dfe

Please sign in to comment.