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

model order has changed on AeroVal #935

Closed
andagit opened this issue Oct 25, 2023 · 1 comment
Closed

model order has changed on AeroVal #935

andagit opened this issue Oct 25, 2023 · 1 comment

Comments

@andagit
Copy link

andagit commented Oct 25, 2023

Model order in AeroVal experiment: https://aeroval.met.no/overall.php?project=cams2-82&exp_name=IFS
(in all json files) has suddenly (recently changed?) exactly the opposite of what it is in my experiment pyaerocom config:

Setup for models used in analysis

MODELS = {
"IFS-OSUITE": dict(model_id="ECMWF_OSUITE", model_read_aux=MODEL_AUX_VARS,model_use_vars=dict(proxyod550dust="od550dust",proxyod550so4="od550so4",proxyod550bc="od550bc",proxyod550nh4="od550nh4",proxyod550oa="od550oa",proxyod550ss="od550ss"),model_rename_vars=dict(od550dust="proxyod550dust",od550so4="proxyod550so4",od550bc="proxyod550bc",od550nh4="proxyod550nh4",od550oa="proxyod550oa",od550ss="proxyod550ss")),
"IFS-OSUITE-96h": dict(model_id="ECMWF_OSUITE_96H", model_read_aux=MODEL_AUX_VARS,model_use_vars=dict(proxyod550dust="od550dust",proxyod550so4="od550so4",proxyod550bc="od550bc",proxyod550nh4="od550nh4",proxyod550oa="od550oa",proxyod550ss="od550ss"),model_rename_vars=dict(od550dust="proxyod550dust",od550so4="proxyod550so4",od550bc="proxyod550bc",od550nh4="proxyod550nh4",od550oa="proxyod550oa",od550ss="proxyod550ss")),
"IFS-CTRL": dict(model_id="ECMWF_CNTRL", model_read_aux=MODEL_AUX_VARS,model_use_vars=dict(proxyod550dust="od550dust",proxyod550so4="od550so4",proxyod550bc="od550bc",proxyod550nh4="od550nh4",proxyod550oa="od550oa",proxyod550ss="od550ss"),model_rename_vars=dict(od550dust="proxyod550dust",od550so4="proxyod550so4",od550bc="proxyod550bc",od550nh4="proxyod550nh4",od550oa="proxyod550oa",od550ss="proxyod550ss")),
"IFS-CTRL-96h": dict(model_id="ECMWF_CNTRL_96H", model_read_aux=MODEL_AUX_VARS,model_use_vars=dict(proxyod550dust="od550dust",proxyod550so4="od550so4",proxyod550bc="od550bc",proxyod550nh4="od550nh4",proxyod550oa="od550oa",proxyod550ss="od550ss"),model_rename_vars=dict(od550dust="proxyod550dust",od550so4="proxyod550so4",od550bc="proxyod550bc",od550nh4="proxyod550nh4",od550oa="proxyod550oa",od550ss="proxyod550ss")),
"IFS-Reanalysis": dict(model_id="ECMWF_CAMS_REAN", model_read_aux=MODEL_AUX_VARS),
"IFS-Reanalysis-ctrl": dict(model_id="CAMS_REANCTRL", model_read_aux=MODEL_AUX_VARS),
"IFS-Reanalysis-clim": dict(model_id="ECMWF_CAMS_REAN_clim", model_read_aux=MODEL_AUX_VARS
),
"IFS-OSUITE-p": dict(model_id="ECMWF_OSUITEp", model_read_aux=MODEL_AUX_VARS),

@lewisblake
Copy link
Member

Last step of the assembly wasn't going through properly. Running the last line in the parallel processing again fixed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants