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

Add more information about what SWIFT parameters not to set in the SWIFT yaml file when using monofonIC outputs

This commit is contained in:
Matthieu Schaller 2021-03-29 14:05:07 +02:00
parent 6ed5afe473
commit 515e2b3063

View file

@ -196,6 +196,8 @@ public:
HDFWriteGroupAttribute(fname_, "Header", "NumFilesPerSnapshot", from_value<int>(num_files_));
music::ilog << "Done writing SWIFT IC file to " << fname_ << std::endl;
music::ilog << "Note that the IC file does not contain any h-factors nor any extra sqrt(a)-factors for the velocities" << std::endl;
music::ilog << "The SWIFT parameters 'InitialConditions:cleanup_h_factors' and 'InitialConditions:cleanup_velocity_factors' should hence *NOT* be set!" << std::endl;
}
}
}