philbull / cosmoparams

Specification for a base cosmological parameter class
MIT License
2 stars 0 forks source link

Include omega h^2 quantities? #5

Open philbull opened 6 years ago

philbull commented 6 years ago

Parameters of the form omega_x = Omega_x h^2 are commonly used by cosmo codes. Should we support these within the base set of parameters as derived parameters?

To avoid confusion (and because of issues with case sensitivity in Fortran codes), we should probably avoid calling the parameters omega_x, and explicitly call them omega_x_h2 instead.

WeikangLin commented 6 years ago

Theta is also used in, e.g., CAMB as well.