output initial conditions at z=99
This commit is contained in:
parent
ecf9c0416b
commit
302f635485
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def get_config_from_dict(monofonic_dict):
|
|||
config["setup"] = {
|
||||
"GridRes": monofonic_dict["gridres"],
|
||||
"BoxLength": monofonic_dict["boxlength"],
|
||||
"zstart": 999.0,
|
||||
"zstart": 99.0,
|
||||
"LPTorder": 2,
|
||||
"DoBaryons": False,
|
||||
"DoBaryonVrel": False,
|
||||
|
|
Loading…
Add table
Reference in a new issue