Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OUTPUT_FORCE option. #307

Merged
merged 3 commits into from
Dec 10, 2015
Merged

Fix OUTPUT_FORCE option. #307

merged 3 commits into from
Dec 10, 2015

Commits on Nov 15, 2015

  1. Fix OUTPUT_FORCE option. This addresses the requirement that initiali…

    …ze_atmos() have information about the number of veg tiles in the grid cell to know how to read the forcing files (if they contain timeseries of LAI, vegcover, or albedo). Previously VIC wasn't reading the veg lib/param files when in OUTPUT_FORCE mode, which resulted in segmentation faults when trying to access veg_lib or veg_param data structures. Now VIC reads those files even in OUTPUT_FORCE mode.
    tbohn committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    a047680 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2015

  1. Configuration menu
    Copy the full SHA
    d0c3352 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2015

  1. Merge remote-tracking branch 'upstream/hotfix/4.2.c' into hotfix/4.2.c

    Conflicts:
    	src/initialize_atmos.c
    tbohn committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    98aeba0 View commit details
    Browse the repository at this point in the history