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

Public Attributes

integer trtype
 
real, dimension(3) trcoef
 
integer rftyp1
 
integer rftyp2
 
integer rftyp3
 
real, dimension(8) rfcoef
 
integer ncrpts
 
real, dimension(:), pointer xcrp
 
real, dimension(:), pointer ycrp
 
type(obstdat), pointer nextobst
 

Detailed Description

Definition at line 629 of file swmod2.f90.

Member Data Documentation

◆ ncrpts

integer m_obsta::obstdat::ncrpts

Definition at line 634 of file swmod2.f90.

634  INTEGER :: NCRPTS

◆ nextobst

type(obstdat), pointer m_obsta::obstdat::nextobst

Definition at line 636 of file swmod2.f90.

636  TYPE(OBSTDAT), POINTER :: NEXTOBST

◆ rfcoef

real, dimension(8) m_obsta::obstdat::rfcoef

Definition at line 633 of file swmod2.f90.

633  REAL :: RFCOEF(8)

◆ rftyp1

integer m_obsta::obstdat::rftyp1

Definition at line 632 of file swmod2.f90.

632  INTEGER :: RFTYP1, RFTYP2, RFTYP3

◆ rftyp2

integer m_obsta::obstdat::rftyp2

Definition at line 632 of file swmod2.f90.

◆ rftyp3

integer m_obsta::obstdat::rftyp3

Definition at line 632 of file swmod2.f90.

◆ trcoef

real, dimension(3) m_obsta::obstdat::trcoef

Definition at line 631 of file swmod2.f90.

631  REAL :: TRCOEF(3)

◆ trtype

integer m_obsta::obstdat::trtype

Definition at line 630 of file swmod2.f90.

630  INTEGER :: TRTYPE

◆ xcrp

real, dimension(:), pointer m_obsta::obstdat::xcrp

Definition at line 635 of file swmod2.f90.

635  REAL, POINTER :: XCRP(:), YCRP(:)

◆ ycrp

real, dimension(:), pointer m_obsta::obstdat::ycrp

Definition at line 635 of file swmod2.f90.


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