| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=wp), | public, | parameter | :: | R_univ_gconst | = | avogad*boltzmann_k | |
| real(kind=wp), | public, | parameter | :: | avogad | = | 6.02214076e23_wp | |
| real(kind=wp), | public, | parameter | :: | boltzmann_k | = | 1.380649e-23_wp | |
| real(kind=wp), | public, | parameter | :: | lightspeed | = | 2.99792458e8_wp | |
| real(kind=wp), | public, | parameter | :: | m_h2o | = | 0.018016_wp | |
| real(kind=wp), | public, | parameter | :: | planck_h | = | 6.626075540e-34_wp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | optional | :: | gravity | Planetary and atmospheric values used by RRTMGP in computing gas optical properties Default values reflect modern Earth but these can be changed using this routine |
|
| real(kind=wp), | intent(in), | optional | :: | mol_weight_dry_air | Planetary and atmospheric values used by RRTMGP in computing gas optical properties Default values reflect modern Earth but these can be changed using this routine |
|
| real(kind=wp), | intent(in), | optional | :: | heat_capacity_dry_air | Planetary and atmospheric values used by RRTMGP in computing gas optical properties Default values reflect modern Earth but these can be changed using this routine |