- 21 Feb, 2018 1 commit
-
-
Roy Fabrice authored
Fix #5 Compute global_npart for DM particles in Select_dm_particles Remove global_npart computation from modio.f90 Write correct global_npart in modwritehalo.f90 and modwritedmcube.f90 Add global_npart to the calling arguments of the subroutines that write halo hdf5 files in modfofpara.f90
-
- 20 Feb, 2018 12 commits
-
-
Roy Fabrice authored
The 4 different cube are implemented A first test has been passed Implements #8 issue
-
Roy Fabrice authored
Write dataset in parallel only if the whole dataset in not empty i.e. if the global size of the array is not 0
-
Roy Fabrice authored
write a message for star cube output
-
Roy Fabrice authored
Downcase + some small changes in names of variables
-
Roy Fabrice authored
Warning: the fin=deb line is a potential source of problems
-
Roy Fabrice authored
New file in object list: modwritestarcube.f90
-
Roy Fabrice authored
Add particle type as optional input parameter to Write_meta_common If particle type is not present, default value is dark matter.
-
Roy Fabrice authored
-
Roy Fabrice authored
-
Roy Fabrice authored
global_npart can now be != nres**3
-
Roy Fabrice authored
Remove some useless variables declaration and some useless debug info
-
Roy Fabrice authored
There was a compilation warning otherwise
-
- 19 Feb, 2018 4 commits
-
-
Roy Fabrice authored
Not tested + one subroutine not adapted from dmcube.
-
Roy Fabrice authored
Add call to Selectwritestarcube and Writestarcube
-
Roy Fabrice authored
Communication to compute global_nstar Remove a useless comment
-
Roy Fabrice authored
2 minor bug corrections
-
- 15 Feb, 2018 3 commits
-
-
Roy Fabrice authored
pfof_cube_snap_part_data_*.h5 becomes pfof_cube_snap_dm_data_*.h5 pfof_halo_snap_part_data_*.h5 becomes pfof_halo_snap_dm_data_*.h5 pfof_halo_snap_part_hfprop_*.h5 becomes pfof_halo_snap_dm_hfprop_*.h5
-
Roy Fabrice authored
If do_skip_mass is false, mass of DM particles is written in halo files after it has been read and kept as a property of DM particles
-
Roy Fabrice authored
Some parameters were moved from type_parameter_pfof_snap to type_parameter_halofinder They were also added to type_parameter_conecreator_part
-
- 14 Feb, 2018 3 commits
-
-
Roy Fabrice authored
Remove useless declaration for birth dates and metallicities for dm particles
-
Roy Fabrice authored
Add do_skip_mass, star and metal in read and write meta subroutines and in print to screen subroutine
-
Roy Fabrice authored
metadata in output file is now 'version' this version number now comes from git
-
- 13 Feb, 2018 7 commits
-
-
Roy Fabrice authored
modwritepartcube.f90 becomes modwritedmcube.f90 the name of the subroutines in this file also changes and call to these subroutines changes in pfof_snap.f90
-
Roy Fabrice authored
Remove every instructions written to test the output of hydro information
-
Roy Fabrice authored
default value = -1
-
Roy Fabrice authored
Is not used any more
-
Roy Fabrice authored
Selectwritecubetype becomes Selectwritepartcube Writecube become Writepartcube modwritecube.f90 becomes modwritepartcube.f90 in Makefile
-
Roy Fabrice authored
modwritecube becomes modwritepartcube Everything in the module is now specific to dark matter particles
-
Roy Fabrice authored
*cube become *partcube Add a writestarcube pointer for specific cube files for stars
-
- 12 Feb, 2018 5 commits
-
-
Roy Fabrice authored
Use star_*** variables to store stars info These variables will be used to write stars info in specific cube files
-
Roy Fabrice authored
Remove only list for mpi module because it causes a bug on some systems Write stars info in cube files just to test the stars/dm selection Final version will write stars and dm in separate cube files
-
Roy Fabrice authored
Remove only list for mpi module because it causes a bug on some systems Call Select_dm_particles just after Read_ramses because we want to write dm and stars in separate cube files
-
Roy Fabrice authored
Same reason as previous commit
-
Roy Fabrice authored
Only list for mpi module produces a compilation error on some systems Remove only list for mpi module everywhere to avoid this problem
-
- 07 Feb, 2018 4 commits
-
-
Roy Fabrice authored
Bug if LONGINT is not defined when compiling pFoF can be used with integer(kind=4) ids
-
Roy Fabrice authored
Print information to find a bug
-
Roy Fabrice authored
The content of part_xxxxx.out files from Ramses has changed. Again...
-
Roy Fabrice authored
Read_ramses2 was renamed Read_ramses and is the new reading subroutine for Ramses part files Old subroutines were removed
-
- 31 Jan, 2018 1 commit
-
-
Roy Fabrice authored
The type particles is a type for a collection of particles It is not used and may never be used in the future. Just an experimentation.
-