OOPS
|
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... | |
Definition at line 51 of file qg_fields_mod.F90.
|
private |
Geometry.
Definition at line 52 of file qg_fields_mod.F90.
|
private |
3d field
Definition at line 55 of file qg_fields_mod.F90.
|
private |
Boundaries are present.
Definition at line 54 of file qg_fields_mod.F90.
|
private |
PV as main variable (streamfunction if false)
Definition at line 53 of file qg_fields_mod.F90.
|
private |
PV on northern wall.
Definition at line 58 of file qg_fields_mod.F90.
|
private |
PV on southern wall.
Definition at line 59 of file qg_fields_mod.F90.
|
private |
Streamfunction on northern wall.
Definition at line 56 of file qg_fields_mod.F90.
|
private |
Streamfunction on southern wall.
Definition at line 57 of file qg_fields_mod.F90.