Class Dist_tlapse#

Nested Relationships#

Nested Types#

Inheritance Relationships#

Base Type#

Class Documentation#

class Dist_tlapse : public module_base#

Spatially interpolates provided lapse rates from virtual stations

Depends from met:

  • Air temperature - “t” [ \( \circ C ] \)

  • Lapse rate - “t_lapse_rate” [ \( \circ C \cdot m^{-1}] \)

Provides:

  • Air temperature “t” [ \( \circ C ] \)

  • Lapse rate “t_lapse_rate” [ \( \circ C \cdot m^{-1}] \)

Configuration keys:

  • None

Public Functions

Dist_tlapse(config_file cfg)#
~Dist_tlapse()#
virtual void run(mesh_elem &face)#

Needs to be implemented by each data parallel module. This will be called and executed for each timestep

Parameters:
  • face – The terrain element (triangle) to be worked upon for an element parallel domain

  • global_param – A pointer to the shared global paramter space with domain-wide paramters

virtual void init(mesh &domain)#
struct data : public face_info#

Public Members

interpolation interp#