mirror of
https://github.com/Richard-Sti/csiborgtools_public.git
synced 2025-05-14 06:31:11 +00:00
Preparing RAMSES for SPH. (#100)
* Remove unused import * Draft of preparing for SPH * Edit script
This commit is contained in:
parent
b8863a903e
commit
279022d036
3 changed files with 59 additions and 9 deletions
|
@ -15,9 +15,13 @@
|
|||
from os import system
|
||||
|
||||
if __name__ == "__main__":
|
||||
chains = [15517]
|
||||
simname = "csiborg2_main"
|
||||
mode = 1
|
||||
# chains = [15517]
|
||||
# simname = "csiborg2_main"
|
||||
# mode = 1
|
||||
|
||||
chains = [7444 + n * 24 for n in range(1, 101)]
|
||||
simname = "csiborg1"
|
||||
mode = 3
|
||||
|
||||
env = "/mnt/zfsusers/rstiskalek/csiborgtools/venv_csiborg/bin/python"
|
||||
memory = 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue