1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00
Commit graph

231 commits

Author SHA1 Message Date
Oliver Hahn
1579ffc95a some convenience adjustments to output better ramses namelist files 2013-05-03 16:23:52 +02:00
Oliver Hahn
ad67f23f30 reduced the padding around ellipsoids when not using RAMSES output 2013-04-21 11:55:36 +02:00
Oliver Hahn
72ea09abcb fixed a numerical accuracy issue with the ellipsoid regions 2013-04-21 11:43:11 +02:00
Oliver Hahn
9ace4d1dd3 merge 2013-04-19 16:45:56 +02:00
Oliver Hahn
ead40fd5b6 added support for ellipsoid region files that include velocity information
to correctly deal with the initial displacement of the particles from their
Lagrangian coordinates
2013-04-19 16:45:48 +02:00
galtay
60aa00bb83 Added #include <unistd.h> to output plugins so they can see unlink in gnu >= 4.7.0 2013-04-16 14:28:52 -05:00
Oliver Hahn
7d156c8958 fixes to CAMB transfer function plugin. now supports extrapolation out of tabulated region 2013-04-07 21:59:43 +02:00
Oliver Hahn
b09262124f fixed a bug that WDM transfer functions did not work properly with some compilers 2013-04-04 23:37:10 +02:00
Oliver Hahn
7e69a43036 added new option "gadget_cell_centered=yes/no" to enable half-cell shift for gadget particle positions 2013-03-21 22:09:59 +01:00
Oliver Hahn
edb2dce773 gadget2: added option to write out long ids, even if not needed for ICs themselves 2013-03-15 16:15:36 -07:00
Oliver Hahn
b0ffdc5d62 Merged in ohahn/music-iodevel (pull request #4) 2013-03-08 11:39:47 -08:00
Oliver Hahn
c08d523265 Added enzo_refine_region_fraction parameter.
It sets the erfine region output in the parameter file to this
fraction times the finest grid size.

Also made the align_top field not required to be true as this
is only needed for old enzo versions.
2013-03-07 17:39:57 -08:00
Oliver Hahn
4ca8971bd7 fixed a bug that can occur with refinement region positiong when too much whitespace occurs in the position definition in the parameter file 2013-03-05 15:25:48 -08:00
Oliver Hahn
9c89e837b5 added notification mechanism so that region generator plugins can be updated about the grid hierarchy that was actually created. this fixes also the problem with high res regions not being necessarily equal to the grid size available when using the is_refined member function 2013-02-22 00:01:37 +01:00
Oliver Hahn
2c6362323d fixed the odd behaviour that for the new 'box' regions, the number of cells
output for the high-res region does not necessarily agree with what's called
'refined' -- force_equal_extent is not respected either at the moment.
2013-02-21 19:01:06 +01:00
Oliver Hahn
77183c6e20 improvements to WDM transfer function parameterisations, now support for Bode et al. 2001 and Viel et al. 2005 parameterisations, fixed missing factor of h in old Bode+2001 parameterisation 2013-02-18 16:17:13 +01:00
Sam Leitner
d0b3896c47 if mkdir fails because directory already exists plugin should continue 2013-02-05 12:55:57 -06:00
Sam Leitner
ee563ab1f7 new cart plugin 2013-02-05 12:48:30 -06:00
Oliver Hahn
41aca84102 ramses output: fixed support for refinement masks, added passive scalar masks 2013-01-23 21:52:08 +01:00
Oliver Hahn
eb30a6014f fixed an arithmetic precision issue when computing the ellipsoid region 2013-01-23 00:05:05 +01:00
Oliver Hahn
65ed455e36 gadget2 plugin: empty part of header is now initialized to zero, this makes it compatible with non-public gadget-2 and 3 2013-01-22 22:10:02 +01:00
Oliver Hahn
549c1dbd47 fixed wrong sign in new velocity frame calculation 2013-01-10 11:33:32 +01:00
Oliver Hahn
2705f78e69 fixed correction for previous grid shift when centering velocities via explicit shift 2013-01-08 17:14:02 +01:00
Oliver Hahn
2f4794e408 initial support for explicit shift compensation with center_vel, center_vel_posfinal... 2013-01-08 17:11:32 +01:00
Oliver Hahn
83e381f5cb some code cleanup 2012-12-17 10:33:18 +01:00
Oliver Hahn
f36f73fba4 added back support for regions of fixed dimension 2012-12-17 10:01:28 +01:00
Oliver Hahn
1f6059943e changed region code to have 1 cell additional bounding around ellipsoid
ramses output working with masks, needs more testing
2012-12-15 00:53:01 +01:00
Oliver Hahn
3b89c9b5cc grafic output plugin now writes out RAMSES nmls with mask support
the old nmls can be written by setting output/ramses_old_nml=yes
instead of output/ramses_nml=yes
2012-12-14 15:26:20 +01:00
Oliver Hahn
ce5a0253d5 fixed correct mask restriction for RAMSES/grafic 2012-12-14 15:00:25 +01:00
Oliver Hahn
3d548c3083 fixed a bug when using boxy high-res regions
fixed a bug when particles for ellipsoid generations have shift
2012-12-12 22:40:12 +01:00
Oliver Hahn
2e0fad972b fixed correct name for RAMSES refinement maps 2012-12-11 03:26:17 +01:00
Oliver Hahn
0db06e159c fixed a bug in the ellipsoid bounding box calculation 2012-12-11 03:14:36 +01:00
Oliver Hahn
77a6920ed1 added support to account for shifting of region defining particles when initializing from zoomed sim 2012-12-11 02:48:52 +01:00
Oliver Hahn
d1022359e9 added untested support for output of refinement mask with RAMSES 2012-12-11 02:40:40 +01:00
Oliver Hahn
ce3b5d3029 accuracy fixes to ellipsoid determination 2012-12-11 02:31:06 +01:00
Oliver Hahn
7cbfb01605 updates and fixes to refinement region infrastructure
support for gadget preliminary tests ok
2012-12-11 02:11:04 +01:00
Oliver Hahn
1df02fcbf6 started infrastructure for more advanced high-res regions (not cuboid)
added implementation for minimal enclosing ellipsoid
2012-12-09 16:42:47 +01:00
Oliver Hahn
025c9fbad0 bit of cleanup in the ART plugin, avoid a few compiler warnings 2012-12-09 16:42:00 +01:00
Oliver Hahn
966e670a9d fixed a bug in the grid hierarchy generation that could lead to inconsistent grid placement when using also the option 'force_equal_extent=yes' 2012-11-23 16:41:19 +01:00
Oliver Hahn
0b382467ba fixed a bug that caused a failing assertion 2012-11-20 17:39:47 +01:00
Oliver Hahn
7a72cd4f0b updated code version to 1.2b 2012-11-20 16:07:50 +01:00
Oliver Hahn
f4556c30b3 merge 2012-11-20 16:06:49 +01:00
Oliver Hahn
fd9759e866 ENZO-plugin: added higher precision of refinement region position output to ENZO parameter file 2012-11-20 16:06:24 +01:00
Oliver Hahn
2236b9f29b fixed some code causing compiler warnings 2012-11-20 16:02:32 +01:00
Oliver Hahn
cd902e787b added CIC deconvolution step to hybrid Poisson solver. This is necessary when glass or resampling is employed via CIC particle interpolation 2012-11-20 16:01:45 +01:00
Oliver Hahn
4e1f4224fa more realistic calculation of multigrid error, no more 'no convergence' when using single precision 2012-11-20 16:00:53 +01:00
Jose Onorbe
c85b99f9cd - Some corrections to avoid warnings during compilation.
- Added information about initial temperature for the baryons in the log.
- Modified output file names when doing a baryon run.
- Corrected bug of hubble constant units in header. Did not affect dark matter only results.
2012-11-14 14:28:04 -08:00
Michael Kuhlen
f98688bd23 Added the option to write out tipsy files in native binary format, which is much faster to read in than the XDR encoded default. Choose this option by setting 'tipsy_native = yes' under [output]. 2012-11-14 13:01:58 -08:00
Michael Kuhlen
94f863917c Unified tabbing (whitespace) in plugins/output_tipsy.cc (BSD-style with 4-space indentation). 2012-11-14 10:59:22 -08:00
Jose Onorbe
c1bb82e30b - Some corrections to avoid warnings during compilation.
- Added information about initial temperature for the baryons in the log.
- Modified output file names when doing a baryon run.
- Corrected bug of hubble constant units in header. Did not affect dark matter only results.
2012-10-31 00:54:31 -07:00