diff --git a/Externals.cfg b/Externals.cfg index 4682542..49236d4 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -1,6 +1,6 @@ [ADF] local_path = externals/ADF -hash = 4625c8a +hash = b961522 protocol = git repo_url = https://github.com/NCAR/ADF.git required = True diff --git a/examples/nblibrary/config_f.cam6_3_119.FLTHIST_ne30.r328_gamma0.33_soae.001.yaml b/examples/nblibrary/config_f.cam6_3_119.FLTHIST_ne30.r328_gamma0.33_soae.001.yaml index 62cc9e0..880a4d0 100644 --- a/examples/nblibrary/config_f.cam6_3_119.FLTHIST_ne30.r328_gamma0.33_soae.001.yaml +++ b/examples/nblibrary/config_f.cam6_3_119.FLTHIST_ne30.r328_gamma0.33_soae.001.yaml @@ -169,6 +169,15 @@ diag_cam_climo: #Location where time series files are (or will be) stored: cam_ts_loc: ${ts_loc}${diag_cam_climo.cam_case_name}/${diag_cam_climo.yrs}/ + #Location where TEM files are stored: + #If path not specified or commented out, skip TEM calculation + #If no path, diagnostics wont run even if declared in averaging/plotting scripts below + cam_tem_loc: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/ADF-data/TEM/${diag_cam_climo.cam_case_name} + + #TEM history file number + tem_hist_str: cam.h4 + + overwrite_tem: false case_nickname: ${diag_cam_climo.cam_case_name} @@ -226,6 +235,16 @@ diag_cam_baseline_climo: #Location where time series files are (or will be) stored: cam_ts_loc: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/ADF-data/timeseries/${diag_cam_baseline_climo.cam_case_name}/${diag_cam_baseline_climo.yrs}/ + #Location where TEM files are stored: + #If path not specified or commented out, skip TEM calculation + #If no path, diagnostics wont run even if declared in averaging/plotting scripts below + cam_tem_loc: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/ADF-data/TEM/${diag_cam_baseline_climo.cam_case_name} + + #TEM history file number + tem_hist_str: cam.h4 + + overwrite_tem: false + case_nickname: ${diag_cam_baseline_climo.cam_case_name} @@ -353,17 +372,4 @@ derived_var_list: # -# Options for TEM diagnostics (./averaging/create_TEM_files.py and ./plotting/temp.py) -tem_info: - #Location where TEM files are stored: - #If path not specified or commented out, skip TEM calculation - #If no path, diagnostics wont run even if declared in averaging/plotting scripts below - tem_loc: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/ADF-data/TEM/ - - #TEM history file number - hist_num: h4 - - overwrite_tem_case: false - overwrite_tem_base: false - #END OF FILE