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

Feature/debug cesm driver #642

Merged
merged 36 commits into from
Jan 6, 2017

Commits on Sep 6, 2016

  1. update command line usage docs

    Joe Hamman committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    99629f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. Merge pull request UW-Hydro#634 from jhamman/fix/doc_command_line_usage

    update command line usage docs
    Joe Hamman authored Sep 9, 2016
    Configuration menu
    Copy the full SHA
    698dd0a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2016

  1. update release notes

    Joe Hamman committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    96e3177 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Fixed image driver history file name (UW-Hydro#635)

    * Fixed image driver history file name timetamp - now is timstep-beginning
    
    * Added release notes about PR UW-Hydro#635 (fixing image driver history filename
    timestamp)
    yixinmao authored and Joe Hamman committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    8d64e34 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. 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.
    Hörður Bragi Helgason committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    8181420 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Configuration menu
    Copy the full SHA
    ed98825 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from yixinmao/multiproc_init_state_fix

    Use multiple processors for image restart tests
    hhelgason authored Sep 30, 2016
    Configuration menu
    Copy the full SHA
    bd3db2f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. Merge pull request UW-Hydro#638 from hhelgason/multiproc_init_state_fix

    Fixing a problem with image restarts when using multiple processors
    bartnijssen authored Oct 3, 2016
    Configuration menu
    Copy the full SHA
    9a71edd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. dummy forcings are now created while initializing the model prior to …

    …communicating with the coupler
    dgergel committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    35cfb0b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Configuration menu
    Copy the full SHA
    cb87c5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b4ff79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2b6643 View commit details
    Browse the repository at this point in the history
  4. Fixed a bug when calculating steps of forcing to skip (UW-Hydro#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
    yixinmao authored and Joe Hamman committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    6d911d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. fixed bug that passed fillvalue as double when it was supposed to be …

    …an int in gather_put_nc_field_int fctn
    dgergel committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    d85e37e View commit details
    Browse the repository at this point in the history
  2. Added release notes about PR UW-Hydro#638. (UW-Hydro#640)

    (Fixing a problem with image restarts when using multiple processors).
    hhelgason authored and Joe Hamman committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    644f2aa View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2016

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

Commits on Oct 9, 2016

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

Commits on Oct 10, 2016

  1. Revert "add caseid to statefile name by passing case metadata in to v…

    …ic_cesm_run function because adding this logic to vic_cesm_init instead"
    
    This reverts commit 7e28f13.
    dgergel committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    78dd563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    013d4c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

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

Commits on Oct 16, 2016

  1. fixed typo in comment

    dgergel committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    bbf7d9a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Added check to ensure mask variable in the input domain file is integ…

    …er type (UW-Hydro#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
    yixinmao authored and Joe Hamman committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    c81c518 View commit details
    Browse the repository at this point in the history
  2. fix typo in primary reference (UW-Hydro#646)

    Joe Hamman authored Oct 17, 2016
    Configuration menu
    Copy the full SHA
    8a6d19b View commit details
    Browse the repository at this point in the history
  3. Fix bug make lastday (UW-Hydro#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
    yixinmao authored and Joe Hamman committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    ef269dd View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

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

Commits on Oct 27, 2016

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

Commits on Nov 9, 2016

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

Commits on Nov 11, 2016

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

    …otfix/5.0.1"
    
    This reverts commit a9a202b, reversing
    changes made to bbf7d9a.
    dgergel committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    2aa1eb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    72a56a5 View commit details
    Browse the repository at this point in the history
  2. Revert "pressure was being converted to kPa, should be in Pa"

    This reverts commit 72a56a5.
    dgergel committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    8bbca06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c13e93 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Configuration menu
    Copy the full SHA
    e7192c5 View commit details
    Browse the repository at this point in the history
  2. Revert "convert pressure to kPa when reading it in rather than Pa sin…

    …ce this was updated in VIC 5"
    
    This reverts commit e7192c5.
    dgergel committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    034bf33 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

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

Commits on Jan 5, 2017

  1. address PR review comments

    dgergel committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    60b754a View commit details
    Browse the repository at this point in the history
  2. add change log entry

    dgergel committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    e598652 View commit details
    Browse the repository at this point in the history