A Python Package for Galaxy Cold Molecular Gas and Star Formation Evolution Equations.
Project description
A simple introduction:
This Python package provides functions to calculate a galaxy’s cold molecular gas mass to stellar mass ratio (gas fraction), cold molecular gas depletion time and galaxy main-sequence star formation rate.
The motivation is that the evolution of star-forming galaxies’ star formation rate (SFR) and cold molecular gas reservoir have now been reasonably well measured out to very high redshift (z~6), from present time up to as early as one giga-year after the Big Bang (Madau & Dickinson 2014; Genzel et al. 2015; Scoville et al. 2016, 2017; Tacconi et al. 2018; Liu et al. 2018, 2019). These studies have found that the majority of galaxies have a steady and parametrizable evolution in their stellar mass growth, SFR, and molecular gas mass (or molecular gas to total baryon fraction, i.e., gas fraction). These evolution functions have provided crucial constraints to cosmological simulations of dark matter halo evolution and the semi-analytic modeling of the simulated galaxy evolution in the dark matter halo (e.g., Popping et al. 2014ab, 2016, 2017, 2019ab). However, currently there are many parametrizations (or we say “equations”) in the literature and each has its own limitation which is not very well aware by the generic users. Therefore, we provide this Python package which contains as many galaxy gas, dust, star formation and stellar mass evolution equations as possible for easier comparison and study.
A simple usage:
To get cold molecular gas density evolution curve, e.g., Fig. 15 of D. Liu et al. (2019b)
import a3cosmos_gas_evolution
a3cosmos_gas_evolution.help()
z, rho_mol_gas = a3cosmos_gas_evolution.get_cosmic_mol_gas_density_A3COSMOS() # return rho_mol_gas in solar mass per cubic mega parsec.
z, rho_mol_gas = a3cosmos_gas_evolution.get_cosmic_mol_gas_density_Tacconi2018() # return rho_mol_gas in solar mass per cubic mega parsec.
z, rho_mol_gas = a3cosmos_gas_evolution.get_cosmic_mol_gas_density_Scoville2017() # return rho_mol_gas in solar mass per cubic mega parsec.
a3cosmos_gas_evolution.plot_cosmic_mol_gas_density() # or plot it with matplotlib
To compute gas fraction, i.e., M_molgas / (M_molgas + M_star)
import a3cosmos_gas_evolution
a3cosmos_gas_evolution.help()
a3cosmos_gas_evolution.calc_gas_fraction_A3COSMOS(z = 3.0, lgMstar = 10.5, DeltaMS = 0.5) # or we can input cosmic_age = 2.178 instead of z = 3.0
a3cosmos_gas_evolution.calc_gas_fraction_Tacconi2018(z = 3.0, lgMstar = 10.5, DeltaMS = 0.5)
a3cosmos_gas_evolution.calc_gas_fraction_Scoville2017(z = 3.0, lgMstar = 10.5, DeltaMS = 0.5)
To compute gas depletion time, i.e., M_molgas / SFR
import a3cosmos_gas_evolution
a3cosmos_gas_evolution.help()
a3cosmos_gas_evolution.calc_gas_depletion_time_A3COSMOS(z = 3.0, lgMstar = 10.5, DeltaMS = 0.0)
a3cosmos_gas_evolution.calc_gas_depletion_time_Tacconi2018(z = 3.0, lgMstar = 10.5, DeltaMS = 0.0)
a3cosmos_gas_evolution.calc_gas_depletion_time_Scoville2017(z = 3.0, lgMstar = 10.5, DeltaMS = 0.0)
To compute galaxy main-sequence star formation rate, i.e., SFR_MS
import a3cosmos_gas_evolution
a3cosmos_gas_evolution.help()
a3cosmos_gas_evolution.calc_SFR_MS_Speagle2014(z = 3.0, lgMstar = 10.5)
Acknowledgement:
Please cite Liu et al. (2019b) and/or https://ascl.net/1910.003 if you would like to use this package for your research. Thank you.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file a3cosmos_gas_evolution-1.1.1.tar.gz
.
File metadata
- Download URL: a3cosmos_gas_evolution-1.1.1.tar.gz
- Upload date:
- Size: 9.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03fd872e3c0aab90f56d9ec2a2e2cee295ed36c22548a2c5c56ba733d63a1cb0 |
|
MD5 | 6a6d755d31f46944ee16837c6a7d4a65 |
|
BLAKE2b-256 | 82b2fdc2abac6d63eda39806e5b41dcb8cfd59b5cf99189f89dd0d287065c1f7 |
File details
Details for the file a3cosmos_gas_evolution-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: a3cosmos_gas_evolution-1.1.1-py3-none-any.whl
- Upload date:
- Size: 87.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aac93526388427c98dc20d14b1151eb6afecbcd02ee8e7e628791f4676a29637 |
|
MD5 | 1211e4039e644de232f51994c287c703 |
|
BLAKE2b-256 | 863b9d44cb47ccac54b6726c2ddce14efbb1bfc7a913f13d45f98511cf5769f1 |