-
Notifications
You must be signed in to change notification settings - Fork 33
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
Small fixes #313
Small fixes #313
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just two (optional) change requests. Thanks @justin-richling!
config_amwg_default_plots.yaml
Outdated
@@ -291,7 +291,7 @@ diag_cvdp_info: | |||
cvdp_codebase_loc: /glade/u/home/asphilli/CESM-diagnostics/CVDP/Release/v5.2.0/ | |||
|
|||
# Location where cvdp codebase will be copied to and diagnostic plots will be stored | |||
cvdp_loc: /glade/scratch/asphilli/ADF-Sandbox/cvdp/ #MUST EDIT! | |||
cvdp_loc: /glade/derecho/scratch/asphilli/ADF-Sandbox/cvdp/ #MUST EDIT! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we change this path to automatically output to the user's scratch? For example:
cvdp_loc: /glade/derecho/scratch/asphilli/ADF-Sandbox/cvdp/ #MUST EDIT! | |
cvdp_loc: /glade/derecho/scratch/${user}/ADF/cvdp/ |
config_cam_baseline_example.yaml
Outdated
@@ -376,7 +376,7 @@ diag_cvdp_info: | |||
cvdp_codebase_loc: /glade/u/home/asphilli/CESM-diagnostics/CVDP/Release/v5.2.0/ | |||
|
|||
# Location where cvdp codebase will be copied to and diagnostic plots will be stored | |||
cvdp_loc: /glade/scratch/asphilli/ADF-Sandbox/cvdp/ #MUST EDIT! | |||
cvdp_loc: /glade/derecho/scratch/asphilli/ADF-Sandbox/cvdp/ #MUST EDIT! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we change this path to automatically output to the user's scratch? For example:
cvdp_loc: /glade/derecho/scratch/asphilli/ADF-Sandbox/cvdp/ #MUST EDIT! | |
cvdp_loc: /glade/derecho/scratch/${user}/ADF/cvdp/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good thinking, thanks!
Update the config yaml files for updated example CAM cases and history files.
There are now 4 example coupled cases in:
/glade/campaign/cgd/amp/amwg/ADF_test_cases
:- 3 recent cases with h0a history files
- 1 semi-recent case with old h0 history files
Each with 10 years of data
Additionally, update paths for Derecho scratch locations and update
hist_str
argument to default tocam.h0a
.In
tape_recorder.py
, add check for scenario where no test case data is available and exit script if so.Closes #289