allocate Subroutine

public subroutine allocate(this, n_type_phobic, n_type_philic, nrh, n_bands_lw, n_bands_sw, n_mono_wl)

Uses

  • proc~~allocate~2~~UsesGraph proc~allocate~2 allocate module~yomhook yomhook proc~allocate~2->module~yomhook

Arguments

Type IntentOptional Attributes Name
class(aerosol_optics_type), intent(inout) :: this
integer, intent(in) :: n_type_phobic
integer, intent(in) :: n_type_philic
integer, intent(in) :: nrh
integer, intent(in) :: n_bands_lw
integer, intent(in) :: n_bands_sw
integer, intent(in) :: n_mono_wl

Calls

proc~~allocate~2~~CallsGraph proc~allocate~2 allocate proc~dr_hook dr_hook proc~allocate~2->proc~dr_hook

Contents