character(len=128) function, public mo_rrtmgp_clr_all_sky::rte_lw |
( |
class(ty_gas_optics), intent(in) | k_dist, |
|
|
type(ty_gas_concs), intent(in) | gas_concs, |
|
|
real(wp), dimension(:,:), intent(in) | p_lay, |
|
|
real(wp), dimension(:,:), intent(in) | t_lay, |
|
|
real(wp), dimension(:,:), intent(in) | p_lev, |
|
|
real(wp), dimension(:), intent(in) | t_sfc, |
|
|
real(wp), dimension(:,:), intent(in) | sfc_emis, |
|
|
class(ty_optical_props_arry), intent(in) | cloud_props, |
|
|
class(ty_fluxes), intent(inout) | allsky_fluxes, |
|
|
class(ty_fluxes), intent(inout) | clrsky_fluxes, |
|
|
class(ty_optical_props_arry), intent(in), optional | aer_props, |
|
|
real(wp), dimension(:,:), intent(in), optional | col_dry, |
|
|
real(wp), dimension(:,:), intent(in), optional, target | t_lev, |
|
|
real(wp), dimension(:,:), intent(in), optional, target | inc_flux, |
|
|
integer, intent(in), optional | n_gauss_angles ) |