define_lw_emiss_intervals Subroutine

public subroutine define_lw_emiss_intervals(this, ninterval, wavelength_bound, i_intervals, do_nearest)

Uses

  • proc~~define_lw_emiss_intervals~2~~UsesGraph proc~define_lw_emiss_intervals~2 define_lw_emiss_intervals module~radiation_spectral_definition~2 radiation_spectral_definition proc~define_lw_emiss_intervals~2->module~radiation_spectral_definition~2 module~radiation_io~2 radiation_io proc~define_lw_emiss_intervals~2->module~radiation_io~2 module~parkind1~2 PARKIND1 module~radiation_spectral_definition~2->module~parkind1~2 module~yomlun_ifsaux YOMLUN_IFSAUX module~radiation_io~2->module~yomlun_ifsaux module~yomlun_ifsaux->module~parkind1~2

Arguments

Type IntentOptional Attributes Name
class(config_type), intent(inout) :: this
integer, intent(in) :: ninterval
real(kind=jprb), intent(in) :: wavelength_bound(ninterval-1)
integer, intent(in) :: i_intervals(ninterval)
logical, intent(in), optional :: do_nearest

Calls

proc~~define_lw_emiss_intervals~2~~CallsGraph proc~define_lw_emiss_intervals~2 define_lw_emiss_intervals proc~radiation_abort radiation_abort proc~define_lw_emiss_intervals~2->proc~radiation_abort

Contents