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 6 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 @@ -58,7 +58,7 @@
# Note that the string 'USER-NAME-NOT-SET' is used in the jupyter script
# to check for a failure to customize
#
user: 'USER-NAME-NOT-SET'
user: 'shawnh'
shawnusaf marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This just needs to be changed back



#This first set of variables specify basic info used by all diagnostic runs:
Expand Down 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 Down
Loading
Loading