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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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 @@ -297,6 +297,7 @@ plotting_scripts:
- zonal_mean
- polar_map
- cam_taylor_diagram
- ozone_diagnostics
#- tape_recorder
#- tem #To plot TEM, please un-comment fill-out
#the "tem_info" section below
Expand Down Expand Up @@ -346,6 +347,7 @@ diag_var_list:
- ICEFRAC
- OCNFRAC
- LANDFRAC
- O3

#<Add more variables here.>

Expand Down
16 changes: 9 additions & 7 deletions 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'
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would undo this change



#This first set of variables specify basic info used by all diagnostic runs:
Expand Down Expand Up @@ -87,15 +87,15 @@ diag_basic_info:
obs_data_loc: /glade/work/nusbaume/SE_projects/model_diagnostics/ADF_obs

#Location where re-gridded and interpolated CAM climatology files are stored:
cam_regrid_loc: /glade/scratch/${user}/ADF/regrid
cam_regrid_loc: /glade/derecho/scratch/${user}/ADF/regrid

#Overwrite CAM re-gridded files?
#If false, or missing, then regridding will be skipped for regridded variables
#that already exist in "cam_regrid_loc":
cam_overwrite_regrid: false

#Location where diagnostic plots are stored:
cam_diag_plot_loc: /glade/scratch/${user}/ADF/plots
cam_diag_plot_loc: /glade/derecho/scratch/${user}/ADF/plots

#Location of ADF variable plotting defaults YAML file:
#If left blank or missing, ADF/lib/adf_variable_defaults.yaml will be used
Expand Down Expand Up @@ -152,7 +152,7 @@ diag_cam_climo:
cam_hist_loc: /glade/p/cesm/ADF/${diag_cam_climo.cam_case_name}

#Location of CAM climatologies (to be created and then used by this script)
cam_climo_loc: /glade/scratch/${user}/ADF/${diag_cam_climo.cam_case_name}/climo
cam_climo_loc: /glade/derecho/scratch/${user}/ADF/${diag_cam_climo.cam_case_name}/climo

#model year when time series files should start:
#Note: Leaving this entry blank will make time series
Expand Down Expand Up @@ -180,7 +180,7 @@ diag_cam_climo:
cam_overwrite_ts: false

#Location where time series files are (or will be) stored:
cam_ts_loc: /glade/scratch/${user}/ADF/${diag_cam_climo.cam_case_name}/ts
cam_ts_loc: /glade/derecho/scratch/${user}/ADF/${diag_cam_climo.cam_case_name}/ts

#----------------------

Expand Down Expand Up @@ -274,7 +274,7 @@ diag_cam_baseline_climo:
cam_hist_loc: /glade/p/cesm/ADF/${diag_cam_baseline_climo.cam_case_name}

#Location of baseline CAM climatologies:
cam_climo_loc: /glade/scratch/${user}/ADF/${diag_cam_baseline_climo.cam_case_name}/climo
cam_climo_loc: /glade/derecho/scratch/${user}/ADF/${diag_cam_baseline_climo.cam_case_name}/climo

#model year when time series files should start:
#Note: Leaving this entry blank will make time series
Expand All @@ -301,7 +301,7 @@ diag_cam_baseline_climo:
cam_overwrite_ts: false

#Location where time series files are (or will be) stored:
cam_ts_loc: /glade/scratch/${user}/ADF/${diag_cam_baseline_climo.cam_case_name}/ts
cam_ts_loc: /glade/derecho/scratch/${user}/ADF/${diag_cam_baseline_climo.cam_case_name}/ts

#This fourth set of variables provides settings for calling the Climate Variability
# Diagnostics Package (CVDP). If cvdp_run is set to true the CVDP will be set up and
Expand Down Expand Up @@ -363,6 +363,7 @@ plotting_scripts:
- polar_map
- cam_taylor_diagram
- qbo
- ozone_diagnostics
#- tape_recorder
#- tem #To plot TEM, please un-comment fill-out
#the "tem_info" section below
Expand All @@ -388,6 +389,7 @@ diag_var_list:
- FSNT
- FLNT
- LANDFRAC
- O3

#<Add more variables here.>

Expand Down
Loading