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

Add V0 Ozone Diagnostics #285

Merged
merged 7 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config_amwg_default_plots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ plotting_scripts:
- zonal_mean
- polar_map
- cam_taylor_diagram
- ozone_diagnostics
#- tape_recorder
#- tem
#- regional_map_multicase #To use this please un-comment and fill-out
Expand Down Expand Up @@ -440,6 +441,7 @@ diag_var_list:
- ICEFRAC
- OCNFRAC
- LANDFRAC
- O3

#<Add more variables here.>
# MDTF recommended variables
Expand Down
4 changes: 3 additions & 1 deletion config_cam_baseline_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ plotting_scripts:
- polar_map
- cam_taylor_diagram
- qbo
- ozone_diagnostics
#- tape_recorder
#- tem
#- regional_map_multicase #To use this please un-comment and fill-out
Expand All @@ -503,6 +504,7 @@ diag_var_list:
- FSNT
- FLNT
- LANDFRAC
- O3

#<Add more variables here.>
# MDTF recommended variables
Expand All @@ -528,4 +530,4 @@ diag_var_list:
# region_season: <NULL means use annual mean>
# region_variables: <list of variables to try to use; allows for a subset of the total diag variables>

#END OF FILE
#END OF FILE
Loading