INitial commit of CAC code
This commit is contained in:
commit
c8be709be9
66 changed files with 16539 additions and 0 deletions
24
docs/Commands/read_data.md
Normal file
24
docs/Commands/read_data.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# read_data
|
||||
|
||||
```
|
||||
read_data filename
|
||||
```
|
||||
|
||||
## Inputs
|
||||
|
||||
`filename` - Input file to be read in restart format.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
read_data model_1.restart
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
Model building capabilities are not included into the CAC simulation tool.
|
||||
Instead the [CAC model builder (CACmb)](https://gitlab.com/aselimov/cacmb) must be used to create models in the .restart format.
|
||||
The read_data command reads in one .restart formatted data file and distributes the model across all processors.
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue