GEOS-ESM / MAPL

MAPL is a foundation layer of the GEOS architecture, whose original purpose is to supplement the Earth System Modeling Framework (ESMF)
https://geos-esm.github.io/MAPL/
Apache License 2.0
27 stars 17 forks source link

Refactor make_extension() #3044

Closed tclune closed 1 week ago

tclune commented 1 week ago

With adaptors, we can now implent make_extension() independent of the StateItemSpec subclasses.

Reviewed-by: Tom Clune thomas.l.clune@nasa.gov

Types of change(s)

Checklist

Description

Simplification of make_extension(). Much elimination of code.

Related Issue