My Project
Public Attributes | List of all members
mod_ncll::ncatt Type Reference

Public Attributes

character(len=nf90_max_name+1) attname
 
integer xtype
 
integer len
 
integer attid
 
integer, dimension(:), allocatable int
 
real(spa), dimension(:), allocatable flt
 
real(dp), dimension(:), allocatable dbl
 
character(len=char_max_attlen), dimension(:), allocatable chr
 

Detailed Description

Definition at line 70 of file mod_ncll.f90.

Member Data Documentation

◆ attid

integer mod_ncll::ncatt::attid

Definition at line 74 of file mod_ncll.f90.

74  INTEGER ATTID

◆ attname

character(len=nf90_max_name+1) mod_ncll::ncatt::attname

Definition at line 71 of file mod_ncll.f90.

71  CHARACTER(Len=NF90_MAX_NAME+1) ATTNAME

◆ chr

character(len=char_max_attlen), dimension(:), allocatable mod_ncll::ncatt::chr

Definition at line 78 of file mod_ncll.f90.

78  CHARACTER(LEN=char_max_attlen), ALLOCATABLE, DIMENSION(:) :: CHR

◆ dbl

real(dp), dimension(:), allocatable mod_ncll::ncatt::dbl

Definition at line 77 of file mod_ncll.f90.

77  REAL(DP), ALLOCATABLE, DIMENSION(:) :: dbl

◆ flt

real(spa), dimension(:), allocatable mod_ncll::ncatt::flt

Definition at line 76 of file mod_ncll.f90.

76  REAL(SPA), ALLOCATABLE, DIMENSION(:) :: flt

◆ int

integer, dimension(:), allocatable mod_ncll::ncatt::int

Definition at line 75 of file mod_ncll.f90.

75  INTEGER, ALLOCATABLE, DIMENSION(:) :: int

◆ len

integer mod_ncll::ncatt::len

Definition at line 73 of file mod_ncll.f90.

73  INTEGER LEN

◆ xtype

integer mod_ncll::ncatt::xtype

Definition at line 72 of file mod_ncll.f90.

72  INTEGER XTYPE

The documentation for this type was generated from the following file: