|
PALM-meteo
|


Public Member Functions | |
| def | check_config (self, *args, **kwargs) |
| def | write_data (self, fout, *args, **kwargs) |
| def | write_data (self, *args, **kwargs) |
| def | check_config (self, *args, **kwargs) |
Public Member Functions inherited from palmmeteo.plugins.PluginMeta | |
| def | __new__ (cls, name, bases, dct) |
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.check_config | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
(Load and) validate plugin-related configuration. Any plugin can optinally implement the check_config method for validating configuration. It is not required, so the method is not abstract.
Reimplemented from palmmeteo.plugins.Plugin.
| 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.