-
Notifications
You must be signed in to change notification settings - Fork 150
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
filter.html Detailed Program Execution outline neglects the 'analysis' stage. #227
Comments
if it doesn't, the docs need to distinguish between writing multiple files, one per ensemble member, and the combination file format ("single file") where all the members are written to a single file and multiple timesteps in the files are possible. for the combination "single file" format, output always contains the last time step, while analysis can contain a diagnostic time series. output is not automatically written since you might not want it if running PMO, for example, or running with all evaluate-only observations. for the multi-file case we currently can't loop inside filter over multiple time steps, so the contents of output may always be the same as analysis, but for consistency with other modes all the stage options are there. |
Just to clarify a bit here Kevin, is this a problem with the documentation? i.e. the outline in the documentation is wrong. |
@hkershaw-brown I think the outline in the documentation is incomplete. I also just noticed that it doesn't include the writing of 'forecast'. @nancycollins Thanks for the clarification and reminding me of the single file case. |
related to #90 ? |
#90 (converted to discussion #331) provides context for this, but also has a lot of tangential discussion.
@nancycollins wrote (above) that "analysis" can contain a time series of vectors |
fixing as part of bigger documentation fix, leaving as is for now. |
reopening, see Kevin's changes: #677 and notes on the (many) problems with the filter.rst page |
Describe the bug
The outline skips from stage 'postassim' to 'output'.
I don't know what belongs between 'analysis' and 'output', i.e. what the difference between them could be.
A separate, minor clarification; I think the items about writing stages should say that they write to the files,
instead of writing the files, since that implies writing the whole thing at once, which can't happen before
all obs have been processed.
Which model(s) are you working with?
filter
###Screenshots
If applicable, add screenshots to help explain your problem.
Version of DART
Which version of DART are you using? v9.10.1-68-ge3644267f
Have you modified the DART code?
No
The text was updated successfully, but these errors were encountered: