-
Notifications
You must be signed in to change notification settings - Fork 405
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
Develop #750
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s_and_netcdf_speedup_cesm_driver Feature/implement runcell changes and netcdf speedup cesm driver
* rename trim function trimstr to avoid conflict with WRF trim function when compiling an RFR case * rename advance_time function to advance_vic_time to avoid conflict with WRF advance_time function when compiling an RFR case * add change log entry
* fix sign for latent heat * fix sign for longwave up * change log entry for cesm_put_data changes * update to correct PR #
* update veg hist structure to agree with image and classic drivers * read in FULL_ENERGY option from global parameter file, was previously defaulting to false since it wasn't being read in * add printing of global parameter file options to CESM driver after model initialization, as implemented in image mode * remove global param struct and option struct from within vic_cesm_init fctn * add warning when FULL_ENERGY is set to false
* implement vapor pressure deficit check in CESM driver as is implemented in image mode * added log warn to vapor pressure deficit check
…river fix julian day in dmy struct for first time step in CESM driver
* add timers to vic_force and vic_write * add release notes * run uncrustify * uncrustify timers
* add timers to vic_force and vic_write * initial scaling test setup cheyenne * fixes to cheyenne scaling config
Miscellaneous clean-up and minor fixes.
Feature/fix deltacc bug
…rs and then update in surface_fluxes
… image and vic_classic for classic driver
…ge and cesm drivers
…after_initialization print parameters struct after global param and options structs in ima…
Feature/fix close energy bug
… what their sum values are.
Feature/check nveg
* Cleaned up esoil logic and changed default value of RARC_SOIL to 250. * Rolled back the change to SOIL_RARC. * Added release notes entry. * Minor edits in response to code review. * Ran uncrustify. * Changed formatting of call to calc_water_balance_error(), that had been reformatted by uncrustify in a weird way.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We are feature complete for VIC 5.1. There is still one more issue outstanding with the 5.1 Milestone
A few outstanding tasks before we can release:
cc @UW-Hydro/vic-developers, @tbohn, @wietsefranssen