Skip to content

Commit

Permalink
updated workflow process
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardSnyder-NOAA committed Oct 24, 2024
1 parent a4fbc7b commit 6750b41
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/source/BuildingRunningTesting/Container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,19 +256,20 @@ Because of a conda conflict between the container and the host system, it is bes
module load rocoto
The ``setup_container.sh`` script creates the ``land_analysis.yaml`` from the ``land_analysis_singularity.yaml`` file. Update any relevant variables in this file (e.g. ``ACCOUNT`` or ``cycledef/spec``) before creating the Rocoto XML file.
The ``setup_container.sh`` script creates the ``parm_xml.yaml`` from the ``parm_xml_singularity.yaml`` file. Update any relevant variables in this file (e.g. ``ACCOUNT`` or ``cycledef/spec``) before creating the Rocoto XML file.

.. code-block:: console
cd $LANDDAROOT/land-DA_workflow/parm
vi land_analysis.yaml
vi parm_xml.yaml
Save and close the file.

Once everything looks good, run the uwtools script to create the Rocoto XML file:
Once everything looks good, run the uwtools scripts to create the Rocoto XML file:

.. code-block:: console
../sorc/conda/envs/land_da/bin/uw template render --input-file templates/template.land_analysis.yaml --values-file parm_xml.yaml --output-file land_analysis.yaml
../sorc/conda/envs/land_da/bin/uw rocoto realize --input-file land_analysis.yaml --output-file land_analysis.xml
A successful run of this command will output a “0 errors found” message.
Expand Down

0 comments on commit 6750b41

Please sign in to comment.