You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add a species to an existing CGYRO simulation, you can use the restart_add_species.py tool. The usage is
$ restart_add_species.py -o DIR1 -n DIR2
Here, DIR1 is a directory containing the restart file you want to "expand" to include an added species. It must contain both the original input.cgyro.gen and bin.cgyro.restart files. DIR2 is the new directory. It has an input.cgyro with an added species.
Note that it is necessary to run cgyro -t in DIR2 to also generate input.cgyro.gen which is needed by the script.
The text was updated successfully, but these errors were encountered:
To add a species to an existing CGYRO simulation, you can use the
restart_add_species.py
tool. The usage is$ restart_add_species.py -o DIR1 -n DIR2
Here,
DIR1
is a directory containing the restart file you want to "expand" to include an added species. It must contain both the originalinput.cgyro.gen
andbin.cgyro.restart
files.DIR2
is the new directory. It has aninput.cgyro
with an added species.Note that it is necessary to run
cgyro -t
inDIR2
to also generateinput.cgyro.gen
which is needed by the script.The text was updated successfully, but these errors were encountered: