forked from NOAA-EMC/WW3
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'NOAA-EMC:develop' into init_bugs2
- Loading branch information
Showing
15 changed files
with
315 additions
and
18 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
&SIN4 | ||
SINTABLE=0, | ||
BETAMAX=1.35, | ||
CAPCHA=1, | ||
CHA0=0.0095, | ||
SIGMAUCAP=5.0, | ||
SINTAIL1=0.8, | ||
TAUWBUG = 1, | ||
UCAP=28.0 | ||
/ | ||
|
||
END OF NAMELISTS |
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 @@ | ||
NOGRB SHRD PR0 FLX0 LN1 ST4 NL1 BT1 DB1 TR0 BS0 IC0 IS0 REF0 WNT1 WNX1 CRT1 CRX1 O0 O1 O2 O3 O4 O5 O6 O7 O10 O11 |
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,70 @@ | ||
! -------------------------------------------------------------------- ! | ||
! WAVEWATCH III - ww3_grid.nml - Grid pre-processing ! | ||
! -------------------------------------------------------------------- ! | ||
|
||
! -------------------------------------------------------------------- ! | ||
! Define the spectrum parameterization via SPECTRUM_NML namelist | ||
! -------------------------------------------------------------------- ! | ||
&SPECTRUM_NML | ||
SPECTRUM%XFR = 1.10 | ||
SPECTRUM%FREQ1 = 0.0485 | ||
SPECTRUM%NK = 36 | ||
SPECTRUM%NTH = 24 | ||
/ | ||
|
||
! -------------------------------------------------------------------- ! | ||
! Define the run parameterization via RUN_NML namelist | ||
! -------------------------------------------------------------------- ! | ||
&RUN_NML | ||
RUN%FLSOU = T | ||
/ | ||
|
||
! -------------------------------------------------------------------- ! | ||
! Define the timesteps parameterization via TIMESTEPS_NML namelist | ||
! -------------------------------------------------------------------- ! | ||
&TIMESTEPS_NML | ||
TIMESTEPS%DTMAX = 900. | ||
TIMESTEPS%DTXY = 900. | ||
TIMESTEPS%DTKTH = 900. | ||
TIMESTEPS%DTMIN = 15. | ||
/ | ||
|
||
! -------------------------------------------------------------------- ! | ||
! Define the grid to preprocess via GRID_NML namelist | ||
! -------------------------------------------------------------------- ! | ||
&GRID_NML | ||
GRID%NAME = 'HOMOGENEOUS SOURCE TERM TEST' | ||
GRID%NML = '../input_capcha/namelists_CAPCHA.nml' | ||
GRID%TYPE = 'RECT' | ||
GRID%COORD = 'SPHE' | ||
GRID%CLOS = 'NONE' | ||
GRID%ZLIM = -5. | ||
GRID%DMIN = 5.75 | ||
/ | ||
|
||
! -------------------------------------------------------------------- ! | ||
! Define the rectilinear grid type via RECT_NML namelist | ||
! -------------------------------------------------------------------- ! | ||
&RECT_NML | ||
RECT%NX = 3 | ||
RECT%NY = 3 | ||
RECT%SX = 1. | ||
RECT%SY = 1. | ||
RECT%SF = 1.E-2 | ||
RECT%X0 = -1. | ||
RECT%Y0 = -1. | ||
RECT%SF0 = 1.E-2 | ||
/ | ||
|
||
! -------------------------------------------------------------------- ! | ||
! Define the depth to preprocess via DEPTH_NML namelist | ||
! -------------------------------------------------------------------- ! | ||
&DEPTH_NML | ||
DEPTH%SF = -2500. | ||
DEPTH%FILENAME = '../input/HOMOGENEOUS.depth' | ||
DEPTH%IDLA = 3 | ||
/ | ||
|
||
! -------------------------------------------------------------------- ! | ||
! WAVEWATCH III - end of namelist ! | ||
! -------------------------------------------------------------------- ! |
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,29 @@ | ||
! -------------------------------------------------------------------- ! | ||
! WAVEWATCH III ww3_ounf.nml - Grid output post-processing ! | ||
! -------------------------------------------------------------------- ! | ||
|
||
! -------------------------------------------------------------------- ! | ||
! Define the output fields to postprocess via FIELD_NML namelist | ||
! -------------------------------------------------------------------- ! | ||
&FIELD_NML | ||
FIELD%TIMESTART = '19680101 120000' | ||
FIELD%TIMESTRIDE = '10' | ||
FIELD%TIMECOUNT = '8000' | ||
FIELD%LIST = 'DPT WND ICE HS MSS MSD FAW WCC WCF WCH WCM FOC TAW CHA FWS WBT' | ||
FIELD%PARTITION = '0 1 2' | ||
FIELD%TYPE = 4 | ||
/ | ||
|
||
! -------------------------------------------------------------------- ! | ||
! Define the content of the output file via FILE_NML namelist | ||
! -------------------------------------------------------------------- ! | ||
&FILE_NML | ||
FILE%IX0 = 2 | ||
FILE%IXN = 2 | ||
FILE%IY0 = 2 | ||
FILE%IYN = 2 | ||
/ | ||
|
||
! -------------------------------------------------------------------- ! | ||
! WAVEWATCH III - end of namelist ! | ||
! -------------------------------------------------------------------- ! |
Oops, something went wrong.