Skip to content

Initial implemation of water balance in bulk snow scheme

This PR implements WaterBalance for the Bulk parameterization of Snowpack.

Other changes:

  • Implements advective energy fluxes at boundaries (i.e. interact!).
  • Refactors the SnowMassBalance into subtypes DynamicSnowMassBalance and PrescribedSnowMassBalance.
  • Reorganizes code in the Snow module.
  • Adds support for coupling the surface energy and water balance schemes.
  • Improves the implementation of ET fluxes in Hydrology module.

Merge request reports