OOPS
qg_gom_mod::qg_gom Type Reference
Collaboration diagram for qg_gom_mod::qg_gom:

Private Attributes

integer nobs
 Number of observations. More...
 
real(kind_real), dimension(:), allocatable x
 Streamfunction observations values. More...
 
real(kind_real), dimension(:), allocatable q
 Potential vorticity observations values. More...
 
real(kind_real), dimension(:), allocatable u
 Zonal wind observations values. More...
 
real(kind_real), dimension(:), allocatable v
 Meridian wind observations values. More...
 
logical lalloc = .false.
 Allocation flag. More...
 
type(oops_variablesvars
 Variables. More...
 

Detailed Description

Definition at line 33 of file qg_gom_mod.F90.

Member Data Documentation

◆ lalloc

logical qg_gom_mod::qg_gom::lalloc = .false.
private

Allocation flag.

Definition at line 39 of file qg_gom_mod.F90.

◆ nobs

integer qg_gom_mod::qg_gom::nobs
private

Number of observations.

Definition at line 34 of file qg_gom_mod.F90.

◆ q

real(kind_real), dimension(:), allocatable qg_gom_mod::qg_gom::q
private

Potential vorticity observations values.

Definition at line 36 of file qg_gom_mod.F90.

◆ u

real(kind_real), dimension(:), allocatable qg_gom_mod::qg_gom::u
private

Zonal wind observations values.

Definition at line 37 of file qg_gom_mod.F90.

◆ v

real(kind_real), dimension(:), allocatable qg_gom_mod::qg_gom::v
private

Meridian wind observations values.

Definition at line 38 of file qg_gom_mod.F90.

◆ vars

type(oops_variables) qg_gom_mod::qg_gom::vars
private

Variables.

Definition at line 40 of file qg_gom_mod.F90.

◆ x

real(kind_real), dimension(:), allocatable qg_gom_mod::qg_gom::x
private

Streamfunction observations values.

Definition at line 35 of file qg_gom_mod.F90.


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