Class const_llra_ta#

Nested Relationships#

Nested Types#

Inheritance Relationships#

Base Type#

Class Documentation#

class const_llra_ta : public module_base#

Constant linear lapse rate adjustment for air temperature of 0.0065 \({}^\circ C \cdot m^{-1}\).

Requires from met:

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

Provides:

  • Lapsed air temperature - “t” [ \( {}^\circ C \)]

Configuration keys:

  • None

Public Functions

const_llra_ta(config_file cfg)#
~const_llra_ta()#
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#