cdp package¶
Submodules¶
cdp.cdp_driver module¶
-
class
cdp.cdp_driver.CDPDriver(parameter)¶ Bases:
object-
check_parameter()¶ Check that parameter has the correct information for this driver.
-
export()¶ Export the results from run_diags().
-
run()¶ Run the driver by calling the three other functions in this class.
-
run_diags()¶ Given the parameters, run diagnostics.
-
cdp.cdp_io module¶
cdp.cdp_metric module¶
-
class
cdp.cdp_metric.CDPMetric(var, data1, data2)¶ Bases:
cdp.cdp_tool.CDPTool-
compute()¶ Compute the metric.
-