ESMValGroup / ESMValTool

ESMValTool: A community diagnostic and performance metrics tool for routine evaluation of Earth system models in CMIP
https://www.esmvaltool.org
Apache License 2.0
227 stars 128 forks source link

Total or tropospheric budget diagnotics. #3817

Open MartinCussacMF opened 2 days ago

MartinCussacMF commented 2 days ago

Short description of the diagnostic I would like to implement a new diagnostic calculating the total budget/mass for a given atmospheric tracer (typically o3 or ch4). It also can do the budget for a sub-part of the atmosphere (typically the troposphere) by masking the input data. My feeling would have been to develop a new diagnostic but maybe it would need to be included in preprocessors? Anyway, I already have some personal scripts to do this I extracted and joined the relevant parts (sowewhat dirty). This is my first development for ESMValTool so i'm taking any feedback before diving into the code.

burden.py.txt

Branch and pull request Coming soon