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: docs/sections/user_guide/yaml/components/ungrib.rst
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,28 +23,27 @@ See :ref:`this page <execution_yaml>` for details.
23
23
gribfiles:
24
24
^^^^^^^^^^
25
25
26
-
Describes the GRIB-formatted files to be processed by ``ungrib``.
26
+
A list of paths to the GRIB-formatted files to be processed by ``ungrib``.
27
27
28
-
**interval_hours:**
29
-
30
-
Frequency interval of the given files, in integer hours.
31
-
32
-
**max_leadtime:**
28
+
rundir:
29
+
^^^^^^^
33
30
34
-
The maximum forecast leadtime to process. This may be the same as the forecast length, or a lower leadtime.
31
+
The path to the run directory.
35
32
36
-
**offset:**
33
+
start:
34
+
^^^^^^
37
35
38
-
How many hours earlier the external model used for boundary conditions started compared to the desired forecast cycle, in integer hours.
36
+
The validtime of the initial element of ``gribfiles`` as an ISO8601 timestamp.
39
37
40
-
**path:**
38
+
step:
39
+
^^^^^
41
40
42
-
An absolute-path template to the GRIB-formatted files to be processed by ``ungrib``. The Python ``int`` variables ``cycle_hour`` and ``forecast_hour`` will be interpolated into, e.g., ``/path/to/gfs.t{cycle_hour:02d}z.pgrb2.0p25.f{forecast_hour:03d}``. Note that this is a Python string template rather than a Jinja2 template.
41
+
The interval between successive elements of ``gribfiles`` as integer hours or as a string of the form ``hours[:minutes[:seconds]]``, where the ``hours``, ``minutes``, and ``seconds`` components are (possibly zero-padded) integers.
43
42
44
-
rundir:
45
-
^^^^^^^
43
+
stop:
44
+
^^^^^
46
45
47
-
The path to the run directory.
46
+
The validtime of the final element of ``gribfiles`` as an ISO8601 timestamp.
The value provided to the tag must be in :python:`ISO 8601 format<datetime.html#datetime.datetime.fromisoformat>` to be interpreted correctly by the ``!datetime`` tag.
64
63
@@ -76,7 +75,7 @@ Converts the tagged node to a Python ``dict`` value. For example, given ``input.
The value provided to the tag may be an integer number of hours, or a string of the form ``hours[:minutes[:seconds]]``, where the ``hours``, ``minutes``, and ``seconds`` components are (possibly zero-padded) integers.
0 commit comments