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

Public Attributes

integer tmtype =0
 
type(ncvar), pointer tm1
 
type(ncvar), pointer tm2
 
integer stk_len =0
 
integer prev_stkcnt =0
 
integer next_stkcnt =0
 
integer max_stkcnt =0
 
type(time) prev_io
 
type(time) next_io
 
real(sp) prev_wght =0.0_SP
 
real(sp) next_wght =0.0_SP
 
type(time) interval
 
character(len=80) timezone ="none"
 

Detailed Description

Definition at line 132 of file mod_ncll.f90.

Member Data Documentation

◆ interval

type(time) mod_ncll::ncftime::interval

Definition at line 146 of file mod_ncll.f90.

146  TYPE(TIME) :: INTERVAL

◆ max_stkcnt

integer mod_ncll::ncftime::max_stkcnt =0

Definition at line 141 of file mod_ncll.f90.

141  INTEGER :: MAX_STKCNT=0

◆ next_io

type(time) mod_ncll::ncftime::next_io

Definition at line 143 of file mod_ncll.f90.

143  TYPE(TIME) :: NEXT_IO

◆ next_stkcnt

integer mod_ncll::ncftime::next_stkcnt =0

Definition at line 140 of file mod_ncll.f90.

140  INTEGER :: NEXT_STKCNT=0

◆ next_wght

real(sp) mod_ncll::ncftime::next_wght =0.0_SP

Definition at line 145 of file mod_ncll.f90.

145  REAL(SP) :: NEXT_WGHT=0.0_sp

◆ prev_io

type(time) mod_ncll::ncftime::prev_io

Definition at line 142 of file mod_ncll.f90.

142  TYPE(TIME) :: PREV_IO

◆ prev_stkcnt

integer mod_ncll::ncftime::prev_stkcnt =0

Definition at line 139 of file mod_ncll.f90.

139  INTEGER :: PREV_STKCNT=0

◆ prev_wght

real(sp) mod_ncll::ncftime::prev_wght =0.0_SP

Definition at line 144 of file mod_ncll.f90.

144  REAL(SP) :: PREV_WGHT=0.0_sp

◆ stk_len

integer mod_ncll::ncftime::stk_len =0

Definition at line 137 of file mod_ncll.f90.

137  INTEGER :: STK_LEN=0

◆ timezone

character(len=80) mod_ncll::ncftime::timezone ="none"

Definition at line 147 of file mod_ncll.f90.

147  CHARACTER(len=80) :: TIMEZONE ="none"

◆ tm1

type(ncvar), pointer mod_ncll::ncftime::tm1

Definition at line 134 of file mod_ncll.f90.

134  TYPE(NCVAR), POINTER :: TM1

◆ tm2

type(ncvar), pointer mod_ncll::ncftime::tm2

Definition at line 135 of file mod_ncll.f90.

135  TYPE(NCVAR), POINTER :: TM2

◆ tmtype

integer mod_ncll::ncftime::tmtype =0

Definition at line 133 of file mod_ncll.f90.

133  INTEGER :: TMTYPE=0

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