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 #221

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.

github-actions[bot] commented 1 year ago

Label error. Requires at least 1 of: 0 diff, 0 diff trivial, Non 0-diff, 0 diff structural, 0-diff trivial, Not 0-diff, 0-diff, automatic, 0-diff uncoupled. Found:

pchakraborty commented 1 year ago

Created the PR to main by mistake.