Skip to content

Commit

Permalink
update wflow dir structure diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Jul 19, 2024
1 parent 065c15e commit e783edf
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions doc/source/BuildingRunningTesting/BuildRunLandDA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,20 +295,20 @@ As the experiment progresses, it will generate a number of directories to hold i
$LANDDAROOT: Base directory
├── land-DA_workflow(<CYCLEDIR>): Home directory of the land DA workflow
── ptmp (<PTMP>)
└── test (<envir>)
└── com
├── landda (<NET>)
│ └── vX.Y.Z (<model_ver>)
│ └── landda.YYYYMMDD (<RUN>.<PDY>): Directory containing the output files
└── output
└── logs
└── run_<forcing> (<LOGDIR>): Directory containing the log file of the Rocoto workflow
└── tmp (<DATAROOT>)
├── <jobid> (<DATA>): Working directory
└── DATA_SHARE
├── YYYYMMDD (<PDY>): Directory containing the intermediate or temporary files
└── DATA_RESTART: Directory containing the soft-links to the restart files for the next cycles
── ptmp (<PTMP>)
└── test (<envir>)
└── com
├── landda (<NET>)
│ └── vX.Y.Z (<model_ver>)
│ └── landda.YYYYMMDD (<RUN>.<PDY>): Directory containing the output files
└── output
└── logs
└── run_<forcing> (<LOGDIR>): Directory containing the log file of the Rocoto workflow
└── tmp (<DATAROOT>)
├── <jobid> (<DATA>): Working directory
└── DATA_SHARE
├── YYYYMMDD (<PDY>): Directory containing the intermediate or temporary files
└── DATA_RESTART: Directory containing the soft-links to the restart files for the next cycles
``<forcing>`` refers to the type of forcing data used (``gswp3`` or ``era5``). Each variable in parentheses and angle brackets (e.g., ``(<VAR>)``) is the name for the directory defined in the file ``land_analysis.yaml``. In the future, this directory structure will be further modified to meet the :nco:`NCO Implementation Standards<>`.

Expand Down

0 comments on commit e783edf

Please sign in to comment.