Skip to content

Document output file structure #10

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

Closed
peanutfun opened this issue Feb 11, 2022 · 1 comment
Closed

Document output file structure #10

peanutfun opened this issue Feb 11, 2022 · 1 comment

Comments

@peanutfun
Copy link
Contributor

peanutfun commented Feb 11, 2022

All operations in this module are output file based, meaning that no function returns its data, but all data is written into output files to be retrieved later on. For this to be viable also in conjunction with other modules, it would be helpful to have the structure of the output documented. Which datasets are written by the, e.g., l96_time_series and filter_state functions, and what are their data types and dimensions? This would particularly help when writing scripts to analyze the results.

The output documentation could be part of the function docstring (see #8), or added to the README.md where appropriate.

openjournals/joss-reviews#4129

@cgrudz
Copy link
Owner

cgrudz commented Sep 7, 2022

Examples of function outputs are now included in the doc strings for the various methods of the included submodules, as in e.g., the GenerateTimeSeries submodule:
https://cgrudz.github.io/DataAssimilationBenchmarks.jl/dev/submodules/experiments/GenerateTimeSeries/

@cgrudz cgrudz closed this as completed Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants