output initial conditions at z=99

This commit is contained in:
Mayeul Aubin 2025-04-29 18:07:13 +02:00
parent ecf9c0416b
commit 302f635485

View file

@ -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,