Definition at line 11 of file atmosphere.py.
◆ __call__()
def Python.factory.creator.base.Creator.__call__ |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
|
inherited |
Turns creators into callables so that they can be evaluated by ConfigParam as any other callable without it
needing to know any details of this class.
Definition at line 164 of file base.py.
◆ create()
def Python.factory.creator.atmosphere.AtmosphereCreator.create |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
◆ deregister_to_receive()
def Python.factory.creator.base.Creator.deregister_to_receive |
( |
|
self, |
|
|
|
RfType = None |
|
) |
| |
|
inherited |
◆ param()
def Python.factory.creator.base.Creator.param |
( |
|
self, |
|
|
|
param_name, |
|
|
|
kwargs |
|
) |
| |
|
inherited |
◆ receive()
def Python.factory.creator.base.Creator.receive |
( |
|
self, |
|
|
|
rf_obj |
|
) |
| |
|
inherited |
◆ register_parameter()
def Python.factory.creator.base.Creator.register_parameter |
( |
|
self, |
|
|
|
param_name, |
|
|
|
param_def |
|
) |
| |
|
inherited |
◆ register_to_receive()
def Python.factory.creator.base.Creator.register_to_receive |
( |
|
self, |
|
|
|
RfType |
|
) |
| |
|
inherited |
◆ absorber
Python.factory.creator.atmosphere.AtmosphereCreator.absorber = param.InstanceOf(rf.Absorber) |
|
static |
◆ aerosol
Python.factory.creator.atmosphere.AtmosphereCreator.aerosol = param.InstanceOf(rf.Aerosol, required=False) |
|
static |
◆ altitude
Python.factory.creator.atmosphere.AtmosphereCreator.altitude = param.ObjectVector("altitude") |
|
static |
◆ common_store
Python.factory.creator.base.Creator.common_store |
|
inherited |
◆ config_def
Python.factory.creator.base.Creator.config_def |
|
inherited |
◆ constants
Python.factory.creator.atmosphere.AtmosphereCreator.constants = param.InstanceOf(rf.Constant) |
|
static |
◆ ground
Python.factory.creator.atmosphere.AtmosphereCreator.ground = param.InstanceOf(rf.Ground, required=False) |
|
static |
◆ parameters
Python.factory.creator.base.Creator.parameters |
|
inherited |
◆ pressure
Python.factory.creator.atmosphere.AtmosphereCreator.pressure = param.InstanceOf(rf.Pressure) |
|
static |
◆ relative_humidity
Python.factory.creator.atmosphere.AtmosphereCreator.relative_humidity = param.InstanceOf(rf.RelativeHumidity) |
|
static |
◆ surface_temperature
Python.factory.creator.atmosphere.AtmosphereCreator.surface_temperature = param.InstanceOf(rf.SurfaceTemperature, required=False) |
|
static |
◆ temperature
Python.factory.creator.atmosphere.AtmosphereCreator.temperature = param.InstanceOf(rf.Temperature) |
|
static |
The documentation for this class was generated from the following file: