Class Cullen_monthly_llra_ta#
Defined in File Cullen_monthly_llra_ta.hpp
Nested Relationships#
Nested Types#
Inheritance Relationships#
Base Type#
public module_base(Class module_base)
Class Documentation#
-
class Cullen_monthly_llra_ta : public module_base#
Monthly linear lapse rate adjustment for air temperature using Cullen, et al (2011) for the Rocky Mountains
Requires from met:
Air temperature [ \( {}^\circ C \)]
Provides:
Lapsed air temperature - “t” [ \( {}^\circ C \)]
Configuration keys:
None
Reference:
Cullen, R. M., and S. J. Marshall (2011), Mesoscale temperature patterns in the Rocky Mountains and foothills region of southern Alberta, Atmos. - Ocean, 49(3), 189–205, doi:10.1080/07055900.2011.592130.
Public Functions
-
Cullen_monthly_llra_ta(config_file cfg)#
-
~Cullen_monthly_llra_ta()#
-
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)#