You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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)
The text was updated successfully, but these errors were encountered: