Whether or not to enable ESMPy logging.
If it is logging is performed after every call to ESMPy.
The new value (either True to enable logging or False to disable it). The default is to not change the current behaviour.
The value prior to the change, or the current value if no new value was specified.
>>> cf.REGRID_LOGGING() False >>> cf.REGRID_LOGGING(True) False >>> cf.REGRID_LOGGING() True
cf.OF_FRACTION
cf.RTOL
Enter search terms or a module, class or function name.