init_constants Subroutine

public subroutine init_constants(gravity, mol_weight_dry_air, heat_capacity_dry_air)

Arguments

TypeIntentOptionalAttributesName
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


Contents

None