Skip to content

Commit

Permalink
added flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tarankalra1 committed Aug 26, 2015
1 parent ac61a10 commit ce8d817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion COAWST_VEG/Master/mct_roms_swan.h
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@
!
#if defined WAVES_OCEAN && defined WEC_VF && \
defined BOTTOM_STREAMING && defined VEGETATION && \
defined VEG_STREAMING
&& defined VEG_SWAN_COUPLING && defined VEG_STREAMING
!
! Wave dissipation due to vegetation.
!
Expand Down
3 changes: 2 additions & 1 deletion COAWST_VEG/SWAN/Src/waves_coupler.F
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,8 @@ SUBROUTINE INITIALIZE_WAV_COUPLING (ng)
write(wostring(cid:cid+cad-1),'(a)') to_add(1:cad)
cid=cid+cad
!
#if defined VEGETATION && defined VEG_STREAMING
#if defined VEGETATION && defined VEG_SWAN_COUPLING \
defined VEG_STREAMING
to_add=':DISVEG'
cad=LEN_TRIM(to_add)
write(wostring(cid:cid+cad-1),'(a)') to_add(1:cad)
Expand Down

0 comments on commit ce8d817

Please sign in to comment.