From 32b19e3bd666bcbe4898764bbc1466aaea97da90 Mon Sep 17 00:00:00 2001 From: Cristian Barrera-Hinojosa <cristian.g.barrera@durham.ac.uk> Date: Fri, 4 Sep 2020 14:44:34 +0100 Subject: [PATCH] Fixed parameter files --- namelist/gr_sim_B128_PM64.nml | 4 ++-- namelist/gr_sim_B256_PM128.nml | 4 ++-- namelist/gr_sim_B256_PM64.nml | 4 ++-- namelist/gr_sim_B32_PM128.nml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/namelist/gr_sim_B128_PM64.nml b/namelist/gr_sim_B128_PM64.nml index b1dd468..a80dfd7 100644 --- a/namelist/gr_sim_B128_PM64.nml +++ b/namelist/gr_sim_B128_PM64.nml @@ -25,8 +25,8 @@ initfile(1)='initial_conditions/B128_PM64_z49_ICs/ics' &AMR_PARAMS levelmin=6 levelmax=6 -ngridtot=200000 -nparttot=400000 +ngridtot=400000 +nparttot=800000 nexpand=1 / diff --git a/namelist/gr_sim_B256_PM128.nml b/namelist/gr_sim_B256_PM128.nml index 2c1226d..21a71c2 100644 --- a/namelist/gr_sim_B256_PM128.nml +++ b/namelist/gr_sim_B256_PM128.nml @@ -25,8 +25,8 @@ initfile(1)='initial_conditions/B256_PM128_z49_ICs/ics' &AMR_PARAMS levelmin=7 levelmax=7 -ngridtot=2000000 -nparttot=3000000 +ngridtot=4000000 +nparttot=6000000 nexpand=1 / diff --git a/namelist/gr_sim_B256_PM64.nml b/namelist/gr_sim_B256_PM64.nml index 764fd48..bfdb8ee 100644 --- a/namelist/gr_sim_B256_PM64.nml +++ b/namelist/gr_sim_B256_PM64.nml @@ -25,8 +25,8 @@ initfile(1)='initial_conditions/B256_PM64_z49_ICs/ics' &AMR_PARAMS levelmin=6 levelmax=6 -ngridtot=200000 -nparttot=400000 +ngridtot=400000 +nparttot=800000 nexpand=1 / diff --git a/namelist/gr_sim_B32_PM128.nml b/namelist/gr_sim_B32_PM128.nml index 6cae80b..0eef222 100644 --- a/namelist/gr_sim_B32_PM128.nml +++ b/namelist/gr_sim_B32_PM128.nml @@ -25,8 +25,8 @@ initfile(1)='initial_conditions/B32_PM128_z49_ICs/ics' &AMR_PARAMS levelmin=7 levelmax=7 -ngridtot=2000000 -nparttot=3000000 +ngridtot=4000000 +nparttot=6000000 nexpand=1 / -- GitLab