My Project
Variables
bcs Module Reference

Variables

type(bc) elo_tm
 
integer, dimension(:), allocatable i_obc_gl
 
integer, dimension(:), allocatable i_obc_gl_w
 
integer iobcn_gl
 
integer iobcn_gl_w
 
integer iobcn
 
integer iobcn_w
 
integer, dimension(:), allocatable i_obc_n
 
integer, dimension(:), allocatable i_obc_n_w
 
integer, dimension(:), allocatable i_obc_n_output
 
integer, dimension(:), allocatable type_obc_gl
 
integer, dimension(:), allocatable type_obc
 
integer obc_ntime
 
integer, dimension(:), allocatable node_bfw
 
integer, dimension(:), allocatable bfw_gl2loc
 
real(sp), dimension(:,:), allocatable bfwqdis
 
integer ntidecomps
 
real(sp), dimension(:), allocatable period
 
real(sp), dimension(:,:), allocatable apt
 
real(sp), dimension(:,:), allocatable phai
 
real(sp), dimension(:), allocatable emean
 
real(sp), dimension(:), allocatable apt_eqi
 
real(sp), dimension(:), allocatable beta_eqi
 
character(len=80), dimension(:), allocatable tide_type
 
character(len=12), parameter diurnal ="DIURNAL"
 
character(len=12), parameter semidiurnal ="SEMIDIURNAL"
 
real(sp), dimension(:,:), allocatable elsbc
 

Variable Documentation

◆ apt

real(sp), dimension(:,:), allocatable bcs::apt

Definition at line 1796 of file mod_main.f90.

1796  REAL(SP), ALLOCATABLE :: APT(:,:) !!TIDE AMPLITUDE

◆ apt_eqi

real(sp), dimension(:), allocatable bcs::apt_eqi

Definition at line 1801 of file mod_main.f90.

1801  REAL(SP), ALLOCATABLE :: APT_EQI(:) !! EQUILIBIRUIM TIDE AMPLITUDE

◆ beta_eqi

real(sp), dimension(:), allocatable bcs::beta_eqi

Definition at line 1802 of file mod_main.f90.

1802  REAL(SP), ALLOCATABLE :: BETA_EQI(:) !! EQUILIBIRUIM TIDE LOVE NUMBER

◆ bfw_gl2loc

integer, dimension(:), allocatable bcs::bfw_gl2loc

Definition at line 1789 of file mod_main.f90.

1789  INTEGER, ALLOCATABLE :: BFW_GL2LOC(:) !!GLOBAL TO LOCAL MAPPING OF GWATER NODES

◆ bfwqdis

real(sp), dimension(:,:), allocatable bcs::bfwqdis

Definition at line 1790 of file mod_main.f90.

1790  REAL(SP), ALLOCATABLE :: BFWQDIS(:,:) !!GROUNDWATER FRESH WATER FLUX DATA

◆ diurnal

character(len=12), parameter bcs::diurnal ="DIURNAL"

Definition at line 1805 of file mod_main.f90.

1805  CHARACTER(LEN=12), PARAMETER :: DIURNAL="DIURNAL"

◆ elo_tm

type(bc) bcs::elo_tm

Definition at line 1767 of file mod_main.f90.

1767  TYPE(BC) :: ELO_TM !!TIME MAP FOR SURFACE ELEVATION DATA

◆ elsbc

real(sp), dimension(:,:), allocatable bcs::elsbc

Definition at line 1816 of file mod_main.f90.

1816  REAL(SP), ALLOCATABLE :: ELSBC(:,:) !!INPUT SURFACE ELEVATION

◆ emean

real(sp), dimension(:), allocatable bcs::emean

Definition at line 1798 of file mod_main.f90.

1798  REAL(SP), ALLOCATABLE :: EMEAN(:) !!MEAN SURFACE ELEVATION

◆ i_obc_gl

integer, dimension(:), allocatable bcs::i_obc_gl

Definition at line 1773 of file mod_main.f90.

1773  INTEGER, ALLOCATABLE :: I_OBC_GL(:) !!GLOBAL ID OF OPEN BOUNDARY NODES

◆ i_obc_gl_w

integer, dimension(:), allocatable bcs::i_obc_gl_w

Definition at line 1774 of file mod_main.f90.

1774  INTEGER, ALLOCATABLE :: I_OBC_GL_W(:) !!GLOBAL ID OF OPEN BOUNDARY NODES FOR WAVE

◆ i_obc_n

integer, dimension(:), allocatable bcs::i_obc_n

Definition at line 1779 of file mod_main.f90.

1779  INTEGER, ALLOCATABLE :: I_OBC_N(:) !!OPEN BOUNDARY NODE LIST FOR FVCOM

◆ i_obc_n_output

integer, dimension(:), allocatable bcs::i_obc_n_output

Definition at line 1781 of file mod_main.f90.

1781  INTEGER, ALLOCATABLE :: I_OBC_N_OUTPUT(:)!!LIST OF LOCAL OBC GLOBAL NODES FOR OUTPUT

◆ i_obc_n_w

integer, dimension(:), allocatable bcs::i_obc_n_w

Definition at line 1780 of file mod_main.f90.

1780  INTEGER, ALLOCATABLE :: I_OBC_N_W(:) !!OPEN BOUNDARY NODE LIST FOR SWAVE

◆ iobcn

integer bcs::iobcn

Definition at line 1777 of file mod_main.f90.

1777  INTEGER :: IOBCN !!LOCAL NUMBER OF OPEN BOUNDARY NODES FOR FVCOM

◆ iobcn_gl

integer bcs::iobcn_gl

Definition at line 1775 of file mod_main.f90.

1775  INTEGER :: IOBCN_GL !!LOCAL NUMBER OF OPEN BOUNDARY NODES FOR FVCOM

◆ iobcn_gl_w

integer bcs::iobcn_gl_w

Definition at line 1776 of file mod_main.f90.

1776  INTEGER :: IOBCN_GL_W !!LOCAL NUMBER OF OPEN BOUNDARY NODES FOR WAVE

◆ iobcn_w

integer bcs::iobcn_w

Definition at line 1778 of file mod_main.f90.

1778  INTEGER :: IOBCN_W !!LOCAL NUMBER OF OPEN BOUNDARY NODES FOR SWAVE

◆ node_bfw

integer, dimension(:), allocatable bcs::node_bfw

Definition at line 1788 of file mod_main.f90.

1788  INTEGER, ALLOCATABLE :: NODE_BFW(:) !!LOCAL GROUNDWATER NODES

◆ ntidecomps

integer bcs::ntidecomps

Definition at line 1794 of file mod_main.f90.

1794  INTEGER :: nTideComps

◆ obc_ntime

integer bcs::obc_ntime

Definition at line 1784 of file mod_main.f90.

1784  INTEGER :: OBC_NTIME

◆ period

real(sp), dimension(:), allocatable bcs::period

Definition at line 1795 of file mod_main.f90.

1795  REAL(SP), ALLOCATABLE :: PERIOD(:) !!TIDE PERIOD

◆ phai

real(sp), dimension(:,:), allocatable bcs::phai

Definition at line 1797 of file mod_main.f90.

1797  REAL(SP), ALLOCATABLE :: PHAI(:,:) !!TIDE PHASE

◆ semidiurnal

character(len=12), parameter bcs::semidiurnal ="SEMIDIURNAL"

Definition at line 1806 of file mod_main.f90.

1806  CHARACTER(LEN=12), PARAMETER :: SEMIDIURNAL="SEMIDIURNAL"

◆ tide_type

character(len=80), dimension(:), allocatable bcs::tide_type

Definition at line 1803 of file mod_main.f90.

1803  CHARACTER(LEN=80), ALLOCATABLE :: TIDE_TYPE(:) !! EQUILIBIRUIM TIDE AMPLITUDE

◆ type_obc

integer, dimension(:), allocatable bcs::type_obc

Definition at line 1783 of file mod_main.f90.

1783  INTEGER, ALLOCATABLE :: TYPE_OBC(:) !!OUTER BOUNDARY NODE TYPE (FOR SURFACE ELEVATION)

◆ type_obc_gl

integer, dimension(:), allocatable bcs::type_obc_gl

Definition at line 1782 of file mod_main.f90.

1782  INTEGER, ALLOCATABLE :: TYPE_OBC_GL(:) !!OUTER BOUNDARY NODE TYPE (FOR SURFACE ELEVATION)