Randomly populating Milky Way Satellite Galaxies #586
Replies: 3 comments
-
Hi Soumyodipta. Your parameter file doesn't follow the syntax that Galacticus expects. All parameters in the file will be of the form:
where Also, many of your parameters are not things that are defined in Galacticus. For example,
will not work because both Can you explain how you created this parameter file? Were you working from an example? Currently, it's just not in a form that Galacticus can understand so I'm not able to give much guidance on what you need to do to build a working model - I would first need to understand what it is that you're trying to achieve. |
Beta Was this translation helpful? Give feedback.
-
Dear Andrew, Since I am a beginner on this, I am trying to understand by trial and error. My goal is to write a code to simulate MW satellite population along with their features based on LambdaCDM model. |
Beta Was this translation helpful? Give feedback.
-
Hi Soumyodipta. I'd recommend starting from an existing example in that case - setting up a complete model for galaxy formation is very non-trivial. Here's an example that you could start with:
This will run a single MW merger tree and output results at Note that it has a relatively coarse resolution of 8 x 10⁷ M☉. A resolution of 10⁷ M☉ would be better but will take longer to run. Note that this parameter file should be placed in the main Galacticus folder as it needs to read other parameter files located in This model is the one published in Ahvazi et al. (2024). |
Beta Was this translation helpful? Give feedback.
-
Dear Andrew,
I have just started to understand the Galacticus software. I am trying from scratch to populate MW satellites randomly by using Galacticus for LambdaCDM model. I am getting errors. I have shared my code and the error below. Can you please check and guide me? I tried to make the code very simple so that I can understand it first.
I am getting the following error:
Fatal error:
orbit masses and radius must be specified
Occurred at:
function:Kepler_Orbits_Velocity_Scale
module:Kepler_Orbits
file:objects.kepler_orbits.F90 [line 920]
Best regards,
Soumyodipta Karmakar
Beta Was this translation helpful? Give feedback.
All reactions