Skip to content

Commit 729e23c

Browse files
Correction to the level heights of ERA5 variables
An error has been included in the description of ERA5 variables. The correct heights (levels) for each variable is now reflected in the repository's description of the ERA5 dataset. Reported-by: Peter Lawford <[email protected]> Signed-off-by: Kasra Keshavarz <[email protected]>
1 parent 5d6e0bb commit 729e23c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

scripts/ecmwf-era5/README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ The spatial extent of the `ERA5` is on latitutes from `+90` to `-90` and longitu
4040
The time-steps are hourly covering from January 1950 to December 2020.
4141

4242
## Short Description on `ERA5` Variables
43-
In most hydrological modelling applications, usually 7 variables are needed detailed as following: 1) specific humidity at 2 meters, 2) surface pressure, 3) air temperature at 2 meters, 4) wind speed at 10 meters, 5) precipitation, 6) downward short wave radiation, and 7) downward long wave radiation. These variables are available through the current `ERA5` dataset and their details are described in the table below:
44-
45-
|Variable Name |ERA5 Variable |Original Shortname|Parameter ID|Unit |IPCC abbreviation|Comments |
46-
|---------------------|-------------------|------------------|------------|-----|-----------------|--------------------|
47-
|surface pressure |airpres |sp |134 |Pa |ps | |
48-
|specific humidity @2m|spechum |q |133 |kg/kg|huss | |
49-
|air temperature |airtemp |t |130 |k |tas | |
50-
|wind speed @10m |windspd |u,v |131,132 |m/s |wspd |WIND=SQRT(u<sup>2</sup>+v<sup>2</sup>)|
51-
|precipitation |pptrate |mtpr |235055 |mm/hr| |mean total precipitation rate|
52-
|short wave radiation |SWRadAtm |msdwswrf |235035 |W m-2|rsds | |
53-
|long wave radiation |LWRadAtm |msdwlwrd |235036 |W m-2|rlds | |
43+
In most hydrological modelling applications, usually 7 variables are needed detailed as following: 1) specific humidity, 2) surface pressure, 3) air temperature, 4) wind speed, 5) precipitation, 6) downward short wave radiation, and 7) downward long wave radiation. These variables are available through the current `ERA5` dataset and their details are described in the table below:
44+
45+
|Variable Name |ERA5 Variable |Original Shortname|Parameter ID|Unit |IPCC abbreviation|Comments |
46+
|----------------------|-------------------|------------------|------------|-----|-----------------|--------------------|
47+
|surface pressure |airpres |sp |134 |Pa |ps | |
48+
|specific humidity @10m|spechum |q |133 |kg/kg|huss | |
49+
|air temperature@10m |airtemp |t |130 |k |tas | |
50+
|wind speed @10m |windspd |u,v |131,132 |m/s |wspd |WIND=SQRT(u<sup>2</sup>+v<sup>2</sup>)|
51+
|precipitation |pptrate |mtpr |235055 |mm/hr| |mean total precipitation rate|
52+
|short wave radiation |SWRadAtm |msdwswrf |235035 |W m-2|rsds | |
53+
|long wave radiation |LWRadAtm |msdwlwrd |235036 |W m-2|rlds | |
5454

5555
For a complete catalog of the dataset, see [here](https://confluence.ecmwf.int/display/CKB/ERA5%3A+data+documentation).
5656

0 commit comments

Comments
 (0)