esmf-org / esmf

The Earth System Modeling Framework (ESMF) is a suite of software tools for developing high-performance, multi-component Earth science modeling applications.
https://earthsystemmodeling.org/
Other
156 stars 75 forks source link

Towards C-based NUOPC components: Access to more convenient NUOPC_Realize() methods #271

Open billsacks opened 2 months ago

billsacks commented 2 months ago

An outstanding item identified by @theurich (January 17, 2024) towards allowing C-based NUOPC components:

Access to more convenient NUOPC_Realize() methods. Currently the C API only has one Realize method, which accepts a Field. The Fortran API accepts a bunch of different options (e.g., providing a Grid and it creates the Field for you internally).