Skip to content

Release of VIC.4.1.2.i

Compare
Choose a tag to compare
@jhamman jhamman released this 26 Sep 20:56
· 2087 commits to master since this release

***** Description of changes from VIC 4.1.2.h to VIC 4.1.2.i *****

Bug Fixes:

Fixed incorrect handling of case of a mix of cells with and without lakes.

Files Affected:

initialize_model_state.c
read_lakeparam.c

Description:

VIC was neither reading the lake parameter file correctly nor
initializing the lake data structures correctly for the case of a
mix of cells with and without lakes within a single lake parameter
file. This has been fixed.

Fixed use of tmp_moist array without initialization.

Files Affected:

initialize_model_state.c

Description:

Fixed use of tmp_moist array without initialization.