Skip to content

Commit

Permalink
Fix doxygen docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Dec 26, 2024
1 parent 1129dc6 commit b81034f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/mptrac.h
Original file line number Diff line number Diff line change
Expand Up @@ -5164,28 +5164,28 @@ void module_diffusion_pbl(
*
* @note
* - Control parameters `TURB_DX_PBL`, `TURB_DX_TROP`, `TURB_DX_STRAT`, `TURB_DZ_TROP` and `TURB_DZ_PBL`, `TURB_DZ_TROP`, `TURB_DZ_STRAT` define horizontal and vertical
* diffusivities (in units of m**2 s**-1) in the PBL, troposphere, and stratosphere, respectively. The control parameter `DIFF_PBL_MIX` is used to switch vertical mixing
* diffusivities (in units of m**2 s**-1) in the PBL, troposphere, and stratosphere, respectively. The control parameter `DIFF_MIX_PBL` is used to switch vertical mixing
* in the PBL on or off.
* - Apply the following settings to reproduce Stohl et al. (2005):
* TURB_DX_PBL = 50
* TURB_DX_TROP = 50
* TURB_DX_STRAT = 0
* TURB_DX_PBL = 0
* TURB_DX_TROP = 0
* TURB_DX_STRAT = 0.1
* TURB_MESOX = 0.16
* TURB_MESOZ = 0.16
* DIFF_PBL_MIX = 0
* TURB_DX_PBL = 50
* TURB_DX_TROP = 50
* TURB_DX_STRAT = 0
* TURB_DX_PBL = 0
* TURB_DX_TROP = 0
* TURB_DX_STRAT = 0.1
* TURB_MESOX = 0.16
* TURB_MESOZ = 0.16
* DIFF_MIX_PBL = 0
* - Apply the following setting to reproduce Maryon et al. (1991) and Ryall et al. (1998):
* TURB_DX_PBL = 5300
* TURB_DX_TROP = 1325
* TURB_DX_STRAT = 1325
* TURB_DX_PBL = 0
* TURB_DX_TROP = 1.5
* TURB_DX_STRAT = 1.5
* TURB_MESOX = 0
* TURB_MESOZ = 0
* DIFF_PBL_MIX = 1
* TURB_DX_PBL = 5300
* TURB_DX_TROP = 1325
* TURB_DX_STRAT = 1325
* TURB_DX_PBL = 0
* TURB_DX_TROP = 1.5
* TURB_DX_STRAT = 1.5
* TURB_MESOX = 0
* TURB_MESOZ = 0
* DIFF_MIX_PBL = 1
*
* @author Lars Hoffmann
*/
Expand Down

0 comments on commit b81034f

Please sign in to comment.