Closed christinaholtNOAA closed 1 month ago
Here's what we've discovered:
<datset>
tag in the XML from which the postxconfig-NT.txt
control file read by UPP is derived. Unfortunately, in SRW, the source XML file is not necessarily available at run time.postxconfig-NT.txt
, albeit via a somewhat byzantine method that involves reading blocks of lines and finding the required string in a specific place..GrbF*
, where the *
is the zero-padded forecast leadtime of at least 2 digits (e.g. .GrbF06
, .GrbF168
, etc.).Current plan of action:
uwtools
UPP driver to make the path to the postxconfig-NT.txt
control file available under a required and schema-checked key, so that it can be consulted by the output()
method.output()
as a function of postxconfig-NT.txt
and the forecast leadtime, known to the driver.
AC
Description
Use the config from the UPP to understand the naming convention of the output. Can have an "unknown" option. Returns a dictionary. Documentation of the configured output shows up in the CLI docs. Doc block that shows up in API shows an unconfigured example.