Skip to content

Complete Examples of Evaluation Declarations

HankHerr-NOAA edited this page Jul 5, 2024 · 19 revisions

WRES performs an evaluation following instructions provided to it by a user through an evaluation project declaration file, as described in the Declaration language.

The following sections provide examples of project declarations, instructions to execute those examples through the current WRES web-service landing page, a link to the current project declaration schema, and support information.

Examples

To understand how to declare evaluations for the WRES, we have provided the following examples. In each case, the project declaration file that is linked is annotated with comments explaining the different aspects of the declaration.

# Description Link
1 Ensemble forecasts evaluated against observations, all in PI-timeseries XML format with the forecasts provided in a gzipped tarball. Included is a baseline of ESP forecasts used to calculate skill scores. This makes use of one year of an HEFS Baseline Validation data set. WRES Project Declaration Example 1
2 Single-valued, operational stream flow forecasts evaluated against observations provided in an NWS datacard file. It includes a comparison against persistence forecasts generated from the same datacard observations. The evaluation is performed at a 24-hour, mean desired time scale with lead times pooled into windows that are adjacent, non-overlapping, and 24-hours in width. Due to a restriction on the lead times to those in the first 48 hours and a time offset necessary to align the observations and forecasts at a 24-hour time scale, there is only one lead time in the evaluation output. WRES Project Declaration Example 2
3 Evaluation of operational stage forecasts with corresponding observations through a contingency table created for various stage thresholds and probability classifiers indicating when an ensemble forecast is assumed to have forecast a threshold to be exceeded. It is an example illustrating providing thresholds to support metric computation, as well as temporally rescaling the data to 4-day maximums (peak stages). WRES Project Declaration Example 3
4 Evaluation of single valued forecasts against observations through a time series analysis including the metrics “time to peak error” and “time to peak relative error”. WRES Project Declaration Example 4
5 Example of the use of the data sources USGS NWIS, NWM channel routing NetCDF output files, and the WRDS AHPS forecast data services. WRES Project Declaration Example 5

Executing the Examples Through the Central OWP WRES Web Interface

Under construction

Executing the Examples Locally

Under construction!

Declaration Schema

Additionally, the schema of the XML in which the above examples are provided, including descriptions of various options (more descriptions will be added in the future), can be found here (for WRES version 6.14):

https://vlab.noaa.gov/redmine/projects/wres/repository/revisions/master/entry/wres-config/nonsrc/schema.yml

This can be used as guidance for identifying all of the different options available as part of a WRES evaluation project declaration. For further information, see The WRES declaration schema..

Support

If support is needed at any time, please post a GitHub issue ticket, https://github.com/NOAA-OWP/wres/issues/new, and we will address it as soon as possible.

Clone this wiki locally