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
24 stars 18 forks source link

Add invalidate procedure and change name of run procedure to update for ExtensionAction objects #3108

Closed darianboggs closed 1 month ago

darianboggs commented 1 month ago

For MAPL3, the requirements for the ExtensionAction derived type have evolved. We need to change the name of the existing run method to update and add a invalidate method. This is required for several MAPL3 development tasks.