NCO scripts on the operational testbed cluster#69
Open
zhengtaocui wants to merge 11 commits into
Open
Conversation
…ving and warm start. 2) added NCO prod_util and prod_envir packages.
Contributor
|
Which commands could I run to build and test this? |
mxkpp
approved these changes
Jun 9, 2026
mxkpp
left a comment
Contributor
There was a problem hiding this comment.
With the ecFlow server (Docker) container that I added in this other branch: #73
I was able to run the ./install_testbed.sh script.
I did not test any tasks.
I think we can go ahead and merge this, with the understanding that we will rewrite parts of it to align with the design I put together for a Python / OOP implementation of the ecFlow client and using ecFlow as a formal communication medium: ngwpc-ecflow-design.docx
723fbca to
85fe0f8
Compare
nwm-realtime/nwm_realtime_fcst.py: - Add --config-name and --domain CLI options - Run CONUS AnA and Extended AnA as two consecutive chunks with a state handoff, controlling each pass's window via the RTE --lookback option (AnA split 1h+2h, Extended AnA split 24h+4h) - Archive each pass's Output/state_save to timestamped dirs named by the simulation end time (%Y%m%d%H) - Read warm states from the timestamped state_save dir valid at the start of the current window (AnA: T0-3; Ext: T0-28; Short Range: T0) - Hardcode container state path and pass --hydrofab_file (per self.gageid) to all RTE runs - Forward RTE non-zero exit codes out of configureRTE/runRTE scripts/exnwm.sh: - Copy the first-run state_save/Output dirs using a per-CASETYPE offset (-2 for AnA, -4 for Extended AnA) to match each config's run-1 end time ecf/model_envir.h: - Export NDATE (prod_util ndate) used by exnwm.sh for the offset copies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added the NCO scripts (Ecflow, job, and ex-scripts) as a new folder, nwm.v4.0.0