-
Notifications
You must be signed in to change notification settings - Fork 259
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
cpld_control_wave test does not have waves turned on -> OCN; run fails if waves->OCN is on #913
Comments
@DeniseWorthen I actually ran into this same problem last night when I tried to change that in the defaults. The solution is to add: |
How come my run did not crash? I had "USE_WAVES = True" in MOM_input
…On Sat, Nov 13, 2021 at 3:24 PM Jessica Meixner ***@***.***> wrote:
@DeniseWorthen <https://github.com/DeniseWorthen> I actually ran into
this same problem last night when I tried to change that in the defaults.
The solution is to add:
&OUTS USSP = 1, IUSSP = 3, STK_WN = 0.04, 0.110, 0.3305 /
to the ww3_grid.inp input files, which will require a new input directory
which is currently staged here:
/scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/input-data-20210930/WW3_input_data_20211113
I plan to include this in PR#911 just have a few more non-wave tests that
are breaking due to the changed defaults to sort out before I merge all my
changes back to that branch and that PR is ready.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#913 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALLVRYVUSK6IQDCTS23CD4TUL3CNZANCNFSM5H6YL4KA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Dr. Shrinivas Moorthi
Research Meteorologist
Modeling and Data Assimilation Branch
Environmental Modeling Center / National Centers for Environmental
Prediction
5830 University Research Court - (W/NP23), College Park MD 20740 USA
Tel: (301)683-3718
e-mail: ***@***.***
Phone: (301) 683-3718 Fax: (301) 683-3718
|
The low resolution (1 deg) configuration uses a different grid file than the higher resolution (1/2deg) used with the 1/4 deg ocean resolution. The cpld_bmark_p7 runs fine. |
Description
The
cpld_control_wave
test was added in PR #379 (6a4c307). At that time, it did not use the settingMOM6_USE_WAVES=True
. The basic test remained unchanged at PR #765 (4e7a72e) when it was updated to the P7 configuration and renamedcpld_control_wave_p7
.Setting
MOM6_USE_WAVES=True
causes thecpld_control_wave_p7
test to fail with a seg fault.To Reproduce:
Run the
cpld_control_wave_p7
from the current develop branch. The run succeeds. Examining the PET logs for the Ocn (eg. PET160) shows that none of the partitioned stokes drift components are connected as imports to the ocean. TheINPUT/MOM_input
setting forUSE_WAVES
is set to False.Copy the run directory into a test directory and change the variable
USE_WAVES
to True. Submit the job. The PET160 log shows that Ocn is expecting the stokes drift components as imports (they are connected). However, the run fails with the following:Run directories are located
/scratch1/NCEPDEV/stmp2/Denise.Worthen/FV3_RT/wave_test_bug/turn_waves_on
The text was updated successfully, but these errors were encountered: