-
Notifications
You must be signed in to change notification settings - Fork 192
Replace NDATE
with date
#3725
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
base: develop
Are you sure you want to change the base?
Replace NDATE
with date
#3725
Conversation
- Also update date commands in some JJOB scripts Refs NOAA-EMC#3699
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.
The wave related codes look okay to me.
- Add shellcheck disable of SC2153 back into scripts Refs NOAA-EMC#3699
Remove starting message Refs NOAA-EMC#3699 Co-authored-by: Rahul Mahajan <[email protected]>
Refs NOAA-EMC#3699 Co-authored-by: Rahul Mahajan <[email protected]>
Refs NOAA-EMC#3699 Co-authored-by: Rahul Mahajan <[email protected]>
Refs NOAA-EMC#3699 Co-authored-by: Rahul Mahajan <[email protected]>
Rerunning tests on WCOSS2 after syncing with |
Restarting CI on WCOSS2, kicked it off on wrong (prod) side. |
CI Tests set up to run in /lfs/h2/emc/ptmp/emc.global/PR/PR_3725/RUNTESTS on WCOSS |
WCOSS2 CI was partially complete before a sudden production switch happened and killed the tests:
|
Setting WCOSS2 CI to "passed" since enough of the tests ran to invoke the changes in this PR. Will further rely on the CI tests running on Hercules. |
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.
lgtm
Experiment C96C48_hybatmDA FAILED on Hercules in Build# 1 with error logs:
Follow link here to view the contents of the above file(s): (gdas_verfozn.log) |
Experiment C48mx500_hybAOWCDA FAILED on Hercules in Build# 1 with error logs:
Follow link here to view the contents of the above file(s): |
Experiment C96_atm3DVar FAILED on Hercules in Build# 1 with error logs:
Follow link here to view the contents of the above file(s): |
Experiment C48mx500_hybAOWCDA FAILED on Hercules in Build# 1 in |
Experiment C96C48_hybatmDA FAILED on Hercules in Build# 1 in |
Experiment C96_atm3DVar FAILED on Hercules in Build# 1 in |
Description
This PR replaces instances of the
NDATE
utility with thedate
command in the workflow. Included is some cleanup ofCDATE
instances (replaced withPDYcyc
) and replacing somecut
commands that I came across while removingNDATE
.Resolves #3699
Type of change
Change characteristics
How has this been tested?
Ran CI suite on WCOSS2.
Checklist