Class Longwave_from_obs#

Nested Relationships#

Nested Types#

Inheritance Relationships#

Base Type#

Class Documentation#

class Longwave_from_obs : public module_base#

Annually constant longwave lapse rate adjustment to longwave from observations. Lapse rate of 2.8 W/m^2 / 100 meters

Depends from met:

  • Incoming longwave radiation “Qli” \([W \cdot m^{-2}\)]

Provides:

  • Incoming longwave “ilwr” \([W \cdot m^{-2}\)]

Configuration keys:

  • None

Reference: Marty, C., Philipona, R., Fröhlich, C., Ohmura, A. (2002). Altitude dependence of surface radiation fluxes and cloud forcing in the alps: results from the alpine surface radiation budget network Theoretical and Applied Climatology 72(3), 137-155. https://dx.doi.org/10.1007/s007040200019

Public Functions

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