I have configured the installation with the following options:
- BOX_SPATIAL_DIMENSION=3
- HYDRO_DENSITY_SPH
- EOS_GAMMA=(5.0/3.0)
- PMGRID=128
- ADAPTIVE_GRAVSOFT_FORALL=15
- GALSF
- GALSF_SFR_CRITERION=0
- GALSF_EFFECTIVE_EQS
- COOLING
- METALS.
I am running the generated executable on N-body+Hydro model, but in the terminal, a message is popping up:
Possible warning to be aware of from file isodisk.params: Tag 'CritPhysDensity' was specified, but it is being ignored -- make sure this is intended!
Possible warning to be aware of from file isodisk.params: Tag 'SfEffPerFreeFall' was specified, but it is being ignored -- make sure this is intended!
The paramfile contains the following relevant parameter.
%---- Star Formation parameters (GALSF on)
CritPhysDensity 10.
SfEffPerFreeFall 1.0
%---- sub-grid (Springel+Hernquist/GADGET/AREPO) "effective equation of state"
%------- star formation+feedback model (GALSF_EFFECTIVE_EQS on)
MaxSfrTimescale 1.5
TempSupernova 1.0e8
TempClouds 1000.0 %
FactorSN 0.4
FactorEVP 1000.0
FactorForSofterEQS 1.0
Why are the above parameters ignored, even when the GALSF is on? From the documentation, I learnt the above parameters are considered when GALSF is on (which is ON in my case).
I have configured the installation with the following options:
I am running the generated executable on N-body+Hydro model, but in the terminal, a message is popping up:
Possible warning to be aware of from file isodisk.params: Tag 'CritPhysDensity' was specified, but it is being ignored -- make sure this is intended!
Possible warning to be aware of from file isodisk.params: Tag 'SfEffPerFreeFall' was specified, but it is being ignored -- make sure this is intended!
The paramfile contains the following relevant parameter.
%---- Star Formation parameters (GALSF on)
CritPhysDensity 10.
SfEffPerFreeFall 1.0
%---- sub-grid (Springel+Hernquist/GADGET/AREPO) "effective equation of state"
%------- star formation+feedback model (GALSF_EFFECTIVE_EQS on)
MaxSfrTimescale 1.5
TempSupernova 1.0e8
TempClouds 1000.0 %
FactorSN 0.4
FactorEVP 1000.0
FactorForSofterEQS 1.0
Why are the above parameters ignored, even when the GALSF is on? From the documentation, I learnt the above parameters are considered when GALSF is on (which is ON in my case).