Skip to content

MOM compilation - symmetric vs nonsymmetric #80

Description

@JosephMouallem

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_symmetric is causing the issue in the global configuration.

  • Compiling with:
    MOM6/config_src/memory/dynamic_nonsymmetric resolves the issue.

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?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions