| ... | @@ -15,7 +15,7 @@ Find an example script to run the ESS Verification Suite [in the Auto-S2S code S |
... | @@ -15,7 +15,7 @@ Find an example script to run the ESS Verification Suite [in the Auto-S2S code S |
|
|
|
|
|
|
|
## Recipes
|
|
## Recipes
|
|
|
|
|
|
|
|
In order to use the Verification Suite, users must define a 'recipe' containing all the information pertaining to their workflow.
|
|
In order to use the Verification Suite, users must define a recipe containing all the information pertaining to their workflow.
|
|
|
|
|
|
|
|
Here is an example of a recipe to load monthly mean ECMWF System 5 data from `/esarchive/`, with a 1993 to 2016 hindcast period, the corresponding ERA5 observations, and a 2020 forecast for the November initialization, for the months of November and December.
|
|
Here is an example of a recipe to load monthly mean ECMWF System 5 data from `/esarchive/`, with a 1993 to 2016 hindcast period, the corresponding ERA5 observations, and a 2020 forecast for the November initialization, for the months of November and December.
|
|
|
The observations will be interpolated to the experiment grid (Regrid type: 'to_system') using bilinear interpolation. The hindcast and forecast will be calibrated using Quantile Mapping, and the Ranked Probability Skill Score (RPSS) and Continuous Ranked Probability Skill Score (CRPSS) will be computed.
|
|
The observations will be interpolated to the experiment grid (Regrid type: 'to_system') using bilinear interpolation. The hindcast and forecast will be calibrated using Quantile Mapping, and the Ranked Probability Skill Score (RPSS) and Continuous Ranked Probability Skill Score (CRPSS) will be computed.
|
| ... | @@ -83,7 +83,7 @@ Here is a list of the datasets that can currently be loaded by the tool. To requ |
... | @@ -83,7 +83,7 @@ Here is a list of the datasets that can currently be loaded by the tool. To requ |
|
|
### Seasonal datasets
|
|
### Seasonal datasets
|
|
|
|
|
|
|
|
Systems:
|
|
Systems:
|
|
|
| Forcast System | Monthly mean | Daily mean | Codename |
|
|
| Forecast System | Monthly mean | Daily mean | Codename |
|
|
|
|--------------------------|-----------------|------------|-----------------------|
|
|
|--------------------------|-----------------|------------|-----------------------|
|
|
|
| **ECMWF SEAS5** | Yes | Yes | system5c3s |
|
|
| **ECMWF SEAS5** | Yes | Yes | system5c3s |
|
|
|
| **DWD GFCS 2.1** | Yes | No | system21_m1 |
|
|
| **DWD GFCS 2.1** | Yes | No | system21_m1 |
|
| ... | @@ -103,7 +103,7 @@ Observations: |
... | @@ -103,7 +103,7 @@ Observations: |
|
|
### Decadal datasets
|
|
### Decadal datasets
|
|
|
|
|
|
|
|
Systems:
|
|
Systems:
|
|
|
| Forcast System | Monthly mean | Daily mean | forecast (DCPP-B)? |
|
|
| Forecast System | Monthly mean | Daily mean | forecast (DCPP-B)? |
|
|
|
|------------------------|--------------|------------|--------------------|
|
|
|------------------------|--------------|------------|--------------------|
|
|
|
| **BCC-CSM2-MR** | Yes | Yes | No |
|
|
| **BCC-CSM2-MR** | Yes | Yes | No |
|
|
|
| **CanESM5** | Yes | Yes | Yes |
|
|
| **CanESM5** | Yes | Yes | Yes |
|
| ... | | ... | |