-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f66f2c2
commit 038cc27
Showing
3 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule WW3
updated
49 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git a/model/src/w3srcemd.F90 b/model/src/w3srcemd.F90 | ||
index 9bd97c6f..c51a8609 100644 | ||
--- a/model/src/w3srcemd.F90 | ||
+++ b/model/src/w3srcemd.F90 | ||
@@ -2088,7 +2088,7 @@ CONTAINS | ||
#ifdef W3_IC3 | ||
CALL W3SIC3 ( SPEC,DEPTH, CG1, WN1, IX, IY, VSIC, VDIC ) | ||
#endif | ||
-#ifndef W3_IC4_NUMERICS | ||
+#if defined(W3_IC4) && !defined(W3_IC4_NUMERICS) | ||
CALL W3SIC4 ( SPEC,DEPTH, CG1, IX, IY, VSIC, VDIC ) | ||
#endif | ||
#ifdef W3_IC5 | ||
@@ -2119,7 +2119,7 @@ CONTAINS | ||
#ifdef W3_IC3 | ||
ATT=EXP(ICE*VDIC(IS)*DTG) | ||
#endif | ||
-#ifndef W3_IC4_NUMERICS | ||
+#if defined(W3_IC4) && !defined(W3_IC4_NUMERICS) | ||
ATT=EXP(ICE*VDIC(IS)*DTG) | ||
#endif | ||
#ifdef W3_IC5 |