My Project
Public Attributes | List of all members
mod_ncll::ncvar Type Reference
Collaboration diagram for mod_ncll::ncvar:
Collaboration graph
[legend]

Public Attributes

logical connected
 
integer, pointer ncid
 
integer varid
 
character(len=nf90_max_name+1) varname
 
integer xtype
 
type(ncdimp), pointer dims
 
type(ncattp), pointer atts
 
integer curr_stkcnt
 
integer, pointer scl_int
 
integer, dimension(:), pointer vec_int
 
integer, dimension(:,:), pointer arr_int
 
integer, dimension(:,:,:), pointer cub_int
 
integer, dimension(:,:,:,:), pointer fda_int
 
real(spa), pointer scl_flt
 
real(spa), dimension(:), pointer vec_flt
 
real(spa), dimension(:,:), pointer arr_flt
 
real(spa), dimension(:,:,:), pointer cub_flt
 
real(spa), dimension(:,:,:,:), pointer fda_flt
 
real(dp), pointer scl_dbl
 
real(dp), dimension(:), pointer vec_dbl
 
real(dp), dimension(:,:), pointer arr_dbl
 
real(dp), dimension(:,:,:), pointer cub_dbl
 
real(dp), dimension(:,:,:,:), pointer fda_dbl
 
character(len=80), pointer scl_chr
 
character(len=80), dimension(:), pointer vec_chr
 

Detailed Description

Definition at line 88 of file mod_ncll.f90.

Member Data Documentation

◆ arr_dbl

real(dp), dimension(:,:), pointer mod_ncll::ncvar::arr_dbl

Definition at line 119 of file mod_ncll.f90.

119  REAL(DP), POINTER,DIMENSION(:,:) :: ARR_DBL

◆ arr_flt

real(spa), dimension(:,:), pointer mod_ncll::ncvar::arr_flt

Definition at line 113 of file mod_ncll.f90.

113  REAL(SPA), POINTER,DIMENSION(:,:) :: ARR_FLT

◆ arr_int

integer, dimension(:,:), pointer mod_ncll::ncvar::arr_int

Definition at line 107 of file mod_ncll.f90.

107  INTEGER, POINTER,DIMENSION(:,:) :: ARR_INT

◆ atts

type(ncattp), pointer mod_ncll::ncvar::atts

Definition at line 98 of file mod_ncll.f90.

98  TYPE(NCATTP), POINTER :: ATTS

◆ connected

logical mod_ncll::ncvar::connected

Definition at line 89 of file mod_ncll.f90.

89  LOGICAL CONNECTED

◆ cub_dbl

real(dp), dimension(:,:,:), pointer mod_ncll::ncvar::cub_dbl

Definition at line 120 of file mod_ncll.f90.

120  REAL(DP), POINTER,DIMENSION(:,:,:) :: CUB_DBL

◆ cub_flt

real(spa), dimension(:,:,:), pointer mod_ncll::ncvar::cub_flt

Definition at line 114 of file mod_ncll.f90.

114  REAL(SPA), POINTER,DIMENSION(:,:,:) :: CUB_FLT

◆ cub_int

integer, dimension(:,:,:), pointer mod_ncll::ncvar::cub_int

Definition at line 108 of file mod_ncll.f90.

108  INTEGER, POINTER,DIMENSION(:,:,:) :: CUB_INT

◆ curr_stkcnt

integer mod_ncll::ncvar::curr_stkcnt

Definition at line 101 of file mod_ncll.f90.

101  INTEGER :: CURR_STKCNT

◆ dims

type(ncdimp), pointer mod_ncll::ncvar::dims

Definition at line 97 of file mod_ncll.f90.

97  TYPE(NCDIMP), POINTER :: DIMS

◆ fda_dbl

real(dp), dimension(:,:,:,:), pointer mod_ncll::ncvar::fda_dbl

Definition at line 121 of file mod_ncll.f90.

121  REAL(DP), POINTER,DIMENSION(:,:,:,:) :: FDA_DBL

◆ fda_flt

real(spa), dimension(:,:,:,:), pointer mod_ncll::ncvar::fda_flt

Definition at line 115 of file mod_ncll.f90.

115  REAL(SPA), POINTER,DIMENSION(:,:,:,:) :: FDA_FLT

◆ fda_int

integer, dimension(:,:,:,:), pointer mod_ncll::ncvar::fda_int

Definition at line 109 of file mod_ncll.f90.

109  INTEGER, POINTER,DIMENSION(:,:,:,:) :: FDA_INT

◆ ncid

integer, pointer mod_ncll::ncvar::ncid

Definition at line 90 of file mod_ncll.f90.

90  INTEGER, POINTER :: NCID ! THIS IS NEVER ALLOCATED, ONLY ASSOCIATED

◆ scl_chr

character(len=80), pointer mod_ncll::ncvar::scl_chr

Definition at line 123 of file mod_ncll.f90.

123  CHARACTER(LEN=80), POINTER :: SCL_CHR

◆ scl_dbl

real(dp), pointer mod_ncll::ncvar::scl_dbl

Definition at line 117 of file mod_ncll.f90.

117  REAL(DP), POINTER :: SCL_DBL

◆ scl_flt

real(spa), pointer mod_ncll::ncvar::scl_flt

Definition at line 111 of file mod_ncll.f90.

111  REAL(SPA), POINTER :: SCL_FLT

◆ scl_int

integer, pointer mod_ncll::ncvar::scl_int

Definition at line 105 of file mod_ncll.f90.

105  INTEGER, POINTER :: SCL_INT

◆ varid

integer mod_ncll::ncvar::varid

Definition at line 91 of file mod_ncll.f90.

91  INTEGER VARID

◆ varname

character(len=nf90_max_name+1) mod_ncll::ncvar::varname

Definition at line 92 of file mod_ncll.f90.

92  CHARACTER(Len=NF90_MAX_NAME+1) VARNAME

◆ vec_chr

character(len=80), dimension(:), pointer mod_ncll::ncvar::vec_chr

Definition at line 124 of file mod_ncll.f90.

124  CHARACTER(LEN=80), POINTER,DIMENSION(:) :: VEC_CHR

◆ vec_dbl

real(dp), dimension(:), pointer mod_ncll::ncvar::vec_dbl

Definition at line 118 of file mod_ncll.f90.

118  REAL(DP), POINTER,DIMENSION(:) :: VEC_DBL

◆ vec_flt

real(spa), dimension(:), pointer mod_ncll::ncvar::vec_flt

Definition at line 112 of file mod_ncll.f90.

112  REAL(SPA), POINTER,DIMENSION(:) :: VEC_FLT

◆ vec_int

integer, dimension(:), pointer mod_ncll::ncvar::vec_int

Definition at line 106 of file mod_ncll.f90.

106  INTEGER, POINTER,DIMENSION(:) :: VEC_INT

◆ xtype

integer mod_ncll::ncvar::xtype

Definition at line 93 of file mod_ncll.f90.

93  INTEGER XTYPE

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