Class Liston_monthly_llra_ta#

Nested Relationships#

Nested Types#

Inheritance Relationships#

Base Type#

Class Documentation#

class Liston_monthly_llra_ta : public module_base#

Constant monthly linear lapse rate adjustment for air temperature. Uses Liston and Elder (2006).

Depends from met:

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

Provides:

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

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

Reference: Liston, Glen E., and Kelly Elder. 2006. A meteorological distribution system for high-resolution terrestrial modeling (MicroMet). Journal of hydrometeorology 7: 217-234

Public Functions

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