Advertisement
KristinHoch

Week 3 Initial Conditions File

Jun 29th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. [setup]
  2. boxlength = 32
  3. zstart = 200
  4. levelmin = 7
  5. levelmin_TF = 7
  6. levelmax = 7
  7. padding = 7
  8. overlap = 4
  9. ref_offset = 0.5757511 , 0.43446856, 0.0473014
  10. ref_extent = 0.2, 0.2, 0.2
  11. align_top = yes
  12. baryons = yes
  13. use_2LPT = yes
  14. use_LLA = yes
  15. periodic_TF = yes
  16.  
  17. [cosmology]
  18. # Come from Planck 2015. Table 4 last column of:
  19. # http://arxiv.org/pdf/1502.01589v2.pdf
  20. Omega_m = 0.3089
  21. Omega_L = 0.6911
  22. Omega_b = 0.04860
  23. H0 = 67.74
  24. sigma_8 = 0.8159
  25. nspec = 0.9667
  26. transfer = eisenstein
  27.  
  28. [random]
  29. seed[7] = 67302
  30. seed[8] = 44377
  31. seed[9] = 36882
  32. seed[10] = 42608
  33. seed[11] = 13887
  34. seed[12] = 11270
  35.  
  36. [output]
  37.  
  38. ##ENZO - also outputs the settings for the parameter file
  39. format = enzo
  40. filename = enzo_32
  41.  
  42. #Gadget-2 (type=1: high-res particles, type=5: rest)
  43. #format = gadget2
  44. #filename = gizmo_32.dat
  45. #gadget_usekpc = yes
  46.  
  47. [poisson]
  48. fft_fine = yes
  49. accuracy = 1e-5
  50. pre_smooth = 3
  51. post_smooth = 3
  52. smoother = gs
  53. laplace_order = 6
  54. grad_order = 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement