As the experiment progresses, it will generate a number of directories to hold intermediate and output files. The structure of those files and directories appears below: .. _land-da-dir-structure: .. code-block:: console ${BASEDIR} (): Base directory ├── land-DA_workflow (): Home directory of the land DA workflow │ ├── jobs │ ├── modulefiles │ ├── parm │ ├── scripts │ ├── sorc │ └── ush ├── exp_case │ └── $EXP_CASE_NAME │ ├── com_dir --> symlinked to ptmp//com/landda/v3.0.0 │ ├── land_analysis.yaml │ ├── land_analysis.xml │ ├── launch_rocoto_wflow.sh │ ├── log_dir --> symlinked to ptmp//com/output/logs │ └── tmp_dir --> symlinked to ptmp//com/tmp └── ptmp () └── [lnd/atml]_* () └── com () │ ├── landda () │ │ └── vX.Y.Z () │ │ └── landda.YYYYMMDD (.): Directory containing the output files │ │ ├── datm │ │ ├── hofx │ │ ├── obs │ │ └── plot │ └── output │ └── logs (): Directory containing the log files for the Rocoto workflow └── tmp () ├── [task_name].${PDY}${cyc}. (): Working directory for a specific task and cycle └── DATA_SHARE ├── INPUT_DATM ├── hofx: Directory containing the soft links to the results of the analysis task for plotting ├── hofx_omb └── RESTART: Directory containing the soft links to the restart files for the next cycles Each variable in parentheses and angle brackets (e.g., ``()``) is the name for the directory defined in the file ``land_analysis.yaml`` (derived from ``template.land_analysis.yaml`` or ``config.yaml``) or in the NCO Implementation Standards. In the future, this directory structure will be further modified to meet the :nco:`NCO Implementation Standards<>`. Check for the output files for each cycle in the experiment directory: .. code-block:: console ls -l ${BASEDIR}/ptmp//com/landda//landda.YYYYMMDD where ``YYYYMMDD`` is the cycle date, and ```` is the model version (currently v3.0.0 in the ``develop`` branch). The experiment should generate several restart files.