From fcdbc3635288f41f2586cab5393e0bd2aff2a5e6 Mon Sep 17 00:00:00 2001 From: gspetro-NOAA Date: Fri, 19 Jul 2024 13:32:52 -0400 Subject: [PATCH] update wflow dir structure diagram --- doc/source/BuildingRunningTesting/BuildRunLandDA.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/source/BuildingRunningTesting/BuildRunLandDA.rst b/doc/source/BuildingRunningTesting/BuildRunLandDA.rst index 444c91c8..8f11ed49 100644 --- a/doc/source/BuildingRunningTesting/BuildRunLandDA.rst +++ b/doc/source/BuildingRunningTesting/BuildRunLandDA.rst @@ -296,19 +296,22 @@ As the experiment progresses, it will generate a number of directories to hold i $LANDDAROOT: Base directory ├── land-DA_workflow(): Home directory of the land DA workflow └── ptmp () - └── test () - └── com + └── () + └── com () │ ├── landda () │ │ └── vX.Y.Z () │ │ └── landda.YYYYMMDD (.): Directory containing the output files + │ │ ├── hofx + │ │ └── plot │ └── output │ └── logs - │ └── run_ (): Directory containing the log file of the Rocoto workflow + │ └── run_ (): Directory containing the log files for the Rocoto workflow └── tmp () ├── (): Working directory └── DATA_SHARE ├── YYYYMMDD (): Directory containing the intermediate or temporary files - └── DATA_RESTART: Directory containing the soft-links to the restart files for the next cycles + ├── hofx: Directory containing the soft links to the results of the analysis task for plotting + └── DATA_RESTART: Directory containing the soft links to the restart files for the next cycles ```` refers to the type of forcing data used (``gswp3`` or ``era5``). Each variable in parentheses and angle brackets (e.g., ``()``) 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<>`.