Skip to content
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

dimensionality of grid/mesh for data exchange #5

Open
RupertGladstone opened this issue Jun 3, 2015 · 0 comments
Open

dimensionality of grid/mesh for data exchange #5

RupertGladstone opened this issue Jun 3, 2015 · 0 comments
Labels

Comments

@RupertGladstone
Copy link
Owner

Data are currently exchanged between the OM and ISM on a 2d grid/mesh in 2d space. In reality the exchange occurs on a surface (well, leaving aside "mushy" layers...) in 3D space. ESMF is capable of allowing us to use 2D grids/meshes in 3D space, but using this would increase complexity of the regridding operations.
The vertical coords of the grid would need to be updated during the run.
The regridRouteHandle (an ESMF object currently created only during initialisation) would also need to be updated during the run.
How bad is the current simplification? Is it good enough that we don't need to implement the third dimension?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant