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

Enable outputting data at each timestep #45

Closed
spencerahill opened this issue Nov 23, 2015 · 1 comment
Closed

Enable outputting data at each timestep #45

spencerahill opened this issue Nov 23, 2015 · 1 comment
Labels

Comments

@spencerahill
Copy link
Owner

Even for high frequency data, the 'ts' output option is still an average over the specified sub-annual range. It would be nice to be able to save the data at every timestep on which it was created. This is a necessary condition for using aospy-generated data as input for other aospy functions, c.f. #3. The logic should be relatively straightforward to implement: compute the function at each timestep as usual, and then just skip all further time reductions.

Perhaps not right away, but ultimately there would need to be the ability to specify (or automatically determine) time chunks for splitting the output into different files. For high frequency data, e.g. 3hr or 6hr, even a 1-2 yr file is on the order of 1 GB. So without some chunking, the files will become huge for longer time durations.

@spencerahill spencerahill changed the title Create output datatype of each timestep Enable outputting data at each timestep Nov 23, 2015
@spencerahill spencerahill added the IO label Jul 2, 2016
@spencerahill
Copy link
Owner Author

#208 would cover this, so closing this as duplicate

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

No branches or pull requests

1 participant