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

Image initialization speedup #684

Merged
merged 14 commits into from
Feb 23, 2017
Merged

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    d7f0cff View commit details
    Browse the repository at this point in the history
  2. Fixed some remaining bugs related to reseting forceskip to zero that

    were missing in PR 671
    ymao committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    8a9a4cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46871aa View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'remotes/upstream/develop' into fix_bug_…

    …forceskip_reset_missed
    ymao committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    f525f09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    205777d View commit details
    Browse the repository at this point in the history
  6. Fixed a typo

    ymao committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    fbbf076 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    861671d View commit details
    Browse the repository at this point in the history
  8. First commit for speeding up image driver initialization - by not

    opening and closing files again and again
    - Runs successfully without MPI specified
    - Error with MPI
    ymao committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    0c3609f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de656cd View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Configuration menu
    Copy the full SHA
    1f3a85d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'remotes/upstream/develop' into image_in…

    …it_speedup
    
    Conflicts:
    	vic/drivers/image/src/vic_force.c
    ymao committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    8b41d5a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Merge branch 'fix_bug_image_forcing2' into image_init_speedup

    Conflicts:
    	vic/drivers/image/src/get_global_param.c
    ymao committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    8e2019e View commit details
    Browse the repository at this point in the history
  2. Speedup image driver initialization - incorporate Bart's comments,

    including:
    - pass the pointer of the new nameid_struct variables into functions
      (instead of passing in the structure itself)
    - rename the filename element in the nameid_struct from "nc_file" to
      "nc_filename"
    - remove the "open_nc" and "close_nc" wrapping functions
    - move the opening and closing of the domain and parameter nc files into
      either "vic_start" or "vic_init"
    ymao committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    5cb7cba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0fb240 View commit details
    Browse the repository at this point in the history