Skip to content

Commit

Permalink
Describe Coriolis options in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ewquon authored Nov 15, 2024
1 parent 75c4749 commit d89bc7b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Docs/sphinx_doc/Inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,15 @@ List of Parameters
| **erf.use_coriolis** | Include Coriolis | true / false | false |
| | forcing | | |
+-------------------------------------+------------------------+-------------------+---------------------+
| **erf.rotational_time_period** | Used to calculate the | Real | 86400.0 |
| | Coriolis frequency | | |
+-------------------------------------+------------------------+-------------------+---------------------+
| **erf.latitude** | Used to calculate the | Real | 90.0 |
| | Coriolis frequency | | |
+-------------------------------------+------------------------+-------------------+---------------------+
| **erf.coriolis_3d** | Include z component in | true / false | true |
| | the Coriolis forcing | | |
+-------------------------------------+------------------------+-------------------+---------------------+
| **erf.use_rayleigh_damping** | Include explicit | true / false | false |
| | Rayleigh damping | | |
+-------------------------------------+------------------------+-------------------+---------------------+
Expand Down

0 comments on commit d89bc7b

Please sign in to comment.