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.
The
geos_gtfv3_interface
has been split with a separateinit
that imports Python modules (including NumPy) and is called at the ‘initialize' stage of FVdycore GridComp. Theinit
call still has to be protected from the SIGFPE thrown at theimport numpy
stage, but we do not need to turn off FPE trapping at each time step, to callgeos_gtfv3_interface
.This PR also includes better time recording and saving.