-
Notifications
You must be signed in to change notification settings - Fork 1
Home
The Water Resources Evaluation Service (WRES) is a comprehensive service for evaluating the quality of existing and emerging OWP and RFC models and forecast systems.
Use of the WRES requires Java JDK 17+.
Evaluation instructions are declared through a YAML file. See Declaration Language for instructions on how to declare an evaluation.
Executing an evaluation requires either (1) obtaining the latest distribution .zip file, unpackaging it, and running a script; or (2) cloning the repository, building and installing the software locally, and running a script.
-
Navigate to the releases page: https://github.com/NOAA-OWP/wres/releases
-
Download the latest core zip from the assets of the most recent deploy
- Should look like wres-DATE-VERSION.zip
To build WRES for local use, clone the repository, and run the following commands in your preferred terminal
./gradlew check javadoc installDist
This is similar to unzipping the production distribution zip locally. The WRES
software will be built and installed in build/install/wres
directory, as if unzipped.
Change directory to either the unzipped or built-and-installed wres@
directory:
cd build/install/wres/
To execute a project you can run the following command:
bin/wres execute yourProject.yml
If the software was cloned, built, and installed locally, running the following command will execute a test project using the executable you have created
(this running successfully is reliant on being in the wres/build/install/wres
directory)
bin/wres execute ../../../systests/testScenario/evaluation.yml
The WRES Wiki
-
Options for Deploying and Operating the WRES
- Obtaining and using the WRES as a standalone application
- WRES Local Server
- WRES Web Service (under construction)
-
- Format Requirements for CSV Files
- Format Requirements for NetCDF Files
- Introductory Resources on Forecast Verification
- Instructions for Human Interaction with a WRES Web-service
- Instructions for Programmatic Interaction with a WRES Web-service
- Output Format Description for CSV2
- Posting timeseries data directly to a WRES web‐service as inputs for a WRES job
- WRES Scripts Usage Guide