Class iswr_from_obs#

Nested Relationships#

Nested Types#

Inheritance Relationships#

Base Type#

Class Documentation#

class iswr_from_obs : public module_base#

Spatially interpolates observed shortwave measurements and estimates direct and diffuse beam components using Nijssen and Lettenmaier (1999).

Depends from met:

  • Shortwave radiation - “Qsi” [ \( W \cdot m^2 \)]

Provides:

  • Shortwave all beam “iswr” [ \( W \cdot m^2 \)]

  • Shortwave direct “iswr_direct” [ \( W \cdot m^2 \)]

  • Shortwave diffuse “iswr_diffuse” [ \( W \cdot m^2 \)]

  • Atmospheric transmittance, [0,1] “atm_trans” [-]

Configuration keys:

  • None

References: Nijssen, B., Lettenmaier, D. (1999). A simplified approach for predicting shortwave radiation transfer through boreal forest canopies Journal of Geophysical Research 104(D22), 27859. https://dx.doi.org/10.1029/1999jd900377

Public Functions

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