-
Notifications
You must be signed in to change notification settings - Fork 31
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
Skip the ice specific diffusion #1359
Conversation
just ran a test on hera (with this and NOAA-EMC/jcb-gdas#39) and the gdas_marinebmat job now completes |
oops - spoke too soon. I see this in the log for gdas_marinebmat FileNotFoundError: [Errno 2] No such file or directory: '/scratch1/NCEPDEV/stmp2/Jeffrey.S.Whitaker/RUNDIRS/C192coupled3dvar_test/gdas.2021032406/gdasmarineanalysis.2021032406/staticb/hz_ice.nc |
@jswhit2 That should be expected since we commented that line out, but I'm not sure what the downstream effects will be (if any). |
This seems to fix it (at least gdas_marinebmat completes without errors)
|
however, gdas_marineanlinit fails with
|
@jswhit2 , I got "lucky", looks like I had an |
@jswhit2 , I isolated the needed fixes from my g-w pr here: can you work on C6? |
@guillaumevernieres can't use c6 until all the builds support it - there's a bunch of PRs from @DavidBurrows-NCO in to make this happen, and as soon as they are merged I'll give it a try |
I'm closing this. The bug fixes will be included in NOAA-EMC/global-workflow#3034 and #1353 |
Companion PR to NOAA-EMC/jcb-gdas#39