OOPS
qg_fields_mod::qg_fields Type Reference
Collaboration diagram for qg_fields_mod::qg_fields:

Private Attributes

type(qg_geom), pointer geom
 Geometry. More...
 
logical lbc
 Boundaries are present. More...
 
real(kind_real), dimension(:,:,:), allocatable x
 Streamfunction. More...
 
real(kind_real), dimension(:,:,:), allocatable q
 Potential vorticity. More...
 
real(kind_real), dimension(:,:,:), allocatable u
 U wind. More...
 
real(kind_real), dimension(:,:,:), allocatable v
 V wind. More...
 
real(kind_real), dimension(:), allocatable x_north
 Streamfunction on northern wall. More...
 
real(kind_real), dimension(:), allocatable x_south
 Streamfunction on southern wall. More...
 
real(kind_real), dimension(:,:), allocatable q_north
 q on northern wall More...
 
real(kind_real), dimension(:,:), allocatable q_south
 q on southern wall More...
 

Detailed Description

Definition at line 50 of file qg_fields_mod.F90.

Member Data Documentation

◆ geom

type(qg_geom), pointer qg_fields_mod::qg_fields::geom
private

Geometry.

Definition at line 51 of file qg_fields_mod.F90.

◆ lbc

logical qg_fields_mod::qg_fields::lbc
private

Boundaries are present.

Definition at line 52 of file qg_fields_mod.F90.

◆ q

real(kind_real), dimension(:,:,:), allocatable qg_fields_mod::qg_fields::q
private

Potential vorticity.

Definition at line 54 of file qg_fields_mod.F90.

◆ q_north

real(kind_real), dimension(:,:), allocatable qg_fields_mod::qg_fields::q_north
private

q on northern wall

Definition at line 59 of file qg_fields_mod.F90.

◆ q_south

real(kind_real), dimension(:,:), allocatable qg_fields_mod::qg_fields::q_south
private

q on southern wall

Definition at line 60 of file qg_fields_mod.F90.

◆ u

real(kind_real), dimension(:,:,:), allocatable qg_fields_mod::qg_fields::u
private

U wind.

Definition at line 55 of file qg_fields_mod.F90.

◆ v

real(kind_real), dimension(:,:,:), allocatable qg_fields_mod::qg_fields::v
private

V wind.

Definition at line 56 of file qg_fields_mod.F90.

◆ x

real(kind_real), dimension(:,:,:), allocatable qg_fields_mod::qg_fields::x
private

Streamfunction.

Definition at line 53 of file qg_fields_mod.F90.

◆ x_north

real(kind_real), dimension(:), allocatable qg_fields_mod::qg_fields::x_north
private

Streamfunction on northern wall.

Definition at line 57 of file qg_fields_mod.F90.

◆ x_south

real(kind_real), dimension(:), allocatable qg_fields_mod::qg_fields::x_south
private

Streamfunction on southern wall.

Definition at line 58 of file qg_fields_mod.F90.


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