My Project
Public Attributes | List of all members
probes::probe_obj Type Reference

Public Attributes

logical mine
 
type(time) o_int
 
type(time) o_next
 
integer d_loc
 
integer d_loc_gl
 
integer k_one
 
integer k_two
 
integer o_num
 
real(sp) xloc
 
real(sp) yloc
 
real(sp) lonloc
 
real(sp) latloc
 
real(sp) dpth
 
real(sp), dimension(:), pointer vec
 
real(sp), pointer scl
 
character(len=80) d_tit
 
character(len=80) d_des
 
character(len=80) var
 
character(len=80) vname
 
character(len=120) filename
 

Detailed Description

Definition at line 87 of file mod_probe.f90.

Member Data Documentation

◆ d_des

character(len=80) probes::probe_obj::d_des

Definition at line 104 of file mod_probe.f90.

104  CHARACTER(LEN=80) :: D_DES !!OBJECT DESCRIPTION

◆ d_loc

integer probes::probe_obj::d_loc

Definition at line 91 of file mod_probe.f90.

91  INTEGER :: D_LOC !!LOCAL ELEMENT/NODE LOCATION

◆ d_loc_gl

integer probes::probe_obj::d_loc_gl

Definition at line 92 of file mod_probe.f90.

92  INTEGER :: D_LOC_GL !!GLOBAL ELEMENT/NODE LOCATION

◆ d_tit

character(len=80) probes::probe_obj::d_tit

Definition at line 103 of file mod_probe.f90.

103  CHARACTER(LEN=80) :: D_TIT !!OBJECT TITLE (FOR FILENAMING)

◆ dpth

real(sp) probes::probe_obj::dpth

Definition at line 100 of file mod_probe.f90.

100  REAL(SP) :: DPTH !!BATHYMETRIC DEPTH AT DATA LOC

◆ filename

character(len=120) probes::probe_obj::filename

Definition at line 107 of file mod_probe.f90.

107  CHARACTER(LEN=120) :: FILENAME !!FILE NAME

◆ k_one

integer probes::probe_obj::k_one

Definition at line 93 of file mod_probe.f90.

93  INTEGER :: K_ONE !!INITIAL SIGMA LEVEL

◆ k_two

integer probes::probe_obj::k_two

Definition at line 94 of file mod_probe.f90.

94  INTEGER :: K_TWO !!FINAL SIGMA LEVEL

◆ latloc

real(sp) probes::probe_obj::latloc

Definition at line 99 of file mod_probe.f90.

99  REAL(SP) :: LATLOC !!LAT POSITION OF DATA LOCATION

◆ lonloc

real(sp) probes::probe_obj::lonloc

Definition at line 98 of file mod_probe.f90.

98  REAL(SP) :: LONLOC !!LON POSITION OF DATA LOCATION

◆ mine

logical probes::probe_obj::mine

Definition at line 88 of file mod_probe.f90.

88  LOGICAL :: MINE

◆ o_int

type(time) probes::probe_obj::o_int

Definition at line 89 of file mod_probe.f90.

89  TYPE(TIME):: O_INT

◆ o_next

type(time) probes::probe_obj::o_next

Definition at line 90 of file mod_probe.f90.

90  TYPE(TIME):: O_NEXT

◆ o_num

integer probes::probe_obj::o_num

Definition at line 95 of file mod_probe.f90.

95  INTEGER :: O_NUM !!OBJECT NUMBER

◆ scl

real(sp), pointer probes::probe_obj::scl

Definition at line 102 of file mod_probe.f90.

102  REAL(SP), POINTER :: SCL !!USED FOR STORING DATA

◆ var

character(len=80) probes::probe_obj::var

Definition at line 105 of file mod_probe.f90.

105  CHARACTER(LEN=80) :: VAR !!VARIABLE TO DUMP

◆ vec

real(sp), dimension(:), pointer probes::probe_obj::vec

Definition at line 101 of file mod_probe.f90.

101  REAL(SP), POINTER, DIMENSION(:) :: VEC !!USED FOR STORING DATA

◆ vname

character(len=80) probes::probe_obj::vname

Definition at line 106 of file mod_probe.f90.

106  CHARACTER(LEN=80) :: VNAME !!VARIABLE NAMES

◆ xloc

real(sp) probes::probe_obj::xloc

Definition at line 96 of file mod_probe.f90.

96  REAL(SP) :: XLOC !!X POSITION OF DATA LOCATION

◆ yloc

real(sp) probes::probe_obj::yloc

Definition at line 97 of file mod_probe.f90.

97  REAL(SP) :: YLOC !!Y POSITION OF DATA LOCATION

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