Data⚓︎
The supported models rely on data from the Copernicus's CDS, Eurostat's NUTS definition, and ISIMIP's population data.
Copernicus Data⚓︎
The CDS's ERA5-Land monthly dataset is currently being used for now. You can either download the data directly from CDS website or use the provided Python script, inout module
.
For the latter option, please set up the CDS API as outlined below and take note of the naming convention used for the downloaded files.
Set up CDS API⚓︎
To use CDS API for downloading data, you need to first create an account on CDS to obtain your personal access token.
Create a .cdsapirc
file containing your personal access token by following this instruction.
Naming convention⚓︎
The filenames of the downloaded netCDF files follow this structure:
source_name
is"era5_data"
,- All years are firstly sorted.
- If years are continuous values,
list_of_years
is a concatenate ofmin
andmax
values. Otherwise,list_of_years
is a join of all years. - However, if there are more than 5 years, we only keep the first 5 years and replace the rest by
"_etc"
- If years are continuous values,
list_of_months
can be"all"
, representing a whole year, or a join of all months- Each variable has an abbreviation derived by the first letter of each word in the variable name (e.g.
tp
fortotal precipitation
).- All abbreviations are then concatenated
- If this concatenated string is longer than 30 characters, we only keep the first 2 characters and replace the the rest by
"_etc"
- If the file was downloaded from a monthly dataset,
"_monthly"
is presented in the file name - If the downloaded data is only for an area of the grid (instead of the whole map),
"_area"
is inserted into the file name - If the part before
"_raw"
is longer than 100 characters, only the first 100 characters are kept and the rest is replaced by"_etc"
"_raw"
is added at the end to indicate that the file is raw data- Extension
ext
of the file can be.nc
or.grib
Eurostat's NUTS definition⚓︎
The regions are set here and corresponding shapefiles can be downloaded here.
Note
- In this project, we use EPSG: 4326
- This NUTS definition file is only for Europe.
- If a country does not have NUTS level \(x \in [1,3]\), the corresponding data for these levels is excluded from the shapefile.
NUTS_ID
explanation:⚓︎
- Structure of
NUTS_ID
:<country><level>
country
: 2 letters, representing name of a country, e.g. DElevel
: 0 to 3 letters or numbers, signifying the level of the NUTS region
ISIMIP Data⚓︎
To download population data, please perform the following steps:
- go to ISIMIP website
- search
population
from the search bar - choose simulation round
ISIMIP3a
- click
Input Data
->Direct human forcing
->Population data
->histsoc
- choose
population_histsoc_30arcmin_annual
- download file
population_histsoc_30arcmin_annual_1901_2021.nc