Updates to box variables adding new sub_box variables and propagating changes through all of the modes
This commit is contained in:
parent
d624e6ed5d
commit
fb2abc60d1
5 changed files with 59 additions and 15 deletions
14
README.md
14
README.md
|
@ -99,4 +99,16 @@ Default origin is `0 0 0`. This command just sets the origin for where the simul
|
|||
cacmb --convert infile outfile
|
||||
```
|
||||
|
||||
This mode converts a file of type infile to a file of type outfile
|
||||
This mode converts a file `infile` to a file of `outfile`. The extensions determine the conversion process.
|
||||
|
||||
### Mode Merge
|
||||
|
||||
```
|
||||
cacmb --merge dim N infiles outfile
|
||||
```
|
||||
|
||||
This mode merges multiple data files and creates one big simulation cell. The parameters are:
|
||||
|
||||
`N` - The number of files which are being read
|
||||
|
||||
`dim` - the dimension they are to be stacked along, can be either `x`, `y`, or `z`. If the argument `none` is passed then the cells are just overlaid. Future options will include a delete overlap command.
|
Loading…
Add table
Add a link
Reference in a new issue