Skip to content

Commit

Permalink
Some updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gayno committed Mar 14, 2024
1 parent 3f1359e commit b189015
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/source/ufs_utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -672,3 +672,29 @@ UFS_UTILS utilities

gdas_init
=========

Introduction
------------

The gdas_init utility is used to create coldstart initial conditions for global cycled experiments using the chgres_cube program. It has two components, one that pulls the input data required by chgres_cube from HPSS, and one that runs chgres_cube. The utility is only supported on machines with access to HPSS:

* Hera
* Jet
* WCOSS2
* S4 (Only the chgres step is supported, not the data pull step.)

Location
--------

Find it here: ./util/gdas_init

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

* 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
-----------------------------

Edit the 'config' file in ./util/gdas_init

0 comments on commit b189015

Please sign in to comment.