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

ENH: speed up image driver startup time #538

Open
jhamman opened this issue Jun 23, 2016 · 1 comment
Open

ENH: speed up image driver startup time #538

jhamman opened this issue Jun 23, 2016 · 1 comment

Comments

@jhamman
Copy link
Member

jhamman commented Jun 23, 2016

@yixinmao and I have noticed that the initialization of the image driver is progressing quite slowly. This is likely due to the way we are reading the parameter files (one variable at a time with multiple opens/closes of the file). A minor refactor will speed this up.

This is likely related to #380

@bartnijssen
Copy link
Member

@yixinmao : Since this is affecting your run-time in your data assimilation runs, I am making you the point person on this one. I mostly refer you to #380, since fixing that (keep netcdf files open) is likely to resolve much of the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants