-
Notifications
You must be signed in to change notification settings - Fork 180
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
Modify specification of MinMon tank (archive) directory for rocoto-based parallels #993
Comments
There appears to be a problem with how the gfs.v16.3.0 vrfy.sh sets tank directories for MinMon in developer rocoto-based parallels.
A check of The follow modification results in MinMon output being written to a
with
The above changes were committed to the forked release/gfs.v16.3.0 at f0c9630. Rocoto-based developer parallels and NCO run the DA Monitoring packages differently. The above changes only pertain to rocoto-based developer parallels. The official EMC v16.3.0 retrospective and real-time parallels use ecflow, like NCO, to cycle the system. |
The changes made for this issue in the v16.3 system need to be replicated in the |
@EdwardSafford-NOAA I am working to replicate the changes for v16.3 into It looks like I just need to rename I also see a difference between these two path variables between the v16 branch (
|
- Replicating minmon path variable name changes in develop that already happened in the dev/gfs.v16 branch. Refs NOAA-EMC#993
@KateFriedman-NOAA Actually I don't think that On the second question |
@EdwardSafford-NOAA Awesome, this issue is complete then and I'll close it as such. I'll delete my fork branch that had the tentative path variable rename since that's not needed now. Thanks for your reply and confirmation that the |
Expected behavior
MinMon output from developer rocoto-based parallels should be saved in
$PSLOT
specific directories.Current behavior
Execution of the gdas and gfs vrfy jobs from
release/gfs.v16.3.0
writes MinMon output to a non-$PSLOT
specific directory. If a developer runs multiple rocoto-based parallels with different$PSLOT
, MinMon output from the current parallel will overwrite output from the previous parallel.Machines affected
Only confirmed on WCOSS2 but expect similar behavior on other machines.
To Reproduce
To observe the current behavior
release/gfsda.v16.3.0
on WCOSS2EXPDIR
for experiment$PSLOT
ROTDIR
with the files needed to run MinMon for gdas and gfs cycleMinMon output will be written to
M_TANKverf="$NOSCRUB/monitor/minmon"
. This directory is not unique to the experiment$PSLOT
.Detailed Description
Proposed changes to
vrfy.sh
andconfig.vrfy
will be committed to fork Russ.Treadon-NOAA/global-workflow/release/gfs.v16.3.0The text was updated successfully, but these errors were encountered: