Adding more variables to e3sm_diags mvm #674
-
In the case of model-vs-obs, it makes sense that we are somewhat rigid about what we can do, e.g. there are no experimental/observational data to compare to. However, in the case of model-vs-model, is there a way to add a parameter of interest? Obviously said parameter will likely have no observational counterpart, but will definitely have a model counterpart. For now, I am actually simply interested in adding the Thank you!
e3sm_diags/e3sm_diags/driver/default_diags/lat_lon_model_vs_model.cfg Lines 78 to 93 in 8ea5bad |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Also, why are the contour levels slightly different above? Or am I not reading this correctly? |
Beta Was this translation helpful? Give feedback.
-
I also looked here, but I couldn't find anything about variables: https://github.com/E3SM-Project/zppy/blob/cdd11e983a52ca54e81168de199be611e42d49f8/zppy/templates/default.ini#L100-L236. I only found this https://e3sm-project.github.io/e3sm_diags/_build/html/main/available-parameters.html but I don't know how that translates to a variable inside a .cfg file... |
Beta Was this translation helpful? Give feedback.
-
Update: trying adding the variables didn't work :( |
Beta Was this translation helpful? Give feedback.
-
@mahf708 firstly, the variables need to be added to zppy's climo task configuration, by extending the variable list: https://github.com/E3SM-Project/zppy/blob/cdd11e983a52ca54e81168de199be611e42d49f8/zppy/templates/default.ini#L48. Re: adding variables in e3sm_diags runs, here is the instruction on how to add new variables on-the-fly in standalone e3sm diags runs: However, I think you will need to include code change in zppy to do model vs model in zppy with additional variables. |
Beta Was this translation helpful? Give feedback.
@mahf708 firstly, the variables need to be added to zppy's climo task configuration, by extending the variable list: https://github.com/E3SM-Project/zppy/blob/cdd11e983a52ca54e81168de199be611e42d49f8/zppy/templates/default.ini#L48.
Re: adding variables in e3sm_diags runs, here is the instruction on how to add new variables on-the-fly in standalone e3sm diags runs:
https://e3sm-project.github.io/e3sm_diags/_build/html/main/add-new-diagnostics.html
However, I think you will need to include code change in zppy to do model vs model in zppy with additional variables.