-
Notifications
You must be signed in to change notification settings - Fork 261
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
S2SW noaero test fails in Debug mode for GNU #1139
Comments
I can reproduce this error using the new wave cap and the gnu debug on hera. The error is identical as w/ the develop branch. I copied my run directory from the gnu debug_noaero test and built the S2SW app in debug mode w/ intel and no aerosols.
I copied the executable and modules.fv3 and was able to run the noaero test with intel.debug. Run directory
|
@DeniseWorthen Is this issue resolved? |
I will test this and let you know. If it works, I'll create a PR which replaces the S2SW with S2SWA debug test for GNU. |
I was able to run both cpld_control_p8 and cpld_debug_p8 on Cheyenne.gnu. I'll confirm those also work on hera.gnu and then create a PR. |
On Hera.GNU, I think we still need the S2S compilation and |
Description
The existing cpld_debug_noaero_p8 test is used to test S2S on GNU. Adding Waves to this test fails with an error in CCPP/physics:
Note this same error was found when compiling the branch containing the new WW3 cap, which can be run in debug mode. I think it most likely is an input file error.
To Reproduce:
On hera
In the
cpld_debug_noaero_p8
test, comment out the resource settings usingcpl_c96
. This will instead force the use of thecpl_dflt
settings, which include the wave resources.Turn waves on in the test
+#export NEMS_CONFIGURE=nems.configure.cpld.IN
+export NEMS_CONFIGURE=nems.configure.cpld_wave.IN
A build directory is here:
/scratch2/NCEPDEV/climate/Denise.Worthen/WORK/ufs-weather-model-gnu/
A run directory is here:
/scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/rt_753/cpld_debug_noaero_p8
The text was updated successfully, but these errors were encountered: