Skip to content
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

ww3 init job + ensemble + gdas issue #3425

Open
JessicaMeixner-NOAA opened this issue Mar 6, 2025 · 2 comments
Open

ww3 init job + ensemble + gdas issue #3425

JessicaMeixner-NOAA opened this issue Mar 6, 2025 · 2 comments
Labels
triage Issues that are triage

Comments

@JessicaMeixner-NOAA
Copy link
Contributor

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

@JessicaMeixner-NOAA JessicaMeixner-NOAA added the triage Issues that are triage label Mar 6, 2025
@JessicaMeixner-NOAA
Copy link
Contributor Author

Have sent a fix to @CatherineThomas-NOAA who will open a PR combining this fix (JessicaMeixner-NOAA@7529278) with others.

@CatherineThomas-NOAA
Copy link
Contributor

Confirmed that this was found with develop at the time: hash cdca80e

This fix is being combined with Issue #2742

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issues that are triage
Projects
None yet
Development

No branches or pull requests

2 participants