HistoryCollectionGlobalAttributes Derived Type

type, public :: HistoryCollectionGlobalAttributes


Inherited by

type~~historycollectionglobalattributes~~InheritedByGraph type~historycollectionglobalattributes HistoryCollectionGlobalAttributes type~historycollection~2 HistoryCollection type~historycollection~2->type~historycollectionglobalattributes global_atts type~historycollectionvectoriterator~2 HistoryCollectionVectorIterator type~historycollectionvectoriterator~2->type~historycollection~2 elements type~historycollectionvectorriterator~2 HistoryCollectionVectorRIterator type~historycollectionvectorriterator~2->type~historycollection~2 elements type~historycollectionvector~2 HistoryCollectionVector type~historycollectionvector~2->type~historycollection~2 elements

Components

Type Visibility Attributes Name Initial
character(len=ESMF_MAXSTR), public :: comment
character(len=ESMF_MAXSTR), public :: contact
character(len=ESMF_MAXSTR), public :: conventions
character(len=ESMF_MAXSTR), public :: descr
character(len=ESMF_MAXSTR), public :: filename
character(len=ESMF_MAXSTR), public :: institution
character(len=ESMF_MAXSTR), public :: references
character(len=ESMF_MAXSTR), public :: source

Type-Bound Procedures

procedure, public :: define_collection_attributes

  • private function define_collection_attributes(this, rc) result(global_attributes)

    Arguments

    Type IntentOptional Attributes Name
    class(HistoryCollectionGlobalAttributes), intent(inout) :: this
    integer, intent(out), optional :: rc

    Return Value type(StringStringMap)

Source Code

  type, public :: HistoryCollectionGlobalAttributes
     character(len=ESMF_MAXSTR) :: filename
     character(len=ESMF_MAXSTR) :: descr
     character(len=ESMF_MAXSTR) :: comment
     character(len=ESMF_MAXSTR) :: contact
     character(len=ESMF_MAXSTR) :: conventions
     character(len=ESMF_MAXSTR) :: institution
     character(len=ESMF_MAXSTR) :: references
     character(len=ESMF_MAXSTR) :: source
     contains
        procedure :: define_collection_attributes
  end type HistoryCollectionGlobalAttributes