Skip to content

Release of VIC 4.1.2.g

Compare
Choose a tag to compare
@jhamman jhamman released this 20 Aug 19:51
· 2116 commits to master since this release

***** Description of changes from VIC 4.1.2.f to VIC 4.1.2.g *****

Bug Fixes:

Fixed error in passing SensibleHeat to func_atmos_energy_bal.

Files Affected:

calc_atmos_energy_bal.c

Description:

Replaced (*SensibleHeat) with SensibleHeat in argument lists
of root_brent, error_print_atmos_energy_bal and
solve_atmos_energy_bal.

***** Description of changes from VIC 4.1.2.e to VIC 4.1.2.f *****

Bug Fixes:

Fixed use of uninitialized variable in cold nose fix for frozen soil

Files Affected:

frozen_soil.c

Description:

Fixed use of uninitialized variable in cold nose fix for
frozen soil.  Code was attempting to check all nodes for a
cold nose, but this check requires accessing the value of the
next node, which is undefined when we check the bottom node.
Now the code does not check the bottom node (which is unlikely
to experience a cold nose anyway).

Fixed bug in converting from ALMA_INPUT moisture flux units

Files Affected:

initialize_atmos.c

Description:

Fixed bug in converting from ALMA_INPUT moisture flux units
to traditional units (was multiplying by number of seconds in
model step when should have been multiplying by number of seconds
in forcing step).