Skip to content

Commit

Permalink
Formatting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gayno committed Mar 15, 2024
1 parent db0f0e1 commit 7080bf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/ufs_utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -686,12 +686,12 @@ The gdas_init utility is used to create coldstart initial conditions for global
Location
--------

Find it here: ./util/gdas_init
Find it here: ``./util/gdas_init``

Build UFS_UTILS and set 'fixed' directories
-------------------------------------------

* Invoke the build script from the root directory: ./build_all.sh
* Invoke the build script from the root directory: ``./build_all.sh``
* Set the 'fixed' directories using the script in the 'fix' subdirectory: ./link_fixdirs.sh emc $MACHINE (where MACHINE is 'hera', 'jet', 'wcoss2', or 's4')

Configure for your experiment
Expand All @@ -700,7 +700,7 @@ Configure for your experiment
Edit the variables in the 'config' file (located in ./util/gdas_init) for your experiment:

* EXTRACT_DIR - Directory where data extracted from HPSS is stored.
* EXTRACT_DATA - Set to 'yes' to extract data from HPSS. If data has been extracted and is located in EXTRACT_DIR, set to 'no'.
* **EXTRACT_DATA** - Set to 'yes' to extract data from HPSS. If data has been extracted and is located in EXTRACT_DIR, set to 'no'.
* RUN_CHGRES - To run chgres, set to 'yes'. To extract data only, set to 'no'.
* yy/mm/dd/hh - The year/month/day/hour of your desired experiment. Currently, does not support pre-ENKF GFS data, prior to 2012 May 21 00z. Use two digits.
* LEVS - Number of hybrid levels plus 1. To run with 64 levels, set LEVS to 65.
Expand Down

0 comments on commit 7080bf8

Please sign in to comment.