You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/UsersGuide/BackgroundInfo/Components.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ Build System and Workflow
132
132
133
133
The SRW Application has a portable, CMake-based build system that packages together all the components required to build the SRW Application. This build system collects the components necessary for running the end-to-end SRW Application, including the UFS Weather Model and the pre- and post-processing software. Additional libraries necessary for the application (e.g., :term:`NCEPLIBS-external` and :term:`NCEPLIBS`) are not included in the SRW Application build system but are available pre-built on pre-configured platforms. On other systems, they can be installed via spack-stack (see :doc:`spack-stack Documentation <spack-stack:index>`). There is a small set of :ref:`prerequisite system libraries <software-prereqs>` and utilities that are assumed to be present on the target computer: the CMake build software; a Fortran, C, and C++ compiler; and an :term:`MPI` library.
134
134
135
-
Once built, users can generate a Rocoto-based workflow that will run each task in the proper sequence (see :numref:`Chapter %s <RocotoInfo>` or the `Rocoto documentation <https://github.com/christopherwharrop/rocoto/wiki/Documentation>`__ for more information on Rocoto and workflow management). If Rocoto and/or a batch system is not present on the available platform, the individual components can be run in a stand-alone, command line fashion with provided run scripts.
135
+
Once built, users can generate a Rocoto-based workflow that will run each task in the proper sequence (see :numref:`Chapter %s <RocotoInfo>` or the `Rocoto documentation <https://github.com/NOAA-GSL/rocoto/wiki/Documentation>`__ for more information on Rocoto and workflow management). If Rocoto and/or a batch system is not present on the available platform, the individual components can be run in a stand-alone, command line fashion with provided run scripts.
136
136
137
137
The SRW Application allows users to configure various elements of the workflow. For example, users can modify the parameters of the atmospheric model, such as start and end dates, duration, integration time step, and the physics suite used for the simulation. It also allows for configuration of other elements of the workflow; for example, users can choose whether to run some or all of the pre-processing, forecast model, and post-processing steps. More information on how to configure the workflow is available in :numref:`Section %s <UserSpecificConfig>`.
Copy file name to clipboardExpand all lines: doc/UsersGuide/CustomizingTheWorkflow/DefineWorkflow.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Defining an SRW App Workflow
6
6
7
7
Many predefined workflows with optional variants exist within the Short-Range Weather Application, but the Application also includes the ability to define a new workflow from scratch. This functionality allows users to add tasks to the workflow to meet their scientific exploration needs.
8
8
9
-
Rocoto is the primary workflow manager software used by the UFS SRW App. Rocoto workflows are defined in an XML file (``FV3LAM_wflow.xml``) based on parameters set during experiment generation. The SRW Rocoto XML is built using the UW Tools Rocoto Tool. Reference its documentation `here <https://uwtools.readthedocs.io/en/main/sections/user_guide/yaml/rocoto.html>`__. For more information about Rocoto, check out its `documentation here <http://christopherwharrop.github.io/rocoto/>`_.
9
+
Rocoto is the primary workflow manager software used by the UFS SRW App. Rocoto workflows are defined in an XML file (``FV3LAM_wflow.xml``) based on parameters set during experiment generation. The SRW Rocoto XML is built using the UW Tools Rocoto Tool. Reference its documentation `here <https://uwtools.readthedocs.io/en/main/sections/user_guide/yaml/rocoto.html>`__. For more information about Rocoto, check out its `documentation here <https://noaa-gsl.github.io/rocoto/>`_.
Copy file name to clipboardExpand all lines: doc/UsersGuide/Reference/Glossary.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ Glossary
264
264
A central location in which files (e.g., data, code, documentation) are stored and managed.
265
265
266
266
Rocoto
267
-
The `Rocoto Workflow Management System <https://github.com/christopherwharrop/rocoto/wiki/documentation>`__ is a Ruby-based tool that manages workflow task dependencies and job submission on :term:`HPC` systems. Rocoto communicates with batch systems to run tasks in the proper sequence based on dependencies and can automatically resubmit failed tasks. The SRW App uses Rocoto to orchestrate the execution of workflow tasks defined in the ``FV3LAM_wflow.xml`` file. For more information, see :numref:`Section %s <RocotoInfo>`.
267
+
The `Rocoto Workflow Management System <https://github.com/NOAA-GSL/rocoto/wiki/Documentation>`__ is a Ruby-based tool that manages workflow task dependencies and job submission on :term:`HPC` systems. Rocoto communicates with batch systems to run tasks in the proper sequence based on dependencies and can automatically resubmit failed tasks. The SRW App uses Rocoto to orchestrate the execution of workflow tasks defined in the ``FV3LAM_wflow.xml`` file. For more information, see :numref:`Section %s <RocotoInfo>`.
268
268
269
269
RRFS
270
270
The `Rapid Refresh Forecast System <https://gsl.noaa.gov/research/predictions>`_ (RRFS) is NOAA's next-generation convection-allowing, rapidly-updated, ensemble-based data assimilation and forecasting system currently scheduled for operational implementation in 2024. It is designed to run forecasts on a 3-km :term:`CONUS` domain, see also `NOAA Rapid Refresh Forecast System (RRFS) <https://registry.opendata.aws/noaa-rrfs/>`__. Experimental data is currently available from the `AWS S3 NOAA-RRFS <https://noaa-rrfs-pds.s3.amazonaws.com/index.html#rrfs_a/>`__ bucket for deterministic forecasts out to 60 hours at 00, 06, 12, and 18 UTC. Additionally, hourly forecasts out to 18 hours may be available for more recent RRFS model runs; the user needs to verify that data exists for needed dates.
0 commit comments