|
PALM-meteo
|


Public Member Functions | |
| def | __init__ (self) |
| def | write_data (self, fout, *args, **kwargs) |
| def | write_data (self, *args, **kwargs) |
Public Member Functions inherited from palmmeteo.plugins.Plugin | |
| def | check_config (self, *args, **kwargs) |
Public Member Functions inherited from palmmeteo.plugins.PluginMeta | |
| def | __new__ (cls, name, bases, dct) |
Public Attributes | |
| cm_default | |
| cm_zbased | |
| cm_wdir | |
A plugin for plotting time series of vertical profiles of various meteorological quantities from the inputs to the dynamic driver.
| def palmmeteo_stdplugins.plot.PlotPlugin.__init__ | ( | self | ) |
| def palmmeteo_stdplugins.plot.PlotPlugin.write_data | ( | self, | |
| fout, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
Loads data from the vertical interpolation step (where there are still full 3D fields for all timesteps, not just the boundaries) and plots them as configured.
Reimplemented from palmmeteo.plugins.WritePluginMixin.
| palmmeteo_stdplugins.plot.PlotPlugin.cm_default |
| palmmeteo_stdplugins.plot.PlotPlugin.cm_wdir |
| palmmeteo_stdplugins.plot.PlotPlugin.cm_zbased |