Class rh_no_lapse#

Nested Relationships#

Nested Types#

Inheritance Relationships#

Base Type#

Class Documentation#

class rh_no_lapse : public module_base#

Spatially interpolates relative humidity without any lapse adjustments. Bounds RH on [10%, 100%].

Depends from met:

  • Relative Humidity “rh” [%]

Provides:

  • Relative Humidity “rh” [%]

Configuration keys:

  • None

Public Functions

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