allocate_surface Subroutine

public subroutine allocate_surface(this, ncol, nalbedobands, nemissbands, i_representation, use_sw_albedo_direct)

Uses

  • proc~~allocate_surface~~UsesGraph proc~allocate_surface allocate_surface module~yomhook yomhook proc~allocate_surface->module~yomhook

Arguments

Type IntentOptional Attributes Name
class(surface_type), intent(inout) :: this
integer(kind=jpim), intent(in) :: ncol
integer(kind=jpim), intent(in) :: nalbedobands
integer(kind=jpim), intent(in) :: nemissbands
integer(kind=jpim), intent(in), optional :: i_representation(:)
logical(kind=jpim), intent(in), optional :: use_sw_albedo_direct

Calls

proc~~allocate_surface~~CallsGraph proc~allocate_surface allocate_surface proc~dr_hook dr_hook proc~allocate_surface->proc~dr_hook

Contents