Skip to content

Commit e27bfbc

Browse files
authored
Merge pull request #606 from ClimateImpactLab/readme_era5
Update ERA-5 to ERA5
2 parents 6bb296f + 7ca7ba1 commit e27bfbc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ R/CIL GDPCIR
2525

2626
Users are requested to cite this project in derived works. This project does not yet have a public DOI or citation - check back for details.
2727

28-
ERA-5
29-
-----
28+
ERA5
29+
----
3030

31-
Additionally, we request you cite the historical dataset used in bias correction and downscaling, ERA-5. See the `ECMWF guide to citing a dataset on the Climate Data Store <https://confluence.ecmwf.int/display/CKB/How+to+acknowledge+and+cite+a+Climate+Data+Store+%28CDS%29+catalogue+entry+and+the+data+published+as+part+of+it>`_:
31+
Additionally, we request you cite the historical dataset used in bias correction and downscaling, ERA5. See the `ECMWF guide to citing a dataset on the Climate Data Store <https://confluence.ecmwf.int/display/CKB/How+to+acknowledge+and+cite+a+Climate+Data+Store+%28CDS%29+catalogue+entry+and+the+data+published+as+part+of+it>`_:
3232

3333
Hersbach, H, et al. The ERA5 global reanalysis. Q J R Meteorol Soc.2020; 146: 1999–2049. https://doi.org/10.1002/qj.3803
3434

workflows/templates/clean-cmip6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ spec:
218218
value: "{{ steps.standardize-historical-run.outputs.parameters.out-zarr }}"
219219
- name: out-zarr
220220
value: "{{ steps.get-output-clean-training-url.outputs.parameters.out-url }}"
221-
# Matches window of "reference" ERA-5 data +/- 15 days.
221+
# Matches window of "reference" ERA5 data +/- 15 days.
222222
- name: from-time
223223
value: "1994-12-17"
224224
- name: to-time

workflows/templates/qdm-preprocess.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
Preprocessing steps before Quantile Delta Mapping bias correction for reanalysis and CMIP6 GCM Zarr Stores.
88
99
This workflow applies wet-day-frequency correction, a minimum threshold for small variable values, and regrids
10-
cleaned CMIP6 and ERA-5 renalsysis data to a standard grid. The output also chunked to be contiguous across the
10+
cleaned CMIP6 and ERA5 renalsysis data to a standard grid. The output also chunked to be contiguous across the
1111
"time" dimension in preparation for bias-correction via Quantile Delta Mapping (QDM).
1212
workflows.argoproj.io/tags: zarr,biascorrect,cmip6,qdm,dc6,preprocess,regrid,rechunk
1313
workflows.argoproj.io/version: '>= 3.1.0'

0 commit comments

Comments
 (0)