Class p_from_obs#
Defined in File p_from_obs.hpp
Nested Relationships#
Nested Types#
Inheritance Relationships#
Base Type#
public module_base(Class module_base)
Class Documentation#
-
class p_from_obs : public module_base#
Spatially distributes liquid water precipitation by calculating lapse rates based on observed data on a per-timestep basis
Depends from met:
Precipitation “p” [ \(mm \cdot dt^{-1}\)]
Provides:
Lapsed precipitation “p” [ \(mm \cdot dt^{-1}\)]
Precipitation corrected for triangle slope. If
"apply_cosine_correction": false, then no change. “p_no_slope” [ \(mm \cdot dt^{-1}\)]
Configuration:
None
Public Functions
-
p_from_obs(config_file cfg)#
-
~p_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)#