E3SM-Project / HOMMEXX

Clone of ACME for CMDV-SE project to convert HOMME to C++
11 stars 0 forks source link

Remove control #219

Closed bartgol closed 6 years ago

bartgol commented 6 years ago

This PR removes Control completely from the C stack. Each functor has its own data structure instead, which is smaller and functor-specific. The hybrid vertical coordinate now has its own structure too.

Also, removing nets/nete from C stack, since they are not supported (in fact, they can't), and their presence was misleading at best.

This PR addresses issues #178 and #177.