Skip to content

Commit

Permalink
Add LEVP setting documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Nov 7, 2024
1 parent f445566 commit c77770f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions doc/UsersGuide/CustomizingTheWorkflow/ConfigWorkflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1027,9 +1027,15 @@ FVCOM Parameters
``FVCOM_FILE``: (Default: "fvcom.nc")
Name of the file located in ``FVCOM_DIR`` that has :term:`FVCOM` data interpolated to the FV3-LAM grid. This file will be copied later to a new location, and the name will be changed to ``fvcom.nc`` if a name other than ``fvcom.nc`` is selected.

Vertical Coordinate File Parameter
Vertical Coordinate Parameters
------------------------------------

``LEVP``: (Default: 65)
Number of vertical levels in the atmosphere. In order to change this
number, the user will additionally need to create a vertical coordinate
distribution file; this process is described in :numref:`Section %s <VerticalLevels>`
This value should be the same in both ``make_ics`` and ``make_lbcs``.

``VCOORD_FILE``: (Default: ``"{{ workflow.FIXam }}/global_hyblev.l65.txt"``)
Full path to the file used to set the vertical coordinates in FV3. This file should be the same in both ``make_ics`` and ``make_lbcs``.

Expand All @@ -1047,9 +1053,15 @@ Non-default parameters for the ``make_lbcs`` task are set in the ``task_make_lbc
``OMP_STACKSIZE_MAKE_LBCS``: (Default: "1024m")
Controls the size of the stack for threads created by the OpenMP implementation.

Vertical Coordinate File Parameter
Vertical Coordinate Parameters
------------------------------------

``LEVP``: (Default: 65)
Number of vertical levels in the atmosphere. In order to change this
number, the user will additionally need to create a vertical coordinate
distribution file; this process is described in :numref:`Section %s <VerticalLevels>`
This value should be the same in both ``make_ics`` and ``make_lbcs``.

``VCOORD_FILE``: (Default: ``"{{ workflow.FIXam }}/global_hyblev.l65.txt"``)
Full path to the file used to set the vertical coordinates in FV3. This file should be the same in both ``make_ics`` and ``make_lbcs``.

Expand Down

0 comments on commit c77770f

Please sign in to comment.