My Project
Variables
m_genarr Module Reference

Variables

integer, dimension(:), allocatable, save kgrpnt
 
integer, dimension(:), allocatable, save kgrbnd
 
integer, dimension(:), allocatable, save xytst
 
real, dimension(:), allocatable, save xcgrid
 
real, dimension(:), allocatable, save ycgrid
 
real, dimension(:), allocatable, save spcsig
 
real, dimension(:,:), allocatable, save spcdir
 
real, dimension(:), allocatable, save depth
 
real, dimension(:,:), allocatable, save fric
 
real, dimension(:,:), allocatable, save uxb
 
real, dimension(:,:), allocatable, save uyb
 
real, dimension(:,:), allocatable, save wxi
 
real, dimension(:,:), allocatable, save wyi
 
real, dimension(:,:), allocatable, save wlevl
 
real, dimension(:,:), allocatable, save astdf
 

Variable Documentation

◆ astdf

real, dimension(:,:), allocatable, save m_genarr::astdf

Definition at line 771 of file swmod2.f90.

◆ depth

real, dimension(:), allocatable, save m_genarr::depth

Definition at line 768 of file swmod2.f90.

768  REAL , SAVE, ALLOCATABLE :: DEPTH(:) , FRIC(:,:)

◆ fric

real, dimension(:,:), allocatable, save m_genarr::fric

Definition at line 768 of file swmod2.f90.

◆ kgrbnd

integer, dimension(:), allocatable, save m_genarr::kgrbnd

Definition at line 762 of file swmod2.f90.

◆ kgrpnt

integer, dimension(:), allocatable, save m_genarr::kgrpnt

Definition at line 762 of file swmod2.f90.

762  INTEGER, SAVE, ALLOCATABLE :: KGRPNT(:), KGRBND(:)

◆ spcdir

real, dimension(:,:), allocatable, save m_genarr::spcdir

Definition at line 767 of file swmod2.f90.

◆ spcsig

real, dimension(:), allocatable, save m_genarr::spcsig

Definition at line 767 of file swmod2.f90.

767  REAL , SAVE, ALLOCATABLE :: SPCSIG(:) , SPCDIR(:,:)

◆ uxb

real, dimension(:,:), allocatable, save m_genarr::uxb

Definition at line 769 of file swmod2.f90.

769  REAL , SAVE, ALLOCATABLE :: UXB(:,:) , UYB(:,:)

◆ uyb

real, dimension(:,:), allocatable, save m_genarr::uyb

Definition at line 769 of file swmod2.f90.

◆ wlevl

real, dimension(:,:), allocatable, save m_genarr::wlevl

Definition at line 771 of file swmod2.f90.

771  REAL , SAVE, ALLOCATABLE :: WLEVL(:,:) , ASTDF(:,:)

◆ wxi

real, dimension(:,:), allocatable, save m_genarr::wxi

Definition at line 770 of file swmod2.f90.

770  REAL , SAVE, ALLOCATABLE :: WXI(:,:) , WYI(:,:)

◆ wyi

real, dimension(:,:), allocatable, save m_genarr::wyi

Definition at line 770 of file swmod2.f90.

◆ xcgrid

real, dimension(:), allocatable, save m_genarr::xcgrid

Definition at line 766 of file swmod2.f90.

766  REAL , SAVE, ALLOCATABLE :: XCGRID(:), YCGRID(:)

◆ xytst

integer, dimension(:), allocatable, save m_genarr::xytst

Definition at line 763 of file swmod2.f90.

763  INTEGER, SAVE, ALLOCATABLE :: XYTST(:)

◆ ycgrid

real, dimension(:), allocatable, save m_genarr::ycgrid

Definition at line 766 of file swmod2.f90.