-
Notifications
You must be signed in to change notification settings - Fork 178
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
CTests extended validation for C48_ATM and staged C48_S2SW for gfs_fcst and gfs_atmos #3256
base: develop
Are you sure you want to change the base?
CTests extended validation for C48_ATM and staged C48_S2SW for gfs_fcst and gfs_atmos #3256
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 a few minor comments.
Co-authored-by: Rahul Mahajan <[email protected]>
Co-authored-by: Rahul Mahajan <[email protected]>
Co-authored-by: Rahul Mahajan <[email protected]>
Co-authored-by: Rahul Mahajan <[email protected]>
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.
Commit changes from review for datetime updates in the python scripts
Co-authored-by: Rahul Mahajan <[email protected]>
Co-authored-by: Rahul Mahajan <[email protected]>
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.
Just whitespace and a small bit of documentation.
{% set TEST_DATE_offset = TEST_DATE | add_to_datetime(H_timedelta) %} | ||
|
||
{% set cyc = TEST_DATE | strftime('%H') %} | ||
{% set cyc_offset = TEST_DATE_offset | strftime('%H') %} |
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.
{% set cyc_offset = TEST_DATE_offset | strftime('%H') %} | |
{% set cyc_offset = TEST_DATE_offset | strftime('%H') %} |
{% set cyc_offset = TEST_DATE_offset | strftime('%H') %} | ||
|
||
{% set PDY = TEST_DATE | to_YMD %} | ||
{% set PDY_offset = TEST_DATE_offset | to_YMD %} |
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.
{% set PDY_offset = TEST_DATE_offset | to_YMD %} | |
{% set PDY_offset = TEST_DATE_offset | to_YMD %} |
{% set TEST_DATE_offset = TEST_DATE | add_to_datetime(H_timedelta) %} | ||
|
||
{% set cyc = TEST_DATE | strftime('%H') %} | ||
{% set cyc_offset = TEST_DATE_offset | strftime('%H') %} |
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.
{% set cyc_offset = TEST_DATE_offset | strftime('%H') %} | |
{% set cyc_offset = TEST_DATE_offset | strftime('%H') %} |
{% set cyc_offset = TEST_DATE_offset | strftime('%H') %} | ||
|
||
{% set PDY = TEST_DATE | to_YMD %} | ||
{% set PDY_offset = TEST_DATE_offset | to_YMD %} |
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.
{% set PDY_offset = TEST_DATE_offset | to_YMD %} | |
{% set PDY_offset = TEST_DATE_offset | to_YMD %} |
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
Description
This PR extends the CTest Functional Tests:
output_files
for C48_ATM for the validation stepChange characteristics
How has this been tested?
NOTE: The system is only supported on Orion where the input files are currently staged.
Also requires the user to have rocotoboot (dryrun version) the users
$PATH
(or in their$HOME/bin
)Checklist