Skip to content

Commit

Permalink
Merge pull request #87 from mnlevy1981/unpin_ADF
Browse files Browse the repository at this point in the history
Update ADF to latest version
  • Loading branch information
mnlevy1981 authored Mar 20, 2024
2 parents c593411 + 59a620f commit 86a9373
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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}


Expand Down Expand Up @@ -353,17 +372,4 @@ derived_var_list:

#<Add more variables here.>

# 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

0 comments on commit 86a9373

Please sign in to comment.