Skip to content

Commit

Permalink
Merge branch 'development' into enable_hybrid_fft
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Nov 17, 2024
2 parents 1fd66ba + d89bc7b commit dfaee33
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 dfaee33

Please sign in to comment.