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

Update rayleigh inputs in docs #2032

Merged
merged 1 commit into from
Dec 19, 2024
Merged
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
29 changes: 25 additions & 4 deletions Docs/sphinx_doc/Inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1087,11 +1087,32 @@ List of Parameters
| **erf.coriolis_3d** | Include z component in | true / false | true |
| | the Coriolis forcing | | |
+-------------------------------------+------------------------+-------------------+---------------------+
| **erf.use_rayleigh_damping** | Include explicit | true / false | false |
| | Rayleigh damping | | |
| **erf.rayleigh_damp_U** | Include explicit | true / false | false |
| | Rayleigh damping in | | |
| | the x-momentum equation| | |
+-------------------------------------+------------------------+-------------------+---------------------+
| **erf.nudging_from_input_sounding** | Include explicit | true / false | false |
| | Rayleigh damping | | |
| **erf.rayleigh_damp_V** | Include explicit | true / false | false |
| | Rayleigh damping in | | |
| | the y-momentum equation| | |
+-------------------------------------+------------------------+-------------------+---------------------+
| **erf.rayleigh_damp_W** | Include explicit | true / false | false |
| | Rayleigh damping in | | |
| | the z-momentum equation| | |
+-------------------------------------+------------------------+-------------------+---------------------+
| **erf.rayleigh_damp_T** | Include explicit | true / false | false |
| | Rayleigh damping in | | |
| | the potential | | |
| | temperature equation | | |
+-------------------------------------+------------------------+-------------------+---------------------+
| **erf.rayleigh_dampcoef** | Rayleigh damping | Real | 0.2 |
| | coefficient, an inverse| | |
| | timescale | | |
+-------------------------------------+------------------------+-------------------+---------------------+
| **erf.nudging_from_input_sounding** | Add momentum source | true / false | false |
| | terms to nudge the | | |
| | solution towards the | | |
| | initial sounding | | |
| | profile | | |
+-------------------------------------+------------------------+-------------------+---------------------+
| **erf.input_sounding_file** | Name(s) of the | String(s) | input_sounding_file |
| | input sounding file(s) | | |
Expand Down
Loading