You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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
The text was updated successfully, but these errors were encountered: