Skip to content

Commit

Permalink
fix table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tukss committed Jun 23, 2024
1 parent 5127188 commit b355dc2
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions doc/source/User_Guide/model_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,31 +321,31 @@ A number of logical variables can be used to turn certain physics on
described in Table table_logicals_, with default
values indicated in brackets.

.. _table_logicals:

.. centered:: **Table. Logicals.**

Variables in the Physical_Controls_Namelist
that may be specified to control run behavior (defaults indicated in
brackets)

+-----------------------------------+-----------------------------------+
| Variable [Default value] | Description |
+===================================+===================================+
| magnetism [.false.] | Turn magnetism on or off |
+-----------------------------------+-----------------------------------+
| rotation [.false.] | Turn rotation on or off (pressure |
| | is not scaled by E when off) |
+-----------------------------------+-----------------------------------+
| lorentz_forces [.true.] | Turn Lorentz forces on or off |
| | (magnetism must be .true.) |
+-----------------------------------+-----------------------------------+
| viscous_heating [.true.] | Turn viscous heating on or off |
| | (inactive in Boussinesq mode) |
+-----------------------------------+-----------------------------------+
| ohmic_heating [.true.] | Turn ohmic heating off or on |
| | (inactive in Boussinesq mode) |
+-----------------------------------+-----------------------------------+
.. _table_logicals:

+-----------------------------------+-----------------------------------+
| Variable [Default value] | Description |
+===================================+===================================+
| magnetism [.false.] | Turn magnetism on or off |
+-----------------------------------+-----------------------------------+
| rotation [.false.] | Turn rotation on or off (pressure |
| | is not scaled by E when off) |
+-----------------------------------+-----------------------------------+
| lorentz_forces [.true.] | Turn Lorentz forces on or off |
| | (magnetism must be .true.) |
+-----------------------------------+-----------------------------------+
| viscous_heating [.true.] | Turn viscous heating on or off |
| | (inactive in Boussinesq mode) |
+-----------------------------------+-----------------------------------+
| ohmic_heating [.true.] | Turn ohmic heating off or on |
| | (inactive in Boussinesq mode) |
+-----------------------------------+-----------------------------------+
.. centered:: **Table. Logicals.**


.. _initial_conditions:

Expand Down

0 comments on commit b355dc2

Please sign in to comment.