PALM-meteo
Public Member Functions | List of all members
palmmeteo_stdplugins.plot.PlotPlugin Class Reference
Inheritance diagram for palmmeteo_stdplugins.plot.PlotPlugin:
Inheritance graph
[legend]
Collaboration diagram for palmmeteo_stdplugins.plot.PlotPlugin:
Collaboration graph
[legend]

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)
 

Detailed Description

A plugin for plotting time series of vertical profiles of various
meteorological quantities from the inputs to the dynamic driver.

Member Function Documentation

◆ check_config()

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.

◆ write_data()

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.


The documentation for this class was generated from the following file: