INitial commit of CAC code

This commit is contained in:
Alex Selimov 2024-02-17 21:51:18 -05:00
commit c8be709be9
66 changed files with 16539 additions and 0 deletions

View 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.