Class t_no_lapse#

Nested Relationships#

Nested Types#

Inheritance Relationships#

Base Type#

Class Documentation#

class t_no_lapse : public module_base#

Spatially interpolate air temperature with no lapse rate adjustment

Depends from met:

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

Provides:

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

  • Lapse rate “t_monthly_lapse” [ \( {}^\circ C \)]

Configuration keys:

  • None

Public Functions

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