My Project
Data Types | Variables
m_snl4 Module Reference

Data Types

type  riamdat
 

Variables

integer, save, public mdia = 1
 
real, dimension(:), allocatable, save, public af11
 
real, dimension(:), allocatable, save, public cnl4_1
 
real, dimension(:), allocatable, save, public cnl4_2
 
real, dimension(:), allocatable, save, public lambda
 
type(riamdat), target, save friam
 
type(riamdat), pointer, save curriam
 

Variable Documentation

◆ af11

real, dimension(:), allocatable, save, public m_snl4::af11

Definition at line 370 of file swmod2.f90.

370  REAL, PUBLIC, SAVE, ALLOCATABLE :: AF11(:)

◆ cnl4_1

real, dimension(:), allocatable, save, public m_snl4::cnl4_1

Definition at line 371 of file swmod2.f90.

371  REAL, PUBLIC, SAVE, ALLOCATABLE :: CNL4_1(:)

◆ cnl4_2

real, dimension(:), allocatable, save, public m_snl4::cnl4_2

Definition at line 372 of file swmod2.f90.

372  REAL, PUBLIC, SAVE, ALLOCATABLE :: CNL4_2(:)

◆ curriam

type(riamdat), pointer, save m_snl4::curriam

Definition at line 382 of file swmod2.f90.

382  TYPE(RIAMDAT), SAVE, POINTER :: CURRIAM

◆ friam

type(riamdat), target, save m_snl4::friam

Definition at line 381 of file swmod2.f90.

381  TYPE(RIAMDAT), SAVE, TARGET :: FRIAM

◆ lambda

real, dimension(:), allocatable, save, public m_snl4::lambda

Definition at line 373 of file swmod2.f90.

373  REAL, PUBLIC, SAVE, ALLOCATABLE :: LAMBDA(:)

◆ mdia

integer, save, public m_snl4::mdia = 1

Definition at line 363 of file swmod2.f90.

363  INTEGER, PUBLIC, SAVE :: MDIA = 1