We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://github.com/NOAA-EMC/global-workflow/blob/develop/scripts/exgfs_wave_init.sh#L212-L221 if NMEM_ENS > 0 then we copy the mod_defs to all the various member directories.
However, if we run a gdas case where NMEM_ENS > 0 , we end up creating all of these directories despite the fact that we don't actually need these.
We should only be copying all of the wave member folders for GEFS/enkf (eventually, not today).
All or N/A
I think Cathy was using develop, or a branch
Run a cycled test with waves and NMEM_ENS > 0
No response
Put an if GEFS before this in wave init
Also, need to check other wave scripts for if NMEM_ENS > 0
The text was updated successfully, but these errors were encountered:
Have sent a fix to @CatherineThomas-NOAA who will open a PR combining this fix (JessicaMeixner-NOAA@7529278) with others.
Sorry, something went wrong.
Confirmed that this was found with develop at the time: hash cdca80e
This fix is being combined with Issue #2742
No branches or pull requests
What is wrong?
In https://github.com/NOAA-EMC/global-workflow/blob/develop/scripts/exgfs_wave_init.sh#L212-L221 if NMEM_ENS > 0 then we copy the mod_defs to all the various member directories.
However, if we run a gdas case where NMEM_ENS > 0 , we end up creating all of these directories despite the fact that we don't actually need these.
What should have happened?
We should only be copying all of the wave member folders for GEFS/enkf (eventually, not today).
What machines are impacted?
All or N/A
What global-workflow hash are you using?
I think Cathy was using develop, or a branch
Steps to reproduce
Run a cycled test with waves and NMEM_ENS > 0
Additional information
No response
Do you have a proposed solution?
Put an if GEFS before this in wave init
Also, need to check other wave scripts for if NMEM_ENS > 0
The text was updated successfully, but these errors were encountered: