nextsimhub / domain_decomp

Domain decomposition tool for the nextSIM-DG next-generation sea ice model.
Apache License 2.0
1 stars 0 forks source link

Axis conventions #3

Closed athelaf closed 2 years ago

athelaf commented 2 years ago

Make sure the domain decomposition tool is consistent in terms of axis definitions with neXtSIM_DG.

athelaf commented 2 years ago

Currently the code assumes that the grid dimensions are named x and y and that the fastest increasing dimension is y. I am working on making the code agnostic to dimension names and ordering.

athelaf commented 2 years ago

These assumptions have now been dropped. They are set as the default behavior and the user can override this default behavior through command line options.