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

Make ESMF ghost nodes/elemnets optional #26

Open
platipodium opened this issue Oct 4, 2023 · 2 comments
Open

Make ESMF ghost nodes/elemnets optional #26

platipodium opened this issue Oct 4, 2023 · 2 comments

Comments

@platipodium
Copy link
Member

It seems we do not need to communicate ghost nodes to ESMF. So next to the current implementations that communicate ghost nodes or ghost nodes alternatively, let's have a clean version that avoids communication of ghost elements entirely.

See downstream issue oceanmodeling/ufs-weather-model#2 (comment)

@josephzhang8
Copy link
Member

Thx @platipodium. I think u r the best person to do this overhaul, but I'll review the code.. thx!!!!

@uturuncoglu
Copy link
Contributor

This is now optional in UFS side. We have two routine SCHISM_MeshCreateNode and SCHISM_MeshCreateElement. The second one creates fields on elements without ghost and first one is the original implementation. So, in the calls that fill import and export fields we could also support both.

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

No branches or pull requests

3 participants