Skip to content

regression test ww3_tp2.14 and oasicm case #1405

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

Open
dupontf opened this issue Apr 7, 2025 · 1 comment
Open

regression test ww3_tp2.14 and oasicm case #1405

dupontf opened this issue Apr 7, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@dupontf
Copy link

dupontf commented Apr 7, 2025

Describe the bug

When updating oasis to its latest version (5e524d1f), the test case crashes with an OASIS sync error. After investigating, it comes to a missing line for input concentration in regtests/ww3_tp2.14/input_oasicm/ww3_shel.nml:

 &INPUT_NML
   INPUT%FORCING%ICE_PARAM1    = 'C'
   INPUT%FORCING%ICE_PARAM5    = 'C'
+  INPUT%FORCING%ICE_CONC      = 'C'
 /

not a problem with the new oasis or the coupling interface.

However, the same test with the embedded oasis library in ww3 completes fine. It seems therefore that the success with the embedded and older library is more due to the old library being lenient on missing coupling variables. Since the ice concentration is meant to be passed from the toy model to ww3 via oasis, I would rather view this as a bug.

To Reproduce

Update to oasis to its latest version (5e524d1f) and run the /ww3_tp2.14/ and oasicm test case

Expected behavior

the test case does not complete unless a correction is done.

Screenshots

N/A

Additional context

I suggest correcting the namelist but then the results of the test case will change due to the exchange of information.

@benoitp-cmc @ukmo-juan-castillo

@dupontf dupontf added the bug Something isn't working label Apr 7, 2025
@ukmo-juan-castillo
Copy link
Collaborator

I agree this is a bug and that it should corrected. Luckily it is quite easy to do, thank you for finding it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants