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

Public Attributes

integer dimid
 
character(len=nf90_max_name+1) dimname
 
integer dim
 
logical unlimited
 

Detailed Description

Definition at line 56 of file mod_ncll.f90.

Member Data Documentation

◆ dim

integer mod_ncll::ncdim::dim

Definition at line 59 of file mod_ncll.f90.

59  INTEGER :: DIM

◆ dimid

integer mod_ncll::ncdim::dimid

Definition at line 57 of file mod_ncll.f90.

57  INTEGER :: DIMID

◆ dimname

character(len=nf90_max_name+1) mod_ncll::ncdim::dimname

Definition at line 58 of file mod_ncll.f90.

58  CHARACTER(Len=NF90_MAX_NAME+1) :: DIMNAME

◆ unlimited

logical mod_ncll::ncdim::unlimited

Definition at line 60 of file mod_ncll.f90.

60  LOGICAL :: UNLIMITED

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