CMS-Wave Options File - Format 2

From CIRPwiki
Revision as of 19:55, 25 October 2021 by Rdchlmeb (talk | contribs)
Jump to navigation Jump to search

This format is the newest to be implemented and will be effective as of the release of SMS version 13.2 or CMS2D version 5.2.10 or later. This format mimics the same style as the CMS-Flow parameter file (*.cmcards) and is meant to be much more readable and understandable by end users.

In this format, the first line must have the card 'CMS_WAVE_STD' as the first thing on line 1. The value for the card must be the integer value 2. Remaining cards can come in any order, but must follow some rules depending on the card (which is shown as the first object on each line).


Caption text
CARD VALUE TYPE OPTION LIST DESCRIPTION NOTES
WV_PROPAGATION_TYPE STRING 'WIND_AND_SPECTRA'
'SPECTRA_ONLY'
'FAST-MODE'
'FAST-MODE_SPECTRA_ONLY'
WV_PLANE_DEFINITION STRING ‘HALF-PLANE’
‘FULL-PLANE’
‘FULL-PLANE_WITH_REVERSE_SPECTRA’
WV_MATRIX_SOLVER STRING 'GAUSS-SEIDEL'
'ADI'
WV_CURRENT_TYPE STRING 'OFF' or 'NONE'
'MULTIPLE'
'SINGLE'
WV_BOUNDARY_NESTING STRING 'OFF' or 'NONE'
'LINEAR'
'MORPHIC'
WV_BOTTOM_FRICTION STRING 'OFF' or 'NONE'
'CONST_DARCY_WEISBACH'
'VAR_DARCY_WEISBACH'
'CONST_MANNINGS'
'VAR_MANNINGS'
WV_WETTING_DRYING STRING 'ON'
'OFF'
'ON_WITH_SEA-SWELL_FILES'
WV_DIFFRACTION_INTENSITY REAL #.### Range 0.0 <= [value] <= 1.0
WV_NUM_THREADS INTEGER # Only used when WV_MATRIX_SOLVER is set to 'GAUSS-SEIDEL'
WV_NESTING_CELLS INTEGER [INT INT ... INT INT] 0
# # # ... # #
If 0, nothing else is read
If n>0, reads 'n' pairs of I J cell values


Go Back to Model Parameters