NCAR / ADF

A unified collection of python scripts used to generate standard plots from CAM outputs.
Creative Commons Attribution 4.0 International
34 stars 29 forks source link

Aerosol fix #303

Closed justin-richling closed 2 months ago

justin-richling commented 3 months ago

With the update of how some variables are derived if using a CAM-CHEM run, the derivation of time series files has been updated to check first if the constituents are in the history file. If not, it checks again for the CAM-CHEM constituents based off the argument derivable_from_cam_chem in the adf_variable_defaults.yaml file.

Additionally, this will add debugging if missing constituents to the debug log and update the CSS to force the number of plot boxes on the website from 3 to 4 on each row; 4 boxes was making the content go off page.

justin-richling commented 2 months ago

@nusbaume Thanks for the last look over, I believe this might be all good now.