From 48e9727e1f7b0df76da904c85cef72e425c3f82d Mon Sep 17 00:00:00 2001 From: justin-richling Date: Wed, 20 Nov 2024 08:13:16 -0700 Subject: [PATCH] Update example config files --- config_chem_example.yaml | 1 + config_waccm_example.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config_chem_example.yaml b/config_chem_example.yaml index 8c5831d5b..a9a3d303b 100644 --- a/config_chem_example.yaml +++ b/config_chem_example.yaml @@ -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 diff --git a/config_waccm_example.yaml b/config_waccm_example.yaml index ff8acd97f..79ff3192a 100644 --- a/config_waccm_example.yaml +++ b/config_waccm_example.yaml @@ -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 @@ -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 #--------------- @@ -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 @@ -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 #---------------