procedure(gas_optics_int_abstract), deferred mo_gas_optics::ty_gas_optics::gas_optics_int |
( |
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, |
|
|
real(wp), dimension(:), intent(in) | tsfc, |
|
|
type(ty_gas_concs), intent(in) | gas_desc, |
|
|
class(ty_optical_props_arry), intent(inout) | optical_props, |
|
|
class(ty_source_func_lw ), intent(inout) | sources, |
|
|
real(wp), dimension(:,:), intent(in), optional, target | col_dry, |
|
|
real(wp), dimension(:,:), intent(in), optional, target | tlev ) |
|
pure virtual |