Skip to content
Snippets Groups Projects
Commit 9bb49049 authored by Yan Ji's avatar Yan Ji
Browse files

necessary json-file (../data_preprocess/era5_varmapping_template.json) to...

necessary json-file (../data_preprocess/era5_varmapping_template.json) to generate customized runscripts
parent 0660d380
Branches
Tags
No related merge requests found
Pipeline #105811 failed
# NOTE: Please configure this JSON-files according your needs. Any line starting with # will be removed
# when editing is invoked from generate_runscript.py.
#
# Explanation: In the following, the mapping of known variable names from the ERA5-data (grib2-files) is defined
# The keys of the dictionary 'surface' (for 2D surface varibales) denote the variable names
# in the target netCDF-file while the values denote the name of the variable in the ERA5 grib file.
# For the dictionary 'multi' (used for 3D variables), the keys denote both,
# the variable name in the target netCDF-file and in the ERA5 grib file.
# The value of the 'pl'-key denotes the pressure level (in Pa) onto which the data is interpolated
# !!! This file should be only adapted if you are familiar with the ERA5 grib files!!!
{
"surface":{
["2t", "tcc","msl","10u","10v"]
},
"multi":{
"t" : {
"pl": 85000
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment