-
Notifications
You must be signed in to change notification settings - Fork 154
Documentation: obs_common_subset typos, corrections #808
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
Comments
Some of the documentation is a bit misleading.
The ensemble size cannot differ between the files because it affects the structure of the files,
to
or put the "Remove" line into msgstring1 and add msgstring1 to the error_handler call. And this feature raises raises a question;
If the obs_seq files have the same obs, but in different orders, then some common obs won't be found |
partial fix for #808 change link for obs_sequence tool to use the anchor rather than a relative path
partial fix for #808 change link for obs_sequence tool to use the anchor rather than a relative path
partial fix for #808 change link for obs_sequence tool to use the anchor rather than a relative path
Uh oh!
There was an error while loading. Please reload this page.
What's the issue?
📚 obs_common_subset.html has several minor mistakes I'd like to note as I'm reading.
Where did you find the issue?
assimilation_code/programs/obs_common_subset/obs_common_subset.html
https://docs.dart.ucar.edu/en/latest/assimilation_code/programs/obs_common_subset/obs_common_subset.html#program-obs-common-subset
What needs to be fixed?
"obs_selection_tool" is named "obs_selection", and the text is not a link.
"list of lists of filenames" would be clearer as "list of files, each containing a list of obs_seq files"
filename_seq_list = 'exp1list', 'exp2list', exp3list'
Needs a ' before exp3listIn the table of namelist entries we might want to change "printed every Nth set of obs"
to "printed at multiples of
print_every
"Building: "Most $DART/models/*/work directories" would more accurately (but less robustly) be
"Most $DART/models/*/work/quick_build.sh"
Anything else we should know?
The text was updated successfully, but these errors were encountered: