Skip to content

Commit

Permalink
v0.1.0 (#9)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kasra-keshavarz authored Sep 19, 2022
1 parent 36fcea1 commit df2b36c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-rc1
0.1.0
3 changes: 1 addition & 2 deletions canrcm4_wfdei_gem_capa/canrcm4_wfdei_gem_capa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ shopt -s expand_aliases
# ==========================
# Necessary Global Variables
# ==========================
# the structure of file names is as follows: "ERA5_merged_YYYYMM.nc"
format="%Y-%m-%dT%H:%M:%S" # era5 file date format
format="%Y-%m-%dT%H:%M:%S" # date format
fileStruct="z1_1951-2100.Feb29.nc4" # source dataset files' suffix constant

latVar="lat"
Expand Down
4 changes: 3 additions & 1 deletion era5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ In most hydrological modelling applications, usually 7 variables are needed deta
For a complete catalog of the dataset, see [here](https://confluence.ecmwf.int/display/CKB/ERA5%3A+data+documentation).

## Downloading Original ERA5 Data
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]).
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]"
[^1]: from: https://github.com/CH-Earth/CWARHM/tree/main/3a_forcing#forcing-needed-to-run-summa

0 comments on commit df2b36c

Please sign in to comment.