Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aerosol zonal plots #291

Merged
merged 10 commits into from
Apr 19, 2024
Merged

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    b928839 View commit details
    Browse the repository at this point in the history
  2. Update adf_variable_defaults.yaml

    Add more aerosol info, aerosol calc list, and constants section.
    
    Also add subsection for difference colorbar options and flag for non_linear scale plotting/color scale
    justin-richling committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1ec9d80 View commit details
    Browse the repository at this point in the history
  3. Update derived variable section

    This moves away from the nco way of deriving variables and moves it to xarray. This is mostly so that any derived variable that has more than two constituents can be processed. The nco way only worked for two constituents.
    
    Also add check for any aerosol variables that will require rho (density of dry air) and create PMID and T time series files (if not already requested). Additionally, add section in derived variables to calculate aerosol values.
    justin-richling committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    417f795 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ea5aa1 View commit details
    Browse the repository at this point in the history
  5. Update adf_diag.py

    justin-richling committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a56ebf7 View commit details
    Browse the repository at this point in the history
  6. Fix github errors

    justin-richling committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    82c1317 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ea3838 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    c896ad0 View commit details
    Browse the repository at this point in the history
  2. Update adf_diag.py

    Clean up derived variable function to grab coordinates and dimensions for new variable netcdf file. Also, remove constituents from derived variable file since they will have their own.
    justin-richling committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e440ecb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5626dd5 View commit details
    Browse the repository at this point in the history