cf.regrid_logging¶
-
cf.
regrid_logging
(*arg)[source]¶ Whether or not to enable ESMPy logging.
If it is logging is performed after every call to ESMPy.
- Parameters
- Returns
bool
The value prior to the change, or the current value if no new value was specified.
Examples:
>>> cf.regrid_logging() False >>> cf.regrid_logging(True) False >>> cf.regrid_logging() True