ERA5 dataset
ERA5 dataset
It is imperative to complete the registration process on the Copernicus Climate Data Store by creating an account.
Some related links,
- Climate Data Store - Copernicus
- ERA5 (UCAR) ERA5 Reanalysis (0.25 Degree Latitude-Longitude Grid) ds633.0 DOI: 10.5065/BH6N-5N20
- ERA5 hourly data on single levels from 1940 to present
- ERA5 hourly data on pressure levels from 1940 to present
Required Meteorological Fields for Running WRF
user_guide_v4/v4.1/users_guide_chap3.html#_Required_Meteorological_Fields
1 |
|
Shell script
1 |
|
ERA5-sl.py
1 |
|
Remark: + geopotential? Yes for SOILHGT field not found in intermediate file ERA5
ERA5-pl.py
1 |
|
Vtable
The Vtable that comes with WRF includes not only Vtable.ECMWF, but also Vtable.ERA-interim.pl and Vtable.ERA-interim.ml, where Vtable.ERA-interim.pl corresponds to the ERA-Interim data of the pressure level, Vtable.ERA-interim.ml corresponds to the ERA-Interim data of the model level.
Vtable.ERA-interim.pl
Latest commit b5df64a on Apr 12, 2011 For use with ERA-interim pressure-level output For ERA-interim data at NCAR, use the pl (sc and uv) and sfc sc files. > Vtable.ERA-interim.pl
Vtable.ECMWF
Latest commit 5c01f57 on Jun 12, 2010 > Vtable.ECMWF
Vtable.ERA-interim.ml
Latest commit b5df64a on Apr 12, 2011 For use with ERA-interim model-level output. For ERA-interim data at NCAR, use the ml (sc and uv) and sfc sc files. > Vtable.ERA-interim.ml
1 |
|
./link_grib.csh
1 |
|
namelist.wps, setup &ungrib
1 |
|
./ungrib.exe
1 |
|
Outputs are format of FILE:2022-06-27_15 that is intermediate file that are ready for WRF metgrid or MPAS init.
Error: Missing/incomplete configuration file: /home/xx/.cdsapirc??
The reason is that the .cdsapirc file under /home/xx/ is missing. This file contains the downloaded Key. We go to this link (https://cds.climate.copernicus.eu/api-how-to) to get it as required To our Key, if there is no registration, the key will appear directly on the right after registration. At this time, we will copy the things on the right Copy the code shown next to the file $HOME/.cdsapirc (in your Unix/Linux environment).
check, > ll -a /home/wpsze/.cdsapirc
SOILHGT field not found in intermediate file ERA5
Besides processing the time-dependent atmospheric and land-surface ERA5 fields, I think you will also need to use ungrib to process the ERA5 invariant fields, including SOILHGT. Once you've created an intermediate file with invariant fields, you can concatenate the contents of that file to each of your time-varying intermediate files. link
The HGT_M value from geogrid comes from the static topographic data. The met_em files contain both that HGT_M value, which is identical to the value from geogrid, and SOILHGT, which is the terrain information coming from the input/first-guess data (e.g., GFS). During real.exe, both are used again. The HGT value in the wrfinput* files comes from the HGT_M value and should still be the same at that time (if using the default namelist setting surface_input_source=3). real.exe also checks for SOILHGT, which is used for smoothing the coarse grid topography on domain 1 during the wrf process. link
Smooth_cg_topo and ERA-5 / ERA-Interim data? > For ECMWF and ERA, the Vtable says it uses grib code 129 level 0 for both SOILGEO and SOILHGT. Please download ERA5 terrain data from /FS/DECS/DS630.0/e5.oper.invariant/201601/e5.oper.invariant.128_129_z.regn320sc.2016010100_2016010100.grb ERA-I terrain can be found in https://rda.ucar.edu/datasets/ds627.0/, where if you download any sfc dataset, you can find terrain data in it.link