added low and med
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
# List of galaxy parameters file
|
||||
# Putting identical galaxies one beside the other allows DICE
|
||||
# to re-use the previous computation,
|
||||
# and thus reduces the global execution time
|
||||
# x[kpc] y[kpc] z[kpc] vx[km/s] vy[km/s] vz[km/s] spin[deg] incl[deg]
|
||||
Galaxy params/pbox.params 0. 0. 0. 0. 0. 0. 0. 0.
|
||||
# Number of OpenMP threads
|
||||
Nthreads 16
|
||||
# Compute the mean inter-particle distance
|
||||
# Useful to define the softening length in SPH codes
|
||||
MeanPartDist 0
|
||||
# Maximum number of component for a galaxy model
|
||||
MaxCompNumber 64
|
||||
# Output quantities in the rz plane
|
||||
OutputRz 0
|
||||
# Name of the final IC file
|
||||
# The file extension wil be added by DICE
|
||||
Filename out/pbox
|
||||
# File format of the IC file [Gadget1,Gadget2]
|
||||
ICformat Gadget2
|
||||
# Cosmological parameters for Virial quantities
|
||||
# Default values are taken from Planck cosmology
|
||||
# Redshift
|
||||
Redshift 0.0
|
||||
# Hubble constant
|
||||
H0 73.0
|
||||
# Dark energy density parameter
|
||||
OmegaL 0.6911
|
||||
# Matter density parameter
|
||||
OmegaM 0.3089
|
||||
# Spatial curvature density paramter
|
||||
OmegaK 0.00
|
||||
# Normalize the sum of mass fractions to one
|
||||
NormMassFact 0
|
||||
# Size of the GSL integration space
|
||||
GslWorkspaceSize 10000
|
||||
# Integration scheme: 1=GSL QAG (slow) / 2=GSL QAGIU (very slow) / 3= GSL QNG (fast)
|
||||
GslIntegrationScheme 3
|
||||
|
||||
@@ -0,0 +1,145 @@
|
||||
&RUN_PARAMS
|
||||
cosmo=.false.
|
||||
pic=.true.
|
||||
poisson=.true.
|
||||
hydro=.true.
|
||||
nrestart=0
|
||||
nremap=25
|
||||
nsubcycle=1,1,2
|
||||
ncontrol=1
|
||||
rt=.false.
|
||||
/
|
||||
|
||||
&OUTPUT_PARAMS
|
||||
delta_tout=0.5
|
||||
tend=20.0
|
||||
/
|
||||
|
||||
&MOVIE_PARAMS
|
||||
imovout=2000
|
||||
imov=0
|
||||
tendmov=50.
|
||||
movie=.false.
|
||||
nw_frame=1080
|
||||
nh_frame=1080
|
||||
levelmax_frame=12
|
||||
movie_vars_txt='stars','dens','temp'
|
||||
proj_axis='zx'
|
||||
xcentre_frame=120,0.0,0.0,0.0 120,0.0,0.0,0.0
|
||||
ycentre_frame=120,0.0,0.0,0.0 120,0.0,0.0,0.0
|
||||
zcentre_frame=120,0.0,0.0,0.0 120,0.0,0.0,0.0
|
||||
deltax_frame=30,0.0 30,0.0
|
||||
deltay_frame=30,0.0 30,0.0
|
||||
deltaz_frame=30,0.0 30,0.0
|
||||
! zoom_only_frame=.true.
|
||||
/
|
||||
|
||||
&INIT_PARAMS
|
||||
filetype='dice'
|
||||
initfile(1)='/bulk1/teyssier/hlasco/dice_ics/low/agora/out'
|
||||
/
|
||||
|
||||
&UNITS_PARAMS
|
||||
units_density = 0.677025430198932E-22 ! 1e9 Msol/kpc^3
|
||||
units_time = 0.470430312423675E+15 ! G=1
|
||||
units_length = 0.308567758128200E+22 ! kpc
|
||||
/
|
||||
|
||||
&AMR_PARAMS
|
||||
levelmin=7
|
||||
levelmax=12
|
||||
ngridmax=3000000
|
||||
npartmax=5000000
|
||||
boxlen=320.0
|
||||
/
|
||||
|
||||
&POISSON_PARAMS
|
||||
epsilon=1e-4
|
||||
/
|
||||
|
||||
&BOUNDARY_PARAMS
|
||||
nboundary=6
|
||||
bound_type= 2, 2, 2, 2, 2, 2
|
||||
ibound_min=-1, 1, -1, -1, -1, -1
|
||||
ibound_max=-1, 1, 1, 1, 1, 1
|
||||
jbound_min= 0, 0, -1, 1, -1, -1
|
||||
jbound_max= 0, 0, -1, 1, 1, 1
|
||||
kbound_min= 0, 0, 0, 0, -1, 1
|
||||
kbound_max= 0, 0, 0, 0, -1, 1
|
||||
no_inflow=.true.
|
||||
/
|
||||
|
||||
&COOLING_PARAMS
|
||||
cooling=.true.
|
||||
metal=.true.
|
||||
z_ave=1.0 ! To explore explore [0.001, 1]
|
||||
self_shielding=.true.
|
||||
/
|
||||
|
||||
&SF_PARAMS
|
||||
sf_virial=.true. ! Enable turbulent SF
|
||||
sf_model=5 ! See mom2/star_formation.f90
|
||||
n_star=0.01 ! SF density threshold. [0.01, 10]
|
||||
eps_star=1.0 ! SF efficency. Should be 1 with sf_virial=.true.
|
||||
T2_star=10. ! ISM polytropic temperature
|
||||
g_star=1.0 ! ISM polytropic index
|
||||
m_star=10.0 ! Star particle mass
|
||||
sf_log_properties=.false. ! do not set this to .true.
|
||||
/
|
||||
|
||||
&FEEDBACK_PARAMS
|
||||
momentum_feedback=1 ! SN feedback model (from patch/mom2)
|
||||
delayed_cooling=.false. ! Cooling starts from t=0
|
||||
yield=0.177703 ! SN metal yield
|
||||
eta_sn=0.162637 ! SN efficiency
|
||||
t_sne=3.0 ! time for a star to turn into SN
|
||||
f_w=0.
|
||||
/
|
||||
|
||||
&HYDRO_PARAMS
|
||||
gamma=1.6666
|
||||
courant_factor=0.5
|
||||
slope_type=1
|
||||
pressure_fix=.true. ! Scheme to prevent negative T
|
||||
beta_fix=0.5 ! Controls threshold at which energy is
|
||||
! truncated
|
||||
riemann='hllc'
|
||||
/
|
||||
|
||||
&REFINE_PARAMS
|
||||
mass_sph=1e-5
|
||||
m_refine=10*8.
|
||||
interpol_type=0
|
||||
interpol_var=1
|
||||
/
|
||||
|
||||
&DICE_PARAMS
|
||||
ic_file='agora_sigma00.g2' ! Name of the initial conditions file
|
||||
ic_nfile=1 ! If greater than one, look for files with name matching ic_file//'.n'
|
||||
ic_ifout=1 ! Change ramses output index for restarts
|
||||
ic_format='Gadget2' ! Format of the initial conditions. 'Gadget1' or 'Gadget2'
|
||||
ic_center=0.0,0.0,0.0 ! Shift center parameter. ICs are automatically shifted with boxlen/2
|
||||
ic_scale_pos=1.0 ! Scaling factor for the position vector
|
||||
ic_scale_vel=1.0 ! Scaling factor for the velocity vector
|
||||
ic_scale_mass=1.0 ! Scaling factor for the mass
|
||||
ic_scale_u=1.0 ! Scaling factor for the internal energy
|
||||
ic_scale_age=1.0 ! Scaling factor for the particles age
|
||||
ic_scale_metal=1.0 ! Scaling factor for the metallicity
|
||||
ic_head_name='HEAD' ! Name of the Header datablock (Gadget2 format only)
|
||||
ic_pos_name='POS ' ! Name of the position vector datablock (Gadget2 format only)
|
||||
ic_vel_name='VEL ' ! Name of the velocity vector datablock (Gadget2 format only)
|
||||
ic_mass_name='MASS' ! Name of the mass datablock (Gadget2 format only)
|
||||
ic_id_name='ID ' ! Name of the particle identifier datablock (Gadget2 format only)
|
||||
ic_u_name='U ' ! Name of the internal energy datablock (Gadget2 format only)
|
||||
ic_metal_name='Z ' ! Name of the metallicity datablock (Gadget2 format only)
|
||||
ic_age_name='AGE ' ! Name of the particle age datablock (Gadget2 format only)
|
||||
IG_rho=1.0D-6 ! Intergalactic gas density
|
||||
IG_T2=1.0D7 ! Intergalactic gas temperature
|
||||
IG_metal=0.0 ! Intergalactic gas metallicity
|
||||
amr_struct=.false. ! Reproduce the AMR structure of the Gadget2 file resulting from a ramses to gadget conversion
|
||||
gadget_scale_l=3.085677581282D21 ! Gadget file length unit
|
||||
gadget_scale_v=1.0D5 ! Gadget file velocity unit
|
||||
gadget_scale_m=1.9891D43 ! Gadget file mass unit
|
||||
gadget_scale_t=3.15360e+13 ! Gadget file time unit
|
||||
ic_skip_type = -1 ! Skip specific particle type
|
||||
/
|
||||
@@ -0,0 +1,145 @@
|
||||
&RUN_PARAMS
|
||||
cosmo=.false.
|
||||
pic=.true.
|
||||
poisson=.true.
|
||||
hydro=.true.
|
||||
nrestart=0
|
||||
nremap=25
|
||||
nsubcycle=1,1,2
|
||||
ncontrol=1
|
||||
rt=.false.
|
||||
/
|
||||
|
||||
&OUTPUT_PARAMS
|
||||
delta_tout=0.5
|
||||
tend=50.0
|
||||
/
|
||||
|
||||
&MOVIE_PARAMS
|
||||
imovout=2000
|
||||
imov=0
|
||||
tendmov=50.
|
||||
movie=.false.
|
||||
nw_frame=1080
|
||||
nh_frame=1080
|
||||
levelmax_frame=12
|
||||
movie_vars_txt='stars','dens'
|
||||
proj_axis='zx'
|
||||
xcentre_frame=160,0.0,0.0,0.0 160,0.0,0.0,0.0
|
||||
ycentre_frame=160,0.0,0.0,0.0 160,0.0,0.0,0.0
|
||||
zcentre_frame=160,0.0,0.0,0.0 160,0.0,0.0,0.0
|
||||
deltax_frame=30,0.0 30,0.0
|
||||
deltay_frame=30,0.0 30,0.0
|
||||
deltaz_frame=30,0.0 30,0.0
|
||||
! zoom_only_frame=.true.
|
||||
/
|
||||
|
||||
&INIT_PARAMS
|
||||
filetype='dice'
|
||||
initfile(1)='/bulk1/teyssier/hlasco/dice_ics/low/agora/out'
|
||||
/
|
||||
|
||||
&UNITS_PARAMS
|
||||
units_density = 0.677025430198932E-22 ! 1e9 Msol/kpc^3
|
||||
units_time = 0.470430312423675E+15 ! G=1
|
||||
units_length = 0.308567758128200E+22 ! kpc
|
||||
/
|
||||
|
||||
&AMR_PARAMS
|
||||
levelmin=7
|
||||
levelmax=12
|
||||
ngridmax=3000000
|
||||
npartmax=5000000
|
||||
boxlen=320.0
|
||||
/
|
||||
|
||||
&POISSON_PARAMS
|
||||
epsilon=1e-4
|
||||
/
|
||||
|
||||
&BOUNDARY_PARAMS
|
||||
nboundary=6
|
||||
bound_type= 2, 2, 2, 2, 2, 2
|
||||
ibound_min=-1, 1, -1, -1, -1, -1
|
||||
ibound_max=-1, 1, 1, 1, 1, 1
|
||||
jbound_min= 0, 0, -1, 1, -1, -1
|
||||
jbound_max= 0, 0, -1, 1, 1, 1
|
||||
kbound_min= 0, 0, 0, 0, -1, 1
|
||||
kbound_max= 0, 0, 0, 0, -1, 1
|
||||
no_inflow=.true.
|
||||
/
|
||||
|
||||
&COOLING_PARAMS
|
||||
cooling=.true.
|
||||
metal=.true.
|
||||
z_ave=1.0 ! To explore explore [0.001, 1]
|
||||
self_shielding=.true.
|
||||
/
|
||||
|
||||
&SF_PARAMS
|
||||
sf_virial=.true. ! Enable turbulent SF
|
||||
sf_model=5 ! See mom2/star_formation.f90
|
||||
n_star=0.01 ! SF density threshold. [0.01, 10]
|
||||
eps_star=1.0 ! SF efficency. Should be 1 with sf_virial=.true.
|
||||
T2_star=10. ! ISM polytropic temperature
|
||||
g_star=1.0 ! ISM polytropic index
|
||||
m_star=10.0 ! Star particle mass
|
||||
sf_log_properties=.false. ! do not set this to .true.
|
||||
/
|
||||
|
||||
&FEEDBACK_PARAMS
|
||||
momentum_feedback=1 ! SN feedback model (from patch/mom2)
|
||||
delayed_cooling=.false. ! Cooling starts from t=0
|
||||
yield=0.177703 ! SN metal yield
|
||||
eta_sn=0.162637 ! SN efficiency
|
||||
t_sne=3.0 ! time for a star to turn into SN
|
||||
f_w=0.
|
||||
/
|
||||
|
||||
&HYDRO_PARAMS
|
||||
gamma=1.6666
|
||||
courant_factor=0.5
|
||||
slope_type=1
|
||||
pressure_fix=.true. ! Scheme to prevent negative T
|
||||
beta_fix=0.5 ! Controls threshold at which energy is
|
||||
! truncated
|
||||
riemann='hllc'
|
||||
/
|
||||
|
||||
&REFINE_PARAMS
|
||||
mass_sph=1e-5
|
||||
m_refine=10*8.
|
||||
interpol_type=0
|
||||
interpol_var=1
|
||||
/
|
||||
|
||||
&DICE_PARAMS
|
||||
ic_file='agora_sigma10.g2' ! Name of the initial conditions file
|
||||
ic_nfile=1 ! If greater than one, look for files with name matching ic_file//'.n'
|
||||
ic_ifout=1 ! Change ramses output index for restarts
|
||||
ic_format='Gadget2' ! Format of the initial conditions. 'Gadget1' or 'Gadget2'
|
||||
ic_center=0.0,0.0,0.0 ! Shift center parameter. ICs are automatically shifted with boxlen/2
|
||||
ic_scale_pos=1.0 ! Scaling factor for the position vector
|
||||
ic_scale_vel=1.0 ! Scaling factor for the velocity vector
|
||||
ic_scale_mass=1.0 ! Scaling factor for the mass
|
||||
ic_scale_u=1.0 ! Scaling factor for the internal energy
|
||||
ic_scale_age=1.0 ! Scaling factor for the particles age
|
||||
ic_scale_metal=1.0 ! Scaling factor for the metallicity
|
||||
ic_head_name='HEAD' ! Name of the Header datablock (Gadget2 format only)
|
||||
ic_pos_name='POS ' ! Name of the position vector datablock (Gadget2 format only)
|
||||
ic_vel_name='VEL ' ! Name of the velocity vector datablock (Gadget2 format only)
|
||||
ic_mass_name='MASS' ! Name of the mass datablock (Gadget2 format only)
|
||||
ic_id_name='ID ' ! Name of the particle identifier datablock (Gadget2 format only)
|
||||
ic_u_name='U ' ! Name of the internal energy datablock (Gadget2 format only)
|
||||
ic_metal_name='Z ' ! Name of the metallicity datablock (Gadget2 format only)
|
||||
ic_age_name='AGE ' ! Name of the particle age datablock (Gadget2 format only)
|
||||
IG_rho=1.0D-6 ! Intergalactic gas density
|
||||
IG_T2=1.0D7 ! Intergalactic gas temperature
|
||||
IG_metal=0.0 ! Intergalactic gas metallicity
|
||||
amr_struct=.false. ! Reproduce the AMR structure of the Gadget2 file resulting from a ramses to gadget conversion
|
||||
gadget_scale_l=3.085677581282D21 ! Gadget file length unit
|
||||
gadget_scale_v=1.0D5 ! Gadget file velocity unit
|
||||
gadget_scale_m=1.9891D43 ! Gadget file mass unit
|
||||
gadget_scale_t=3.15360e+13 ! Gadget file time unit
|
||||
ic_skip_type = -1 ! Skip specific particle type
|
||||
/
|
||||
@@ -0,0 +1,145 @@
|
||||
&RUN_PARAMS
|
||||
cosmo=.false.
|
||||
pic=.true.
|
||||
poisson=.true.
|
||||
hydro=.true.
|
||||
nrestart=0
|
||||
nremap=25
|
||||
nsubcycle=1,1,2
|
||||
ncontrol=1
|
||||
rt=.false.
|
||||
/
|
||||
|
||||
&OUTPUT_PARAMS
|
||||
delta_tout=0.5
|
||||
tend=50.0
|
||||
/
|
||||
|
||||
&MOVIE_PARAMS
|
||||
imovout=2000
|
||||
imov=0
|
||||
tendmov=50.
|
||||
movie=.false.
|
||||
nw_frame=1080
|
||||
nh_frame=1080
|
||||
levelmax_frame=12
|
||||
movie_vars_txt='stars','dens'
|
||||
proj_axis='zx'
|
||||
xcentre_frame=160,0.0,0.0,0.0 160,0.0,0.0,0.0
|
||||
ycentre_frame=160,0.0,0.0,0.0 160,0.0,0.0,0.0
|
||||
zcentre_frame=160,0.0,0.0,0.0 160,0.0,0.0,0.0
|
||||
deltax_frame=30,0.0 30,0.0
|
||||
deltay_frame=30,0.0 30,0.0
|
||||
deltaz_frame=30,0.0 30,0.0
|
||||
! zoom_only_frame=.true.
|
||||
/
|
||||
|
||||
&INIT_PARAMS
|
||||
filetype='dice'
|
||||
initfile(1)='/bulk1/teyssier/hlasco/dice_ics/low/agora/out'
|
||||
/
|
||||
|
||||
&UNITS_PARAMS
|
||||
units_density = 0.677025430198932E-22 ! 1e9 Msol/kpc^3
|
||||
units_time = 0.470430312423675E+15 ! G=1
|
||||
units_length = 0.308567758128200E+22 ! kpc
|
||||
/
|
||||
|
||||
&AMR_PARAMS
|
||||
levelmin=7
|
||||
levelmax=12
|
||||
ngridmax=3000000
|
||||
npartmax=5000000
|
||||
boxlen=320.0
|
||||
/
|
||||
|
||||
&POISSON_PARAMS
|
||||
epsilon=1e-4
|
||||
/
|
||||
|
||||
&BOUNDARY_PARAMS
|
||||
nboundary=6
|
||||
bound_type= 2, 2, 2, 2, 2, 2
|
||||
ibound_min=-1, 1, -1, -1, -1, -1
|
||||
ibound_max=-1, 1, 1, 1, 1, 1
|
||||
jbound_min= 0, 0, -1, 1, -1, -1
|
||||
jbound_max= 0, 0, -1, 1, 1, 1
|
||||
kbound_min= 0, 0, 0, 0, -1, 1
|
||||
kbound_max= 0, 0, 0, 0, -1, 1
|
||||
no_inflow=.true.
|
||||
/
|
||||
|
||||
&COOLING_PARAMS
|
||||
cooling=.true.
|
||||
metal=.true.
|
||||
z_ave=1.0 ! To explore explore [0.001, 1]
|
||||
self_shielding=.true.
|
||||
/
|
||||
|
||||
&SF_PARAMS
|
||||
sf_virial=.true. ! Enable turbulent SF
|
||||
sf_model=5 ! See mom2/star_formation.f90
|
||||
n_star=0.01 ! SF density threshold. [0.01, 10]
|
||||
eps_star=1.0 ! SF efficency. Should be 1 with sf_virial=.true.
|
||||
T2_star=10. ! ISM polytropic temperature
|
||||
g_star=1.0 ! ISM polytropic index
|
||||
m_star=10.0 ! Star particle mass
|
||||
sf_log_properties=.false. ! do not set this to .true.
|
||||
/
|
||||
|
||||
&FEEDBACK_PARAMS
|
||||
momentum_feedback=1 ! SN feedback model (from patch/mom2)
|
||||
delayed_cooling=.false. ! Cooling starts from t=0
|
||||
yield=0.177703 ! SN metal yield
|
||||
eta_sn=0.162637 ! SN efficiency
|
||||
t_sne=3.0 ! time for a star to turn into SN
|
||||
f_w=0.
|
||||
/
|
||||
|
||||
&HYDRO_PARAMS
|
||||
gamma=1.6666
|
||||
courant_factor=0.5
|
||||
slope_type=1
|
||||
pressure_fix=.true. ! Scheme to prevent negative T
|
||||
beta_fix=0.5 ! Controls threshold at which energy is
|
||||
! truncated
|
||||
riemann='hllc'
|
||||
/
|
||||
|
||||
&REFINE_PARAMS
|
||||
mass_sph=1e-5
|
||||
m_refine=10*8.
|
||||
interpol_type=0
|
||||
interpol_var=1
|
||||
/
|
||||
|
||||
&DICE_PARAMS
|
||||
ic_file='agora_sigma30.g2' ! Name of the initial conditions file
|
||||
ic_nfile=1 ! If greater than one, look for files with name matching ic_file//'.n'
|
||||
ic_ifout=1 ! Change ramses output index for restarts
|
||||
ic_format='Gadget2' ! Format of the initial conditions. 'Gadget1' or 'Gadget2'
|
||||
ic_center=0.0,0.0,0.0 ! Shift center parameter. ICs are automatically shifted with boxlen/2
|
||||
ic_scale_pos=1.0 ! Scaling factor for the position vector
|
||||
ic_scale_vel=1.0 ! Scaling factor for the velocity vector
|
||||
ic_scale_mass=1.0 ! Scaling factor for the mass
|
||||
ic_scale_u=1.0 ! Scaling factor for the internal energy
|
||||
ic_scale_age=1.0 ! Scaling factor for the particles age
|
||||
ic_scale_metal=1.0 ! Scaling factor for the metallicity
|
||||
ic_head_name='HEAD' ! Name of the Header datablock (Gadget2 format only)
|
||||
ic_pos_name='POS ' ! Name of the position vector datablock (Gadget2 format only)
|
||||
ic_vel_name='VEL ' ! Name of the velocity vector datablock (Gadget2 format only)
|
||||
ic_mass_name='MASS' ! Name of the mass datablock (Gadget2 format only)
|
||||
ic_id_name='ID ' ! Name of the particle identifier datablock (Gadget2 format only)
|
||||
ic_u_name='U ' ! Name of the internal energy datablock (Gadget2 format only)
|
||||
ic_metal_name='Z ' ! Name of the metallicity datablock (Gadget2 format only)
|
||||
ic_age_name='AGE ' ! Name of the particle age datablock (Gadget2 format only)
|
||||
IG_rho=1.0D-6 ! Intergalactic gas density
|
||||
IG_T2=1.0D7 ! Intergalactic gas temperature
|
||||
IG_metal=0.0 ! Intergalactic gas metallicity
|
||||
amr_struct=.false. ! Reproduce the AMR structure of the Gadget2 file resulting from a ramses to gadget conversion
|
||||
gadget_scale_l=3.085677581282D21 ! Gadget file length unit
|
||||
gadget_scale_v=1.0D5 ! Gadget file velocity unit
|
||||
gadget_scale_m=1.9891D43 ! Gadget file mass unit
|
||||
gadget_scale_t=3.15360e+13 ! Gadget file time unit
|
||||
ic_skip_type = -1 ! Skip specific particle type
|
||||
/
|
||||
@@ -0,0 +1,145 @@
|
||||
&RUN_PARAMS
|
||||
cosmo=.false.
|
||||
pic=.true.
|
||||
poisson=.true.
|
||||
hydro=.true.
|
||||
nrestart=0
|
||||
nremap=25
|
||||
nsubcycle=1,1,2
|
||||
ncontrol=1
|
||||
rt=.false.
|
||||
/
|
||||
|
||||
&OUTPUT_PARAMS
|
||||
delta_tout=0.05
|
||||
tend=10.0
|
||||
/
|
||||
|
||||
&MOVIE_PARAMS
|
||||
imovout=2000
|
||||
imov=0
|
||||
tendmov=10.
|
||||
movie=.true.
|
||||
nw_frame=1080
|
||||
nh_frame=1080
|
||||
levelmax_frame=12
|
||||
movie_vars_txt='stars','dens'
|
||||
proj_axis='zx'
|
||||
xcentre_frame=0.05,0.0,0.0,0.0 0.05,0.0,0.0,0.0
|
||||
ycentre_frame=0.05,0.0,0.0,0.0 0.05,0.0,0.0,0.0
|
||||
zcentre_frame=0.05,0.0,0.0,0.0 0.05,0.0,0.0,0.0
|
||||
deltax_frame=0.05,0.0 0.05,0.0
|
||||
deltay_frame=0.05,0.0 0.05,0.0
|
||||
deltaz_frame=0.01,0.0 0.01,0.0
|
||||
! zoom_only_frame=.true.
|
||||
/
|
||||
|
||||
&INIT_PARAMS
|
||||
filetype='dice'
|
||||
initfile(1)='/bulk1/teyssier/hlasco/dice_ics/low/pbox/out'
|
||||
/
|
||||
|
||||
&UNITS_PARAMS
|
||||
units_density = 0.677025430198932E-22 ! 1e9 Msol/kpc^3
|
||||
units_time = 0.470430312423675E+15 ! G=1
|
||||
units_length = 0.308567758128200E+22 ! kpc
|
||||
/
|
||||
|
||||
&AMR_PARAMS
|
||||
levelmin=7
|
||||
levelmax=12
|
||||
ngridmax=5000000
|
||||
npartmax=5000000
|
||||
boxlen=0.1
|
||||
/
|
||||
|
||||
&POISSON_PARAMS
|
||||
epsilon=1e-4
|
||||
/
|
||||
|
||||
!&BOUNDARY_PARAMS
|
||||
!nboundary=6
|
||||
!bound_type= 0, 0, 0, 0, 0, 0
|
||||
!ibound_min=-1, 1, -1, -1, -1, -1
|
||||
!ibound_max=-1, 1, 1, 1, 1, 1
|
||||
!jbound_min= 0, 0, -1, 1, -1, -1
|
||||
!jbound_max= 0, 0, -1, 1, 1, 1
|
||||
!kbound_min= 0, 0, 0, 0, -1, 1
|
||||
!kbound_max= 0, 0, 0, 0, -1, 1
|
||||
!!no_inflow=.true.
|
||||
!/
|
||||
|
||||
&COOLING_PARAMS
|
||||
cooling=.true.
|
||||
metal=.true.
|
||||
z_ave=1.0 ! To explore explore [0.001, 1]
|
||||
self_shielding=.true.
|
||||
/
|
||||
|
||||
&SF_PARAMS
|
||||
sf_virial=.true. ! Enable turbulent SF
|
||||
sf_model=5 ! See mom2/star_formation.f90
|
||||
n_star=0.01 ! SF density threshold. [0.01, 10]
|
||||
eps_star=1.0 ! SF efficency. Should be 1 with sf_virial=.true.
|
||||
T2_star=10. ! ISM polytropic temperature
|
||||
g_star=1.0 ! ISM polytropic index
|
||||
m_star=10.0 ! Star particle mass
|
||||
sf_log_properties=.false. ! do not set this to .true.
|
||||
/
|
||||
|
||||
&FEEDBACK_PARAMS
|
||||
momentum_feedback=1 ! SN feedback model (from patch/mom2)
|
||||
delayed_cooling=.false. ! Cooling starts from t=0
|
||||
yield=0.177703 ! SN metal yield
|
||||
eta_sn=0.162637 ! SN efficiency
|
||||
t_sne=3.0 ! time for a star to turn into SN
|
||||
f_w=0.
|
||||
/
|
||||
|
||||
&HYDRO_PARAMS
|
||||
gamma=1.6666
|
||||
courant_factor=0.5
|
||||
slope_type=1
|
||||
pressure_fix=.true. ! Scheme to prevent negative T
|
||||
beta_fix=0.5 ! Controls threshold at which energy is
|
||||
! truncated
|
||||
riemann='hllc'
|
||||
/
|
||||
|
||||
&REFINE_PARAMS
|
||||
mass_sph=1e-8
|
||||
m_refine=10*8.
|
||||
interpol_type=0
|
||||
interpol_var=1
|
||||
/
|
||||
|
||||
&DICE_PARAMS
|
||||
ic_file='pbox.g2' ! Name of the initial conditions file
|
||||
ic_nfile=1 ! If greater than one, look for files with name matching ic_file//'.n'
|
||||
ic_ifout=1 ! Change ramses output index for restarts
|
||||
ic_format='Gadget2' ! Format of the initial conditions. 'Gadget1' or 'Gadget2'
|
||||
ic_center=0.0,0.0,0.0 ! Shift center parameter. ICs are automatically shifted with boxlen/2
|
||||
ic_scale_pos=1.0 ! Scaling factor for the position vector
|
||||
ic_scale_vel=1.0 ! Scaling factor for the velocity vector
|
||||
ic_scale_mass=1.0 ! Scaling factor for the mass
|
||||
ic_scale_u=1.0 ! Scaling factor for the internal energy
|
||||
ic_scale_age=1.0 ! Scaling factor for the particles age
|
||||
ic_scale_metal=1.0 ! Scaling factor for the metallicity
|
||||
ic_head_name='HEAD' ! Name of the Header datablock (Gadget2 format only)
|
||||
ic_pos_name='POS ' ! Name of the position vector datablock (Gadget2 format only)
|
||||
ic_vel_name='VEL ' ! Name of the velocity vector datablock (Gadget2 format only)
|
||||
ic_mass_name='MASS' ! Name of the mass datablock (Gadget2 format only)
|
||||
ic_id_name='ID ' ! Name of the particle identifier datablock (Gadget2 format only)
|
||||
ic_u_name='U ' ! Name of the internal energy datablock (Gadget2 format only)
|
||||
ic_metal_name='Z ' ! Name of the metallicity datablock (Gadget2 format only)
|
||||
ic_age_name='AGE ' ! Name of the particle age datablock (Gadget2 format only)
|
||||
IG_rho=1.0D-6 ! Intergalactic gas density
|
||||
IG_T2=1.0D7 ! Intergalactic gas temperature
|
||||
IG_metal=0.0 ! Intergalactic gas metallicity
|
||||
amr_struct=.false. ! Reproduce the AMR structure of the Gadget2 file resulting from a ramses to gadget conversion
|
||||
gadget_scale_l=3.085677581282D21 ! Gadget file length unit
|
||||
gadget_scale_v=1.0D5 ! Gadget file velocity unit
|
||||
gadget_scale_m=1.9891D43 ! Gadget file mass unit
|
||||
gadget_scale_t=3.15360e+13 ! Gadget file time unit
|
||||
ic_skip_type = -1 ! Skip specific particle type
|
||||
/
|
||||
@@ -0,0 +1,85 @@
|
||||
###################
|
||||
# Global parameters
|
||||
###################
|
||||
# Virial velocity of the galaxy [km/s]
|
||||
v200 0.0
|
||||
# Virial mass of the galaxy [1e10 Msol]
|
||||
# Overrides the v200 parameter
|
||||
m200 0.0012
|
||||
# Halo spin parameter
|
||||
# lambda 0.04
|
||||
# Refinement level of the potential grid
|
||||
level_coarse 7
|
||||
# Refinement level of the plane plane density grid
|
||||
level_grid_mid_dens 7
|
||||
# Refinement level of the turbulence grid
|
||||
level_grid_turb 7
|
||||
# Refinement level of the gaussian field grid
|
||||
level_grid_dens_fluct 7
|
||||
# Size of the potential grid [kpc]
|
||||
boxsize1 0.1
|
||||
#boxsize2 0.05
|
||||
boxsize2 0.025
|
||||
#boxsize4 0.0125
|
||||
boxsize3 0.00625
|
||||
#boxsize6 0.003125
|
||||
#boxsize4 0.0015625
|
||||
# Dispersion for the Gaussian field fluctuations
|
||||
dens_fluct_sigma 1
|
||||
# Physical injection scale of the random field fluctuations [kpc]
|
||||
dens_fluct_scale_inj 0.1
|
||||
# Physical dissipation scale of the random field fluctuations [kpc]
|
||||
dens_fluct_scale_diss 0.05
|
||||
dens_fluct_seed 1212
|
||||
# Seed for the random number generator
|
||||
seed 1246
|
||||
# Switch to MCMC ntry algorithm to position particles for a value > 1
|
||||
mcmc_ntry 1
|
||||
# Number of iterations to reach hydrostatic equilibrium (zero to deactivate)
|
||||
hydro_eq_niter 3
|
||||
|
||||
|
||||
#######################
|
||||
# Components parameters
|
||||
#######################
|
||||
|
||||
###########################
|
||||
# Component 1: Gas
|
||||
###########################
|
||||
mass_frac1 1.0
|
||||
npart1 5000000
|
||||
npart_pot1 10000000
|
||||
#accept_min1 0.90
|
||||
#accept_max1 0.98
|
||||
model1 15
|
||||
scale_length1 0.1
|
||||
#cut1 10
|
||||
flatx_cut1 0.1
|
||||
flaty_cut1 0.1
|
||||
flatz_cut1 0.1
|
||||
sigma_cut1 0.000000001
|
||||
mcmc_step1 0.15
|
||||
type1 0
|
||||
stream_fraction1 0.00
|
||||
metal1 0.02041
|
||||
dens_fluct1 1
|
||||
# Metallicity follows density gradient
|
||||
metal_gradient1 0
|
||||
# Temperature of the gas particles [K]
|
||||
t_init1 1e4
|
||||
# Turbulent velocity dispersion [km/s]
|
||||
turb_sigma1 20.0
|
||||
# Turbulence injection scale [kpc]
|
||||
turb_scale_inj1 0.1
|
||||
# Turbulence dissipation scale [kpc]
|
||||
turb_scale_diss1 0.005
|
||||
# Seed for the turbulent gaussian field
|
||||
turb_seed1 1234
|
||||
# Compute hydrostatic equilibrium
|
||||
hydro_eq1 0
|
||||
# Gaussian step for the MCMC Metropolis-Hasting particle postionning algorithm
|
||||
# within the hydro equilibrium algorithm
|
||||
mcmc_step_hydro1 0.3
|
||||
compute_vel1 1
|
||||
# Polytropic index for the gas (1 = isothermal)
|
||||
gamma_poly1 1.0
|
||||
Reference in New Issue
Block a user