NOAA-CSL / MELODIES-MONET

MELODIES MONET - diagnostic tool for evaluating models against a variety of observations including surface, aircraft, and satellite data all within a common framework
https://melodies-monet.readthedocs.io
Apache License 2.0
19 stars 21 forks source link

Move functions used for regulatory calculation to somewhere other than `.plots/surfplots.py` #175

Open colin-harkins opened 1 year ago

colin-harkins commented 1 year ago

The following functions (mostly used for regulatory calculations) currently in .plots/surfplots.py should likely be moved to somewhere else to keep .plots/surfplots.py relevant to plotting. They could be moved to .util/tools.py or to MONET.

make_24hr_regulatory() get_utcoffset() calc_24hr_ave_v1() make_8hr_regulatory() calc_8hr_rolling_max_v1()

rschwant commented 1 month ago

We discussed moving this to the tools section of MELODIES MONET.