enable different time ranges for ts and climo files in LDF#302
enable different time ranges for ts and climo files in LDF#302TeaganKing merged 11 commits intoNCAR:mainfrom
Conversation
|
One note, the config file used by LDF has the ability for users to add Better yet may be to enable the code to just use the case_name if no case_nickname is provided in the config.yaml file, but for now I'm more interested in enabling / requiring users to provide a nickname |
|
I did also update external diag packages to use the nicknames and climo start/end years. Note that this IS backwards compatible if those are not included in the config file due to the default settings. Eg, if you don't provide a case nickname, the case nickname is set to the case name. If you don't provide climo start/end years, these are set to the start/end years. ADF config file generation script has also been updated to use these values if provided. |
|
Currently there is a line |
|
TeaganKing
left a comment
There was a problem hiding this comment.
Looks great to me! Once Will checks the output of regional plots, this can be merged in.
|
My functional test of CUPiD failed @TeaganKing ... but I think this is because I didn't remove the offending line of code. I'll try getting to this later today or tomorrow. |
|
Yes, I think you'll want to update that in LDF to do something similar to this line. Thanks for testing that! |
Description of changes:
LDF allows users to define seperate time bounds for climo vs. ts generation
All PRs Checklist:
@TeaganKing volunteered to functionally test this for me
Note, LDF will fail if there are multiple climo files for a variable in the same directory
It may be nice to use the same start year and end year for both ts and climo if users don't define climo_*_year strings. LDF already does this, but not sure how to enable it in CUPiD?