Skip to content

Commit

Permalink
Include all options in valleyfloor_relaltitude config
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Jan 8, 2025
1 parent 46f717b commit 50ad599
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyaerocom/aeroval/config/emep/reporting_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,10 @@ def get_CFG(reportyear, year, model_dir) -> dict:
},
"valleyfloor_relaltitude": {
"topo": "/lustre/storeB/project/aerocom/aerocom1/AEROCOM_OBSDATA/GTOPO30/merged",
"radius": 5000,
"topovar": "Band1",
"lower": 500,
"upper": None,
},
},
"post_processing": [
Expand Down Expand Up @@ -912,7 +915,10 @@ def get_CFG(reportyear, year, model_dir) -> dict:
},
"valleyfloor_relaltitude": {
"topo": "/lustre/storeB/project/aerocom/aerocom1/AEROCOM_OBSDATA/GTOPO30/merged",
"radius": 5000,
"topovar": "Band1",
"lower": 500,
"upper": None,
},
},
"post_processing": [
Expand Down Expand Up @@ -969,7 +975,10 @@ def get_CFG(reportyear, year, model_dir) -> dict:
},
"valleyfloor_relaltitude": {
"topo": "/lustre/storeB/project/aerocom/aerocom1/AEROCOM_OBSDATA/GTOPO30/merged",
"radius": 5000,
"topovar": "Band1",
"lower": 500,
"upper": None,
},
},
"post_processing": [
Expand Down Expand Up @@ -1011,7 +1020,10 @@ def get_CFG(reportyear, year, model_dir) -> dict:
},
"valleyfloor_relaltitude": {
"topo": "/lustre/storeB/project/aerocom/aerocom1/AEROCOM_OBSDATA/GTOPO30/merged",
"radius": 5000,
"topovar": "Band1",
"lower": 500,
"upper": None,
},
},
"post_processing": [
Expand Down

0 comments on commit 50ad599

Please sign in to comment.