From 302f635485e38317efe1e160e351c6b9100389af Mon Sep 17 00:00:00 2001 From: Mayeul Aubin Date: Tue, 29 Apr 2025 18:07:13 +0200 Subject: [PATCH] output initial conditions at z=99 --- parameters_monofonic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parameters_monofonic.py b/parameters_monofonic.py index ead1055..e9a50d9 100644 --- a/parameters_monofonic.py +++ b/parameters_monofonic.py @@ -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,