diff --git a/doc/source/BuildingRunningTesting/BuildRunLandDA.rst b/doc/source/BuildingRunningTesting/BuildRunLandDA.rst index 3a45316e..444c91c8 100644 --- a/doc/source/BuildingRunningTesting/BuildRunLandDA.rst +++ b/doc/source/BuildingRunningTesting/BuildRunLandDA.rst @@ -295,20 +295,20 @@ 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 - │ ├── landda () - │ │ └── vX.Y.Z () - │ │ └── landda.YYYYMMDD (.): Directory containing the output files - │ └── output - │ └── logs - │ └── run_ (): Directory containing the log file of 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 + └── ptmp () + └── test () + └── com + │ ├── landda () + │ │ └── vX.Y.Z () + │ │ └── landda.YYYYMMDD (.): Directory containing the output files + │ └── output + │ └── logs + │ └── run_ (): Directory containing the log file of 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 ```` 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<>`.