Hi,
How does the input of metallicity ( logzsol ) work.
When I give
sps = fsps.StellarPopulation(zcontinuous=1,logzsol=-0.4)
iso = sps.isochrones()
In the output, I get
age log(Z) mini mact logl logt logg phase composition log(weight) log(mdot) mags
5.5000 -2.0969 0.150000010 0.150000000 -2.4525 3.5402 NaN 0.0000 0.0000 -0.1873 -99.0000...
In input, I provided logzsol = -0.4, but in the output I get log(Z) = -2.0969. How logzsol and log(Z) are related?
I think it is a very silly question, but I am confused. I would be very grateful if anyone can help me with this.