Skip to content

Commit

Permalink
Update example config files
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-richling committed Nov 20, 2024
1 parent 87b6fbb commit 48e9727
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions config_chem_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ plotting_scripts:
#If CVDP is to be run PSL, TREFHT, TS and PRECT (or PRECC and PRECL) should be listed
diag_var_list:
- AODVISdn
- Q
- BC
- POM
- SO4
Expand Down
8 changes: 4 additions & 4 deletions config_waccm_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ diag_cam_climo:
cam_hist_loc: ${sample_hist_loc}/${diag_cam_climo.cam_case_name}/

#Location of CAM climatologies (to be created and then used by this script)
cam_climo_loc: /glade/derecho/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/derecho/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/

#TEM diagnostics
#---------------
Expand Down Expand Up @@ -232,7 +232,7 @@ diag_cam_baseline_climo:
cam_hist_loc: ${sample_hist_loc}/${diag_cam_baseline_climo.cam_case_name}/

#Location of baseline CAM climatologies:
cam_climo_loc: /glade/derecho/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 @@ -259,7 +259,7 @@ diag_cam_baseline_climo:
cam_overwrite_ts: false

#Location where time series files are (or will be) stored:
cam_ts_loc: /glade/derecho/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/

#TEM diagnostics
#---------------
Expand Down

0 comments on commit 48e9727

Please sign in to comment.