Skip to content

Commit

Permalink
added IO design docs to index, minor change to requirement
Browse files Browse the repository at this point in the history
  added the IO designs to the main doc index
  modified requirement to include overwriting portions of a file
  • Loading branch information
philipwjones committed Jun 14, 2023
1 parent 314d806 commit f6a0124
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/omega/doc/design/IOStreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ To support multiple time slices per file and to support cases
where the model is re-run over the same interval (eg during
testing or repeating a failed run), the user must specify the
desired behavior when an output file of the same name already
exists. A minimum set of options should include over-writing
(replacing) the file, appending to the existing file, or exiting
with an error message.
exists. A minimum set of options should include replacing
the file, overwriting portions of a file (eg specific time
slices), appending to the existing file, or exiting with an
error message.

### 2.11 Desired: Time averaging

Expand Down
2 changes: 2 additions & 0 deletions components/omega/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ design/MachEnv
design/Metadata
design/TimeMgr
design/Reductions
design/IO
design/IOStreams
design/OmegaDesignTemplate
```

0 comments on commit f6a0124

Please sign in to comment.