Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove BT2 switch #584

Merged
merged 2 commits into from
Jan 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions manual/eqs/BT2.tex

This file was deleted.

1 change: 0 additions & 1 deletion manual/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ eqs/ST5.tex \
eqs/ST6.tex \
eqs/LN1.tex \
eqs/BT1.tex \
eqs/BT2.tex \
eqs/BT3.tex \
eqs/BT4.tex \
eqs/BT8.tex \
Expand Down
3 changes: 1 addition & 2 deletions model/bin/build_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ switch_files()
esac

case $stress in
FLX0) flx='w3flx1md'
FLX0) flx=$NULL
flxx=$NULL ;;
FLX1) flx='w3flx1md'
flxx=$NULL ;;
Expand Down Expand Up @@ -651,7 +651,6 @@ switch_files()
case $s_bt in
BT0) bt=$NULL ;;
BT1) bt='w3sbt1md' ;;
BT2) bt='w3sbt2md mod_btffac' ;;
BT4) bt='w3sbt4md' ;;
BT8) bt='w3sbt8md' ;;
BT9) bt='w3sbt9md' ;;
Expand Down
4 changes: 0 additions & 4 deletions model/src/ww3_ounp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2424,10 +2424,6 @@ SUBROUTINE W3EXNC(I,NCID,NREQ,INDREQ,ORDER)
#ifdef W3_BT1
CALL W3SBT1 ( A, CG, WN, DEPTH, XBT, DIA )
#endif
#ifdef W3_BT2
SBTC2 = 2. * -0.067 / GRAV
CALL W3SBT2 ( A, CG, WN, DEPTH, XBT, DIA, SBTC2 )
#endif
#ifdef W3_BT4
IX=1 ! to be fixed later
IY=1 ! to be fixed later
Expand Down
10 changes: 0 additions & 10 deletions model/src/ww3_outp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,6 @@ PROGRAM W3OUTP
TABNME*9, TFNAME*16
CHARACTER(LEN=25) :: IDSRCE(7)
CHARACTER :: HSTR*6, HTYPE*3
#ifdef W3_BT2
REAL :: SBTC2
#endif
!/
!/ ------------------------------------------------------------------- /
!/
Expand Down Expand Up @@ -1198,9 +1195,6 @@ SUBROUTINE W3EXPO
#ifdef W3_BT1
USE W3SBT1MD
#endif
#ifdef W3_BT2
USE W3SBT2MD
#endif
#ifdef W3_BT4
USE W3SBT4MD
#endif
Expand Down Expand Up @@ -1981,10 +1975,6 @@ SUBROUTINE W3EXPO
#ifdef W3_BT1
CALL W3SBT1 ( A, CG, WN, DEPTH, XBT, DIA )
#endif
#ifdef W3_BT2
SBTC2 = 2. * -0.067 / GRAV
CALL W3SBT2 ( A, CG, WN, DEPTH, XBT, DIA, SBTC2 )
#endif
#ifdef W3_BT4
IX=1 ! to be fixed later
IY=1 ! to be fixed later
Expand Down