Skip to content

Commit df2b36c

Browse files
v0.1.0 (#9)
* Updating Version to v0.1.0 * Adding Wouter Knoben's contribution and further information on the pressure level of the downloaded ERA5 data * Correcting typos
1 parent 36fcea1 commit df2b36c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-rc1
1+
0.1.0

canrcm4_wfdei_gem_capa/canrcm4_wfdei_gem_capa.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ shopt -s expand_aliases
110110
# ==========================
111111
# Necessary Global Variables
112112
# ==========================
113-
# the structure of file names is as follows: "ERA5_merged_YYYYMM.nc"
114-
format="%Y-%m-%dT%H:%M:%S" # era5 file date format
113+
format="%Y-%m-%dT%H:%M:%S" # date format
115114
fileStruct="z1_1951-2100.Feb29.nc4" # source dataset files' suffix constant
116115

117116
latVar="lat"

era5/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ In most hydrological modelling applications, usually 7 variables are needed deta
5454
For a complete catalog of the dataset, see [here](https://confluence.ecmwf.int/display/CKB/ERA5%3A+data+documentation).
5555

5656
## Downloading Original ERA5 Data
57-
The scripts to download the original ERA5 data are contained in the [`ERA5_downloads.zip`](./ERA5_downloads.zip) file located in the current directory of the repository. The scripts are written by [Quoqiang Tang]([email protected]).
57+
The scripts to download the original ERA5 data are contained in the [`ERA5_downloads.zip`](./ERA5_downloads.zip) file located in the current directory of the repository. The scripts are written by [Quoqiang Tang]([email protected]) and [Wouter Knoben]([email protected]) as part of the [Community Workflows to Advance Reproducibility in Hydrological Modelling (CWARHM)](https://github.com/CH-Earth/CWARHM). "ERA5 data preparation includes interactions between an atmospheric model and a land surface model. ... [Original] ERA5 data is available at 137 different pressure levels (i.e. some height above the surface), as well as at the surface. The lowest atmospheric level is L137, at geopotential and geometric altitude 10m and data here relies only on the atmospheric model. Any variables at a height lower than L137 (i.e., at the surface) are the result of interpolation between atmospheric model and land model. We want to use only the outcomes from the ECMWF atmospheric model [...]. Therefore, we obtain (1) air temperature, (2) wind speed and (3) specific humidity at the lowest pressure level (L137), (4) Precipitation, (5) downward shortwave radiation, (6) downward longwave radiation and (7) air pressure are unaffected by the land model coupling and can be downloaded at the surface level. This is beneficial because surface-level downloads are substantially faster than pressure-level downloads. [^1]"
58+
[^1]: from: https://github.com/CH-Earth/CWARHM/tree/main/3a_forcing#forcing-needed-to-run-summa
59+

0 commit comments

Comments
 (0)