From b355dc2fbac442766385e03bc749eebfdc1fff27 Mon Sep 17 00:00:00 2001 From: Philipp Edelmann Date: Sun, 23 Jun 2024 15:05:02 -0600 Subject: [PATCH] fix table formatting --- doc/source/User_Guide/model_setup.rst | 42 +++++++++++++-------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/doc/source/User_Guide/model_setup.rst b/doc/source/User_Guide/model_setup.rst index 60eff675..d8030237 100644 --- a/doc/source/User_Guide/model_setup.rst +++ b/doc/source/User_Guide/model_setup.rst @@ -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: