uaf-arctic-eco-modeling / dvm-dos-tem

A process based Dynamic Vegetation, Dynamic Organic Soil, Terrestrial Ecosystem Model.
MIT License
22 stars 24 forks source link

`Sensitivity.py` incorrectly setting variable dimension for `aux_outputs` #747

Open Benjamin-Maglio opened 2 weeks ago

Benjamin-Maglio commented 2 weeks ago

It appears when variables are set in aux_outputs in a yaml config file for SA_setup_and_run.py the dimensions are not correctly set. An example of this is VEGC y p c, but I have also had trouble on the add_methane branch too. It looks like this command only outputs VEGC by pft and not compartment. The issue on the add_methane branch is due to outputting variables by month and by layer, but only getting by month.

tobeycarman commented 1 week ago

@Benjamin-Maglio does this happen only for aux_outputs but not the normal outputs?

Benjamin-Maglio commented 1 week ago

Well, the "normal" outputs, I believe have present dimensions... i.e. VEGC in normal outputs will always be yearly, by pft, by compartment...