Closed brianpm closed 3 days ago
Add a script to plot global mean time series (annual mean only right now).
Uses time series files directly. To do this, I added some functionality to adf_dataset.py to get time series data.
adf_dataset.py
Adds a TimeSeries type of plot category to adf_variable_defaults.yaml.
adf_variable_defaults.yaml
Modifies plotting_functions.py to try to keep units in tact while doing spatial and annual averages.
plotting_functions.py
Changes in adf_info.py is incidental (two print statements), and can be ignored. The change in adf_web.py is literally whitespace and can be ignored.
adf_info.py
adf_web.py
@brianpm This all looks good to me now. I've tested with obs and tested with with fake variables and it works now as intended.
@adagj Thanks again for the review and changes, we appreciate your time in helping!
Add a script to plot global mean time series (annual mean only right now).
Uses time series files directly. To do this, I added some functionality to
adf_dataset.py
to get time series data.Adds a TimeSeries type of plot category to
adf_variable_defaults.yaml
.Modifies
plotting_functions.py
to try to keep units in tact while doing spatial and annual averages.Changes in
adf_info.py
is incidental (two print statements), and can be ignored. The change inadf_web.py
is literally whitespace and can be ignored.