Class iswr_from_nwp

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

Class Documentation

class iswr_from_nwp : public module_base

Spatially interpolates total and diffuse shortwave radiation. Computes direct beam as a residual. Best used from NWP system.

Requires from met:

  • Total shortwave radiation met file - “Qsi” [ \( W \cdot m^2 \)]

  • Total diffuse shortwave radiation met file - “Qsi_diff” [ \( 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 \)]

Configuration keys:

  • None

Public Functions

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