// This file defines what appears on the Main Page of the documentation
// generated by doxygen. The file contains no code, and does not appear
// in any cpp include statement.
/**
\mainpage FV3GFS Workflow Manager
\anchor mainpage-top
\section intro Introduction
With the FV3GFS system, a Rocoto driven workflow is being used. This workflow builds on the experiences and work of Kate.Howard and Terry.McGuinness for the GSM, but strips down a lot of complications arising from the use of a cumbersome \c para_config. The \c para_config no longer exists in the workflow and instead a number of \c config files are added, one each for an individual task e.g. \p config.anal contains the analysis specific information. A base config called as \c config.base contains
information related to the machine, super-structure, etc. The idea behind splitting the \p para_config into individual, smaller and managable configs is to provide a means to run any chosen task without the overhead of the full cycling framework. All the configs are located under \c fv3gfs/config
Additionally, the structure of the \c COMROT directory is now modified to look like operations. This enables the use of the workflow much closer to the operational environment, with the exception of the workflow manager.
This is a very much a work in progress and any issues should be reported back and are greatly appreciated.
\section expt_setup Setting up an experiment
To setup an experiment, a python script \c setup_expt.py (located in \c fv3gfs/ush) can be used:
$> setup_expt.py -h
usage: setup_expt.py [-h] [--machine {HERA,WCOSS_C}] --pslot PSLOT
[--configdir CONFIGDIR] [--idate IDATE] [--icsdir ICSDIR]
[--resdet RESDET] [--resens RESENS] [--comrot COMROT]
[--expdir EXPDIR] [--nens NENS] [--cdump CDUMP]
Setup files and directories to start a GFS parallel. Create EXPDIR, copy
config files Create COMROT experiment directory structure, link initial
condition files from $ICSDIR to $COMROT
optional arguments:
-h, --help show this help message and exit
--machine machine name
(default: WCOSS_C)
--pslot parallel experiment name [REQUIRED]
(default: None)
--configdir full path to directory containing the config files
(default: None)
--idate date of initial conditions
(default: 2016100100)
--icsdir full path to initial condition directory
(default: /scratch4/NCEPDEV/da/noscrub/Rahul.Mahajan/ICS)
--resdet resolution of the deterministic model forecast
(default: 384)
--resens resolution of the ensemble model forecast
(default: 192)
--comrot full path to COMROT
(default: None)
--expdir full path to EXPDIR
(default: None)
--nens number of ensemble members
(default: 80)
--cdump CDUMP to start the experiment
(default: gdas)
The above script creates directories \c EXPDIR and \c COMROT. It will make links for initial conditions from a location provided via the \c --icsdir argument for a chosen resolution for the control \c --resdet and the ensemble \c --resens. Experiment name is controlled by the input argument \c --pslot. The script will ask user input in case any of the directories already exist. It will copy experiment configuration files into the \c EXPDIR from \c CONFIGDIR.
Sample initial conditions for a few resolutions are available at:
Theia: /scratch4/NCEPDEV/da/noscrub/Rahul.Mahajan/ICS
WCOSS Cray: /gpfs/hps/emc/da/noscrub/Rahul.Mahajan/ICS
Next step is for the user to go through the individual config files (atleast \c config.base) and customize the experiment configuration based on user needs. A stock configuration will be provided at a later stage, but it is imperative that the user understand the steps involved in the system.
\section dependencies Main components and Caveats
The workflow touches almost all parts of the system and listed below are the branches of the components that will work with the FV3GFS workflow.
The workflow has not been integrated into the super-structure completely as yet.
Component | Build from |
---|---|
Workflow | |
NEMS | |
FV3 | |
GSI | |
ObsProc | |
Post | |
Verification | UNSUPPORTED |