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

Manually merge in changes from florian #223

Closed pchakraborty closed 1 year ago

pchakraborty commented 1 year ago

The geos_gtfv3_interface has been split with a separate init that imports Python modules (including NumPy) and is called at the ‘initialize' stage of FVdycore GridComp. The init call still has to be protected from the SIGFPE thrown at the import numpy stage, but we do not need to turn off FPE trapping at each time step, to call geos_gtfv3_interface.

This PR also includes better time recording and saving.