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 bug make lastday #647

Merged
merged 11 commits into from
Oct 17, 2016
Merged

Conversation

yixinmao
Copy link
Contributor

@yixinmao yixinmao commented Oct 14, 2016

NOTE: view this PR after PR #645 is merged into hotfix/5.0.1

The input arguments to function make_lastday are sometimes in a wrong order. This bug caused error when trying to write state file on a leap day.

@jhamman
Copy link
Member

jhamman commented Oct 17, 2016

@yixinmao - please update your branch and resolve the merge conflict.

…_bug_make_lastday

Conflicts:
	docs/Development/ReleaseNotes.md
@yixinmao
Copy link
Contributor Author

@jhamman Done, thanks!

@jhamman jhamman merged commit ef269dd into UW-Hydro:hotfix/5.0.1 Oct 17, 2016
@yixinmao yixinmao deleted the fix_bug_make_lastday branch November 21, 2016 22:55
jhamman pushed a commit that referenced this pull request Jan 6, 2017
* update command line usage docs

* update release notes

* Fixed image driver history file name (#635)

* Fixed image driver history file name timetamp - now is timstep-beginning

* Added release notes about PR #635 (fixing image driver history filename
timestamp)

* Committing a fix to vic_restore.c

Added an if statement so that when VIC is run on multiple nodes,
only the master node will validate state file dimensions and coordinate variables.

* Use multiple processors for image restart tests

* dummy forcings are now created while initializing the model prior to communicating with the coupler

* removed decimal point for missing value for unsigned ints

* initial fix for getting state file date/time info

* updated fix for getting statefile time info from dmy_current (period-ending)

* Fixed a bug when calculating steps of forcing to skip  (#639)

* Fixed a bug when calculating steps of forcing to skip - should round to
integer first before converting to int type to prevent possible 1-timestep wrong offset

* Added bug fix release notes to PR#639

* fixed bug that passed fillvalue as double when it was supposed to be an int in gather_put_nc_field_int fctn

* Added release notes about PR #638. (#640)

(Fixing a problem with image restarts when using multiple processors).

* use appropriate fillvalue datatypes in gather_put_nc_field fctns

* add caseid to statefile name by passing case metadata in to vic_cesm_run function

* Revert "add caseid to statefile name by passing case metadata in to vic_cesm_run function because adding this logic to vic_cesm_init instead"

This reverts commit 7e28f13.

* assign caseid to statefile name in vic_cesm_init

* fix warnings for SNOW_BAND and AGGFREQ

* fixed typo in comment

* Added check to ensure mask variable in the input domain file is integer type (#645)

* Added check to ensure mask varible in domain file is integer type

* Cleaned up some printing lines

* Added get_nc_var_type.c

* Minor update of comments and ReleaseNotes

* Added domain file description in docs

* Small fix of table in docs

* Added ncdump -h results for domain file in docs

* Minor docs update

* fix typo in primary reference (#646)

* Fix bug make lastday (#647)

* Added check to ensure mask varible in domain file is integer type

* Cleaned up some printing lines

* Added get_nc_var_type.c

* Minor update of comments and ReleaseNotes

* Added domain file description in docs

* Small fix of table in docs

* Added ncdump -h results for domain file in docs

* Minor docs update

* The input arguments to function `make_lastday` are sometimes in a wrong
order - fixed the bug

* Added ReleaseNotes regarding PR#647

* Revert "Merge branch 'hotfix/5.0.1' of github.com:UW-Hydro/VIC into hotfix/5.0.1"

This reverts commit a9a202b, reversing
changes made to bbf7d9a.

* pressure was being converted to kPa, should be in Pa

* Revert "pressure was being converted to kPa, should be in Pa"

This reverts commit 72a56a5.

* pressure was being converted to kPa, should be in Pa

* convert pressure to kPa when reading it in rather than Pa since this was updated in VIC 5

* Revert "convert pressure to kPa when reading it in rather than Pa since this was updated in VIC 5"

This reverts commit e7192c5.

* fixed bug with using the correct local domain grid cells and units issues

* address PR review comments

* add change log entry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants