Release of VIC.4.1.2.j
***** Description of changes from VIC 4.1.2.i to VIC 4.1.2.j *****
Bug Fixes:
Fixed incorrect assignment of input forcing variables that are moisture fluxes (all forms of precipitation and channel inflow) when ALMA_INPUT is TRUE.
Files Affected:
initialize_atmos.c
Description:
When ALMA_INPUT was TRUE, VIC was not rescaling moisture fluxes such
as precipitation to an hourly time step correctly in initialize_atmos.
This led to incorrect assignment of these fluxes to the atmos array.
This has been fixed.
Fixed selection of starting point in forcing file when starting in the middle of a day
Files Affected:
make_dmy.c
Description:
For the case of STARTHOUR not equal to 0, VIC was not finding the
correct starting record in the forcing file, due to its missing a
check on the hour of the forcing record. This has been fixed.