FieldSpec Interface

public interface FieldSpec

Module Procedures

private pure function new_FieldSpec(standard_name, dims_spec, typekind) result(field_spec)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: standard_name
type(DimsSpec), intent(in) :: dims_spec
type(ESMF_TypeKind_Flag), intent(in) :: typekind

Return Value type(FieldSpec)