init_htype Interface

public interface init_htype

Allocate the array components of heating_diagnostics

FIXME: Could be replaced with elemental constructor


Contents


Module Procedures

private subroutine init_htype_0(h, nspec)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
type(heating_diagnostics), intent(inout) :: h
integer, intent(in) :: nspec

private subroutine init_htype_1(h, nspec)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
type(heating_diagnostics), intent(inout), dimension(:) :: h
integer, intent(in) :: nspec

private subroutine init_htype_2(h, nspec)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
type(heating_diagnostics), intent(inout), dimension(:,:) :: h
integer, intent(in) :: nspec

private subroutine init_htype_3(h, nspec)

FIXME : Add documentation

Arguments

Type IntentOptional Attributes Name
type(heating_diagnostics), intent(inout), dimension(:,:,:) :: h
integer, intent(in) :: nspec