character(len=128) function mo_gas_optics::gas_optics_ext_abstract::gas_optics_ext_abstract |
( |
class(ty_gas_optics), intent(in) | this, |
|
|
real(wp), dimension(:,:), intent(in) | play, |
|
|
real(wp), dimension(:,:), intent(in) | plev, |
|
|
real(wp), dimension(:,:), intent(in) | tlay, |
|
|
type(ty_gas_concs), intent(in) | gas_desc, |
|
|
class(ty_optical_props_arry), intent(inout) | optical_props, |
|
|
real(wp), dimension(:,:), intent(out) | toa_src, |
|
|
real(wp), dimension(:,:), intent(in), optional, target | col_dry ) |
|
virtual |