MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
FieldSpec
Interface
3 statements
Source File
FieldSpec.F90
oomph_FieldSpec
FieldSpec
Contents
Module Procedures
new_FieldSpec
public interface FieldSpec
Module Procedures
private pure function new_FieldSpec(standard_name, dims_spec, typekind) result(field_spec)
Arguments
Type
Intent
Optional
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
)