lib.adf_base
Base class for the Atmospheric Diagnostics Framework (ADF). All other ADF classes inherit from this class.
Currently this class only does two things:
Creates a debug logger, if requested.
Defines an ADF-specific function to end the diagnostics program, if need be.
Exceptions
Class used to handle ADF value errors |
Classes
Base class for the ADF |
Module Contents
- exception lib.adf_base.AdfError[source]
Bases:
RuntimeError
Class used to handle ADF value errors (e.g., log user errors without backtrace)