GEOS-ESM / FVdycoreCubed_GridComp

MAPL/ESMF wrapper for the cubed-sphere finite volume dynamical core
Apache License 2.0
3 stars 10 forks source link

Separate init/finalize for geos-gtfv3 interface #237

Closed pchakraborty closed 1 year ago

pchakraborty commented 1 year ago

The geos_gtfv3_interface has separate init and finalize routines. As a result, we no longer need to skip trapping of FPEs when calling this interface.

Some unused variables in FV_Finalize were removed as well.