OOPS
|
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_variables) | vars |
Variables. More... | |
Definition at line 33 of file qg_gom_mod.F90.
|
private |
Allocation flag.
Definition at line 39 of file qg_gom_mod.F90.
|
private |
Number of observations.
Definition at line 34 of file qg_gom_mod.F90.
|
private |
Potential vorticity observations values.
Definition at line 36 of file qg_gom_mod.F90.
|
private |
Zonal wind observations values.
Definition at line 37 of file qg_gom_mod.F90.
|
private |
Meridian wind observations values.
Definition at line 38 of file qg_gom_mod.F90.
|
private |
Variables.
Definition at line 40 of file qg_gom_mod.F90.
|
private |
Streamfunction observations values.
Definition at line 35 of file qg_gom_mod.F90.