UW-Hydro / VIC

The Variable Infiltration Capacity (VIC) Macroscale Hydrologic Model
http://vic.readthedocs.io
MIT License
259 stars 385 forks source link

make unit test for new snow albedo that takes vegetation-dependent albedo into account #843

Open dgergel opened 5 years ago

dgergel commented 5 years ago

Our current unit test for new snow albedo only takes into account the constant parameter value SNOW_NEW_SNOW_ALB. Now that we are adding in a maximum new snow albedo that is vegetation-dependent, we need a new unit test that includes this when the option MAX_SNOW_ALBEDO is set to True in the global parameter file.

See #835 for reference