Skip to content

Commit 0220477

Browse files
committed
Put reeber parameters that can actually be read in inputs
1 parent 0b8428c commit 0220477

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Exec/LyA/inputs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# ------------------ INPUTS TO MAIN PROGRAM -------------------
22
max_step = 10000000
33

4+
# use managed memory
5+
amrex.the_arena_is_managed=1
6+
47
nyx.ppm_type = 1
58
nyx.use_colglaz = 0
69
nyx.corner_coupling = 1
@@ -140,12 +143,11 @@ nyx.plot_z_values = 7.0 6.0 5.0 4.0 3.0 2.0
140143
amr.plot_vars = density xmom ymom zmom rho_e Temp phi_grav
141144
amr.derive_plot_vars = particle_mass_density particle_count
142145

143-
# Halo Finder
144-
#nyx.analysis_z_values = 150 10 5 4 3 2
145-
reeber.halo_int = 1
146+
# Halo finder
147+
reeber.min_halo_n_cells = 10
146148
reeber.negate = 1
147-
reeber.halo_density_vars = density particle_mass_density
148-
reeber.halo_extrema_threshold = 20
149+
#reeber.halo_density_vars = density particle_mass_density
150+
#reeber.halo_extrema_threshold = 20
149151
reeber.halo_component_threshold = 10
150152
#nyx.mass_halo_min = 1.e11
151153
#nyx.mass_seed = 1.e6

0 commit comments

Comments
 (0)