Skip to content

Commit 71ccc6b

Browse files
committed
update template configure for installation on the ipcc node
1 parent f4df82a commit 71ccc6b

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

config_noresm_ipcc.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,18 @@ diag_basic_info:
8989
#Location of observational datasets:
9090
#Note: this only matters if "compare_obs" is true and the path
9191
#isn't specified in the variable defaults file.
92-
obs_data_loc: /diagnostics/ADF/obs
92+
obs_data_loc: /diagnostics/ADF-obs
9393

9494
#Location where re-gridded and interpolated CAM climatology files are stored:
9595
cam_regrid_loc: /scratch/${user}/diagnostics/ADF/regrid
9696

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

102102
#Location where diagnostic plots are stored:
103-
cam_diag_plot_loc: /projects/NS2345K-datalake/www/diagnostics/ADF/plots
103+
cam_diag_plot_loc: /nird/datalake/NS2345K/www/diagnostics/ADF/${user}
104104

105105
#Location of ADF variable plotting defaults YAML file:
106106
#If left blank or missing, ADF/lib/adf_variable_defaults.yaml will be used
@@ -163,7 +163,7 @@ diag_cam_climo:
163163

164164
#Location of CAM history (h0a) files:
165165
#Example test files
166-
cam_hist_loc: /projects/NS9560K-datalake/noresm3/cases/${diag_cam_climo.cam_case_name}/atm/hist
166+
cam_hist_loc: /nird/datalake/NS9560K/noresm3/cases/${diag_cam_climo.cam_case_name}/atm/hist
167167

168168
#Location of CAM climatologies (to be created and then used by this script)
169169
cam_climo_loc: /scratch/${user}/diagnostics/ADF/climo/${diag_cam_climo.cam_case_name}/atm/climo
@@ -227,10 +227,10 @@ diag_cam_baseline_climo:
227227

228228
#Location of CAM baseline history (h0a) files:
229229
#Example test files
230-
cam_hist_loc: /projects/NS9560K-datalake/noresm3/cases/${diag_cam_baseline_climo.cam_case_name}/atm/hist
230+
cam_hist_loc: /nird/datalake/NS9560K/noresm3/cases/${diag_cam_baseline_climo.cam_case_name}/atm/hist
231231

232232
#Location of baseline CAM climatologies:
233-
cam_climo_loc: /scratch/${user}/diagnostics/ADF/${diag_cam_baseline.cam_case_name}/atm/climo
233+
cam_climo_loc: /scratch/${user}/diagnostics/ADF/${diag_cam_baseline_climo.cam_case_name}/atm/climo
234234

235235
#model year when time series files should start:
236236
#Note: Leaving this entry blank will make time series
@@ -250,14 +250,14 @@ diag_cam_baseline_climo:
250250

251251
#Save interim time series files for baseline run?
252252
#WARNING: This can take up a significant amount of space:
253-
cam_ts_save: false
253+
cam_ts_save: true
254254

255255
#Overwrite baseline time series files, if found?
256256
#If set to false, then time series creation will be skipped if files are found:
257257
cam_overwrite_ts: false
258258

259259
#Location where time series files are (or will be) stored:
260-
cam_ts_loc: /scratch/${user}/diagnostics/ADF/${diag_cam_baseline.cam_case_name}/atm/tseries
260+
cam_ts_loc: /scratch/${user}/diagnostics/ADF/${diag_cam_baseline_climo.cam_case_name}/atm/tseries
261261

262262
#-------------------------------------------------------------------------------------
263263
#This fourth set of variables provides settings for calling the Climate Variability
@@ -298,7 +298,9 @@ diag_cvdp_info:
298298
#Name of time-averaging scripts being used to generate climatologies.
299299
#These scripts must be located in "scripts/averaging":
300300
time_averaging_scripts:
301-
- create_climo_files
301+
#- create_climo_files
302+
- {create_climo_files: {kwargs: {clobber: false}}}
303+
302304
#- create_TEM_files #To generate TEM files, please un-comment
303305

304306
#Name of regridding scripts being used.

0 commit comments

Comments
 (0)