Class kunkel_rh#

Nested Relationships#

Nested Types#

Inheritance Relationships#

Base Type#

Class Documentation#

class kunkel_rh : public module_base#

Directly lapses RH values with elevation. Based on equation 15 in Kunkel (1989).

Depends from met:

  • Relative Humidity “rh” [ \( % \)]

Provides:

  • Relative Humidity “rh” [ \( % \)]

Configuration keys:

  • None

References: Kunkel, K. E. (1989). Simple procedures for extrapolation of humidity variables in the mountainous western United States. Journal of Climate, 2(7), 656–669.

Public Functions

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