E3SM-Project / scream

Fork of E3SM used to develop exascale global atmosphere model written in C++
https://e3sm-project.github.io/scream/
Other
76 stars 54 forks source link

Get rid of SE_NodeBased grid type #703

Closed bartgol closed 3 years ago

bartgol commented 3 years ago

That grid type is basically implementing the same thing as MeshFree. I propose to make SEGrid to always be what we now call SE_CellBased type, and unify MeshFree and SE_Node_Based. In particular:

This will help keep code duplication low, and the code clearer and cleaner.

jeff-cohere commented 3 years ago

@bartgol : this is finished, right?

bartgol commented 3 years ago

Done in #716