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

Public Member Functions

def check_config (self, *args, **kwargs)
 
def import_data (self, fout, *args, **kwargs)
 
def interpolate_horiz (self, fout, *args, **kwargs)
 
def interpolate_vert (self, fout, *args, **kwargs)
 
def import_data (self, *args, **kwargs)
 
def check_config (self, *args, **kwargs)
 
- Public Member Functions inherited from palmmeteo.plugins.PluginMeta
def __new__ (cls, name, bases, dct)
 
def interpolate_horiz (self, *args, **kwargs)
 
def interpolate_vert (self, *args, **kwargs)
 

Member Function Documentation

◆ check_config()

def palmmeteo_stdplugins.wrf.WRFPlugin.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.

◆ import_data()

def palmmeteo_stdplugins.wrf.WRFPlugin.import_data (   self,
  fout,
args,
**  kwargs 
)

◆ interpolate_horiz()

def palmmeteo_stdplugins.wrf.WRFPlugin.interpolate_horiz (   self,
  fout,
args,
**  kwargs 
)

◆ interpolate_vert()

def palmmeteo_stdplugins.wrf.WRFPlugin.interpolate_vert (   self,
  fout,
args,
**  kwargs 
)

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