character(len=128) function, public mo_rte_lw::rte_lw |
( |
class(ty_optical_props_arry), intent(in) | optical_props, |
|
|
logical, intent(in) | top_at_1, |
|
|
type(ty_source_func_lw), intent(in) | sources, |
|
|
real(wp), dimension(:,:), intent(in) | sfc_emis, |
|
|
class(ty_fluxes), intent(inout) | fluxes, |
|
|
real(wp), dimension(:,:), intent(in), optional, target | inc_flux, |
|
|
integer, intent(in), optional | n_gauss_angles, |
|
|
logical, intent(in), optional | use_2stream, |
|
|
real(wp), dimension(:,:), intent(in), optional | lw_ds, |
|
|
real(wp), dimension(:,:), intent(inout), optional, target | flux_up_jac ) |