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

PR for Issue #89: "Ensure CUPiD is generalizable and portable to other machines" #92

Closed
wants to merge 2 commits into from
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@
#--------------------
#
##==============================

diag_loc: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/ADF-data/regrid/${diag_cam_climo.cam_case_name}/

climo_loc: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/CESM_output_for_testing/
ts_loc: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/CESM_output_for_testing/
diag_loc: ../local_cesm_output/${diag_cam_climo.cam_case_name}/regrid
climo_loc: ../local_cesm_output/
ts_loc: ../local_cesm_output/
cam_hist_root: ../local_cesm_output/

#This first set of variables specify basic info used by all diagnostic runs:
diag_basic_info:
Expand Down Expand Up @@ -112,17 +111,10 @@ diag_basic_info:

redo_plot: false









#This second set of variables provides info for the CAM simulation(s) being diagnosed:
diag_cam_climo:

#Calculate climatologies?
#If false, neither the climatology or time-series files will be created:
calc_cam_climo: true
Expand All @@ -135,17 +127,16 @@ diag_cam_climo:
cam_case_name: b.e23_alpha16b.BLT1850.ne30_t232.054

#Location of CAM history (h0) files:
cam_hist_loc: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/CESM_output_for_testing/${diag_cam_climo.cam_case_name}/atm/hist/

cam_hist_loc: ${cam_hist_root}/${diag_cam_climo.cam_case_name}/atm/hist/
yrs: ${diag_cam_climo.start_year}-${diag_cam_climo.end_year}

#Location of CAM climatologies:
cam_climo_loc: ${climo_loc}${diag_cam_climo.cam_case_name}/atm/proc/${diag_cam_climo.yrs}/

#model year when time series files should start:
#Note: Leaving this entry blank will make time series
# start at earliest available year.
start_year: 91
start_year: 100

#model year when time series files should end:
#Note: Leaving this entry blank will make time series
Expand All @@ -167,12 +158,12 @@ diag_cam_climo:
cam_overwrite_ts: false

#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}/
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}
#If no path, diagnostics wont run even if declared in averaging/plotting scripts below
cam_tem_loc: ${cam_hist_root}/${diag_cam_climo.cam_case_name}/TEM/

#TEM history file number
tem_hist_str: cam.h4
Expand All @@ -182,8 +173,6 @@ diag_cam_climo:
case_nickname: ${diag_cam_climo.cam_case_name}




#This third set of variables provide info for the CAM baseline climatologies.
#This only matters if "compare_obs" is false:
diag_cam_baseline_climo:
Expand All @@ -200,18 +189,17 @@ diag_cam_baseline_climo:
cam_case_name: f.cam6_3_119.FLTHIST_ne30.r328_gamma0.33_soae.001

#Location of CAM baseline history (h0) files:
cam_hist_loc: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/CESM_output_for_testing/${diag_cam_baseline_climo.cam_case_name}/atm/hist/
cam_hist_loc: ${cam_hist_root}/${diag_cam_baseline_climo.cam_case_name}/atm/hist/

yrs: ${diag_cam_baseline_climo.start_year}-${diag_cam_baseline_climo.end_year}


#Location of baseline CAM climatologies:
cam_climo_loc: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/ADF-data/climos/${diag_cam_baseline_climo.cam_case_name}/${diag_cam_baseline_climo.yrs}/
cam_climo_loc: ${climo_loc}/${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
# start at earliest available year.
start_year: 1995
start_year: 2004

#model year when time series files should end:
#Note: Leaving this entry blank will make time series
Expand All @@ -233,12 +221,13 @@ diag_cam_baseline_climo:
cam_overwrite_ts: false

#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}/
cam_ts_loc: ${ts_loc}/${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}
#If no path, diagnostics wont run even if declared in averaging/plotting scripts below

cam_tem_loc: ${cam_hist_root}/${diag_cam_baseline_climo.cam_case_name}/TEM/

#TEM history file number
tem_hist_str: cam.h4
Expand All @@ -263,7 +252,7 @@ diag_cvdp_info:
# CGD systems path = /home/asphilli/CESM-diagnostics/CVDP/Release/v5.2.0/
# CISL systems path = /glade/u/home/asphilli/CESM-diagnostics/CVDP/Release/v5.2.0/
# github location = https://github.com/NCAR/CVDP-ncl
cvdp_codebase_loc: /glade/u/home/asphilli/CESM-diagnostics/CVDP/Release/v5.2.0/
cvdp_codebase_loc: ../local_cesm_output/

# Location where cvdp codebase will be copied to and diagnostic plots will be stored
cvdp_loc: ${diag_loc}
Expand Down