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 lq
 PV as main variable (streamfunction if false) More...
 
logical lbc
 Boundaries are present. More...
 
real(kind_real), dimension(:,:,:), allocatable gfld3d
 3d field 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
 PV on northern wall. More...
 
real(kind_real), dimension(:,:), allocatable q_south
 PV on southern wall. More...
 

Detailed Description

Definition at line 51 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 52 of file qg_fields_mod.F90.

◆ gfld3d

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

3d field

Definition at line 55 of file qg_fields_mod.F90.

◆ lbc

logical qg_fields_mod::qg_fields::lbc
private

Boundaries are present.

Definition at line 54 of file qg_fields_mod.F90.

◆ lq

logical qg_fields_mod::qg_fields::lq
private

PV as main variable (streamfunction if false)

Definition at line 53 of file qg_fields_mod.F90.

◆ q_north

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

PV on northern wall.

Definition at line 58 of file qg_fields_mod.F90.

◆ q_south

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

PV on southern wall.

Definition at line 59 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 56 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 57 of file qg_fields_mod.F90.


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