Skip to content

Commit

Permalink
Merge pull request #1334 from metno/fix_menu
Browse files Browse the repository at this point in the history
var_order_menu has to have all the relevant variables if used since sep 2 2024
  • Loading branch information
heikoklein authored Sep 4, 2024
2 parents 48a93f8 + d1b8461 commit 87d84b3
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions pyaerocom/scripts/cams2_83/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,37 +65,13 @@
# This is just the order at which the different species will be shown in the web interface
# Species that are not evaluated can still be in this list. The web interface will not show them if they are not evaluated
var_order_menu=[
"vmrno2",
"vmro3max",
"vmro3",
"concco",
"concno2",
"conco3",
"conco3mda8",
"vmrox",
"concso2",
"vmrco",
"concpm25",
"concpm10",
"concso4",
"concNtno3",
"concNtnh",
"concNnh3",
"concNnh4",
"concNhno3",
"concNno3pm25",
"concNno3pm10",
"concsspm25",
"concsspm10",
"concCecpm25",
"concCocpm25",
"wetoxs",
"wetrdn",
"wetoxn",
"pr",
"drysox",
"dryrdn",
"dryoxn",
"dryo3",
"dryvelo3",
"concpm25",
"concso2",
],
min_num_obs=dict(
# yearly=dict(monthly=9),
Expand Down

0 comments on commit 87d84b3

Please sign in to comment.