Skip to content

Commit

Permalink
convert HSLMODE to an integer
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Sep 22, 2023
1 parent 3d39cf0 commit 7f29db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/src/w3gdatmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ MODULE W3GDATMD
#endif
LOGICAL :: LMPENABLED ! flag to enable Li et al. Langmuir parameterization
LOGICAL :: SDTAIL ! flag to enable high-freq tail in Li et al. Stokes Drift computations
REAL :: HSLMODE ! 0 for test (HSL=10m everywhere, 1 for coupler-based HSL)
INTEGER :: HSLMODE ! 0 for test (HSL=10m everywhere, 1 for coupler-based HSL)
!
! unstructured data
!
Expand Down Expand Up @@ -1089,7 +1089,7 @@ MODULE W3GDATMD
!
LOGICAL, POINTER :: LMPENABLED
LOGICAL, POINTER :: SDTAIL
REAL, POINTER :: HSLMODE
INTEGER, POINTER :: HSLMODE
!
! Variables for unstructured grids
!
Expand Down

0 comments on commit 7f29db6

Please sign in to comment.