SnowCorrectionParameters

class rameau.core.snow.SnowCorrectionParameters(pet=None, rainfall=None, temperature=None)[source]

Correction parameters applied to snow melting physical processes.

Parameters:
  • pet (dict or Parameter, optional) – Correction factor on PET used for snow sublimation (%).

  • rainfall (dict or Parameter, optional) – Correction factor for snow melting by rain calories (%).

  • temperature (dict or Parameter, optional) – Temperature correction term (°C). Corrects any discrepancy affecting the model input temperature.

Returns:

SnowCorrectionParameters

Attributes

pet

Correction factor on PET used for snow sublimation (%).

rainfall

Correction factor for snow melting by rain calories (%).

temperature

Temperature correction term (°C).