-
Notifications
You must be signed in to change notification settings - Fork 397
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
Commits on Feb 16, 2017
-
Deleted unused file handles (for text files) for nc input files
ymao committedFeb 16, 2017 Configuration menu - View commit details
-
Copy full SHA for d7f0cff - Browse repository at this point
Copy the full SHA d7f0cffView commit details -
Fixed some remaining bugs related to reseting forceskip to zero that
were missing in PR 671
ymao committedFeb 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 8a9a4cf - Browse repository at this point
Copy the full SHA 8a9a4cfView commit details -
Merge branch 'fix_bug_forceskip_reset_missed' into image_init_speedup
ymao committedFeb 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 46871aa - Browse repository at this point
Copy the full SHA 46871aaView commit details -
Merge remote-tracking branch 'remotes/upstream/develop' into fix_bug_…
…forceskip_reset_missed
ymao committedFeb 16, 2017 Configuration menu - View commit details
-
Copy full SHA for f525f09 - Browse repository at this point
Copy the full SHA f525f09View commit details -
Merge branch 'fix_bug_forceskip_reset_missed' into image_init_speedup
ymao committedFeb 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 205777d - Browse repository at this point
Copy the full SHA 205777dView commit details -
ymao committed
Feb 16, 2017 Configuration menu - View commit details
-
Copy full SHA for fbbf076 - Browse repository at this point
Copy the full SHA fbbf076View commit details -
Merge branch 'fix_bug_forceskip_reset_missed' into image_init_speedup
ymao committedFeb 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 861671d - Browse repository at this point
Copy the full SHA 861671dView commit details -
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 committedFeb 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 0c3609f - Browse repository at this point
Copy the full SHA 0c3609fView commit details -
Image initialization speedup - fixed MPI related bugs so now MPI run
works
ymao committedFeb 16, 2017 Configuration menu - View commit details
-
Copy full SHA for de656cd - Browse repository at this point
Copy the full SHA de656cdView commit details
Commits on Feb 17, 2017
-
Fixed bugs corresponding to initialization speedup in some printing
commands
ymao committedFeb 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 1f3a85d - Browse repository at this point
Copy the full SHA 1f3a85dView commit details -
Merge remote-tracking branch 'remotes/upstream/develop' into image_in…
…it_speedup Conflicts: vic/drivers/image/src/vic_force.c
ymao committedFeb 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 8b41d5a - Browse repository at this point
Copy the full SHA 8b41d5aView commit details
Commits on Feb 22, 2017
-
Merge branch 'fix_bug_image_forcing2' into image_init_speedup
Conflicts: vic/drivers/image/src/get_global_param.c
ymao committedFeb 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 8e2019e - Browse repository at this point
Copy the full SHA 8e2019eView commit details -
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 committedFeb 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 5cb7cba - Browse repository at this point
Copy the full SHA 5cb7cbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0fb240 - Browse repository at this point
Copy the full SHA d0fb240View commit details