While running the global coupled model with the latest source code updates and current build system, we encounter the following runtime error:
FATAL from PE 1559: dimension lonq in the file INPUT/MOM.res.nc is smaller than the size of the associated domain x axis.
After debugging, the issue appears to be related to how libmom6 is compiled.
However, dynamic_symmetric is requires for the regional configuration, while dynamic_nonsymmetric is required for the global configuration.
Is it possible to support both configurations with a single compiled MOM6 library/workflow?
While running the global coupled model with the latest source code updates and current build system, we encounter the following runtime error:
FATAL from PE 1559: dimension lonq in the file INPUT/MOM.res.nc is smaller than the size of the associated domain x axis.After debugging, the issue appears to be related to how libmom6 is compiled.
Compiling with:
MOM6/config_src/memory/dynamic_symmetricis causing the issue in the global configuration.Compiling with:
MOM6/config_src/memory/dynamic_nonsymmetricresolves the issue.However,
dynamic_symmetricis requires for the regional configuration, whiledynamic_nonsymmetricis required for the global configuration.Is it possible to support both configurations with a single compiled MOM6 library/workflow?