Skip to content

Commit

Permalink
Merge branch 'development' into keqn_rans
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi authored Dec 19, 2024
2 parents c08672d + c864f79 commit ff4af2c
Showing 1 changed file with 25 additions and 4 deletions.
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

0 comments on commit ff4af2c

Please sign in to comment.