File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# ------------------ INPUTS TO MAIN PROGRAM -------------------
22max_step = 10000000
33
4+ # use managed memory
5+ amrex.the_arena_is_managed=1
6+
47nyx.ppm_type = 1
58nyx.use_colglaz = 0
69nyx.corner_coupling = 1
@@ -140,12 +143,11 @@ nyx.plot_z_values = 7.0 6.0 5.0 4.0 3.0 2.0
140143amr.plot_vars = density xmom ymom zmom rho_e Temp phi_grav
141144amr.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
146148reeber.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
149151reeber.halo_component_threshold = 10
150152#nyx.mass_halo_min = 1.e11
151153#nyx.mass_seed = 1.e6
You can’t perform that action at this time.
0 commit comments