Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

var_order_menu has to have all the relevant variables if used since sep 2 2024 #1334

Merged
merged 2 commits into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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