get_sw_weights Subroutine

public subroutine get_sw_weights(this, wavelength1, wavelength2, nweights, iband, weight, weighting_name)

Uses

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

Arguments

Type IntentOptional Attributes Name
class(config_type), intent(in) :: this
real(kind=jprb), intent(in) :: wavelength1
real(kind=jprb), intent(in) :: wavelength2
integer, intent(out) :: nweights
integer, intent(out) :: iband(:)
real(kind=jprb), intent(out) :: weight(:)
character(len=*), intent(in), optional :: weighting_name

Calls

proc~~get_sw_weights~~CallsGraph proc~get_sw_weights get_sw_weights proc~radiation_abort radiation_abort proc~get_sw_weights->proc~radiation_abort

Contents