forked from UW-Hydro/VIC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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"
- Loading branch information
ymao
committed
Feb 22, 2017
1 parent
8e2019e
commit 5cb7cba
Showing
22 changed files
with
322 additions
and
344 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.