Skip to content

Release of VIC.4.2.b

Compare
Choose a tag to compare
@jhamman jhamman released this 22 Jan 20:48
· 1935 commits to master since this release

***** Description of changes between VIC 4.2.a and VIC 4.2.b *****

Bug Fixes:

Fixed memory error in initialize atmos when OUTPUT_FORCE = TRUE.

Files Affected:

initialize_atmos.
Makefile

Description:

Previously, access to unitialized elements of the veg_con and veg_hist
structure was attempted when OUTPUT_FORCE = TRUE, causing a memory error
and the model to crash.  This fix sets these elements inside a
`if (!options.OUTPUT_FORCE)` block allowing the OUTPUT_FORCE option to
work as expected.