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

Public Attributes

integer, pointer ncid
 
character(len=160) fname
 
logical writable
 
logical open
 
logical connected
 
logical indefmode
 
integer unlimdimid
 
type(ncdimp), pointer dims
 
type(ncattp), pointer atts
 
type(ncvarp), pointer vars
 
type(ncftime), pointer ftime
 
type(interp_weights), pointer interp_n
 
type(interp_weights), pointer interp_c
 

Detailed Description

Definition at line 153 of file mod_ncll.f90.

Member Data Documentation

◆ atts

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

Definition at line 163 of file mod_ncll.f90.

163  TYPE(NCATTP), POINTER :: ATTS

◆ connected

logical mod_ncll::ncfile::connected

Definition at line 158 of file mod_ncll.f90.

158  LOGICAL CONNECTED

◆ dims

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

Definition at line 162 of file mod_ncll.f90.

162  TYPE(NCDIMP), POINTER :: DIMS

◆ fname

character(len=160) mod_ncll::ncfile::fname

Definition at line 155 of file mod_ncll.f90.

155  CHARACTER(LEN=160) FNAME

◆ ftime

type(ncftime), pointer mod_ncll::ncfile::ftime

Definition at line 166 of file mod_ncll.f90.

166  TYPE(NCFTIME), POINTER :: FTIME

◆ indefmode

logical mod_ncll::ncfile::indefmode

Definition at line 159 of file mod_ncll.f90.

159  LOGICAL INDEFMODE

◆ interp_c

type(interp_weights), pointer mod_ncll::ncfile::interp_c

Definition at line 168 of file mod_ncll.f90.

168  TYPE(INTERP_WEIGHTS),POINTER :: INTERP_C

◆ interp_n

type(interp_weights), pointer mod_ncll::ncfile::interp_n

Definition at line 167 of file mod_ncll.f90.

167  TYPE(INTERP_WEIGHTS),POINTER :: INTERP_N

◆ ncid

integer, pointer mod_ncll::ncfile::ncid

Definition at line 154 of file mod_ncll.f90.

154  INTEGER, POINTER :: NCID ! EACH VARIABLE NEED TO POINT AT THIS!

◆ open

logical mod_ncll::ncfile::open

Definition at line 157 of file mod_ncll.f90.

157  LOGICAL OPEN

◆ unlimdimid

integer mod_ncll::ncfile::unlimdimid

Definition at line 160 of file mod_ncll.f90.

160  INTEGER :: unlimdimid

◆ vars

type(ncvarp), pointer mod_ncll::ncfile::vars

Definition at line 164 of file mod_ncll.f90.

164  TYPE(NCVARP), POINTER :: VARS

◆ writable

logical mod_ncll::ncfile::writable

Definition at line 156 of file mod_ncll.f90.

156  LOGICAL WRITABLE

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