-
Notifications
You must be signed in to change notification settings - Fork 251
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
global_nest_v1 suite: infinite cumulative surface upwelling long-wave flux #2547
Comments
Do you know where in the domain this happens? If near sea ice margins, there are some questions on what to do when sea ice forms or vanishes |
Certainly, I could test new fix files. Can you tell me which files I should try replacing, and with what? |
If you're referring to TISFC and TIICE, as noted in #1954 (comment), it'll have to be regenerated. We're using a seven-tile configuration with custom orography data. Hence, I need to know the fix or workaround @GeorgeGayno-NOAA used so we can regenerate the orography with the fix. I could test the fix by using a workaround in FV3. Overriding the troubled values in FV3/io/fv3atm_restart_io.F90 would mimic correcting the orography data. |
Clarification to prior comment. When I say "custom orography data," I mean the output is seven tiles, rather than six. Input is the same as generating similar-resolution six-tile orography data. If I could figure out Ning Wang's github username, I'd ping him here. He wrote the script and generated this data. |
Tagging @NingWang325 |
We have two orographies, and I'm not sure which was used for this test:
|
I've also tried:
Neither of those fixed the problem. EDIT: The fractional grid is already turned off. Fractional ice is a separate feature which is specific to certain physics schemes. I don't think it's in use in the global_nest_v1 suite. |
Description
I have a failing test case of C768 with the "FV3_global_nest_v1" suite with infinite values in the accumulated surface upwelling long-wave flux. This comes from an execution of the global workflow. Test case location on Hera is detailed below.
The variable's name depends on the context:
Infinities happen from forecast hour 3 onward. Upwelling and shortwave fluxes don't have this problem, nor do the instantaneous values at the output times.
From skimming the code, the only possibility I can immediately see is this: the instantaneous values are infinite for at least one timestep, but are finite at output times. I can't see why the instantaneous values would go infinite.
To Reproduce:
Test case is here on HERA
NOAA Hera: /scratch2/BMC/wrfruc/Samuel.Trahan/westwater/sijie-inf/cleaned
To run:
./compile.sh hera "-DAPP=ATM -D32BIT=ON -DCCPP_SUITES=FV3_global_nest_v1" optim intel YES NO
Additional context
This failing case comes from the the Water in the West experiments. We're encountering many problems while running the ENKF at C768 resolution.
It requires the maximum possible job size on Hera (210 nodes), mostly due to the ever-expanding memory usage of the write component.
The text was updated successfully, but these errors were encountered: