Skip to content

Commit

Permalink
Merge pull request #285 from shawnusaf/main
Browse files Browse the repository at this point in the history
Add V0 Ozone Diagnostics
  • Loading branch information
justin-richling authored Oct 31, 2024
2 parents 69d74d6 + a912838 commit b04efe2
Show file tree
Hide file tree
Showing 3 changed files with 1,277 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config_amwg_default_plots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,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 @@ -441,6 +442,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 @@ -480,6 +480,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 @@ -504,6 +505,7 @@ diag_var_list:
- FSNT
- FLNT
- LANDFRAC
- O3

#<Add more variables here.>
# MDTF recommended variables
Expand All @@ -529,4 +531,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

0 comments on commit b04efe2

Please sign in to comment.