-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1: New Interpolation method (use contravarint rather than covarint). …
…2: Modify equatorial wave case. 3: Add the nudging for h.
- Loading branch information
1 parent
47a8851
commit e50aab4
Showing
9 changed files
with
241 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
CSSWM_OUTPUTPATH=/data/Aaron/TMIF_CSSWM/EquatorialWaveTest | ||
CSSWM_OUTPUTPATH=/data/Aaron/TMIF_CSSWM/Gill/csswm | ||
CSSWM_DT=200 | ||
CSSWM_TIMEEND=1200000 | ||
CSSWM_OUTPUTSTEP=1 | ||
CSSWM_TIMEEND=4320000 | ||
CSSWM_OUTPUTSTEP=500 | ||
CSSWM_GRAVITY=0.2391 | ||
CSSWM_DIFFUSION_KX=200000. | ||
CSSWM_DIFFUSION_KY=200000. | ||
CSSWM_DIFFUSION_TS=0.06 | ||
CSSWM_ADDFORCING_TIME=60000 | ||
CSSWM_ADDFORCING_TIME=4320000 | ||
CSSWM_H_NUDGE_TIME=86400 |
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
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
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
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
Oops, something went wrong.