OOPS
|
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... | |
Definition at line 50 of file qg_fields_mod.F90.
|
private |
Geometry.
Definition at line 51 of file qg_fields_mod.F90.
|
private |
Boundaries are present.
Definition at line 52 of file qg_fields_mod.F90.
|
private |
Potential vorticity.
Definition at line 54 of file qg_fields_mod.F90.
|
private |
q on northern wall
Definition at line 59 of file qg_fields_mod.F90.
|
private |
q on southern wall
Definition at line 60 of file qg_fields_mod.F90.
|
private |
U wind.
Definition at line 55 of file qg_fields_mod.F90.
|
private |
V wind.
Definition at line 56 of file qg_fields_mod.F90.
|
private |
Streamfunction.
Definition at line 53 of file qg_fields_mod.F90.
|
private |
Streamfunction on northern wall.
Definition at line 57 of file qg_fields_mod.F90.
|
private |
Streamfunction on southern wall.
Definition at line 58 of file qg_fields_mod.F90.