FV3 Bundle
|
Fortran derived type to hold QG fields. More...
Private Attributes | |
type(qg_geom), pointer | geom |
Geometry. More... | |
integer | nl |
Number of levels. More... | |
integer | nf |
Number of fields. More... | |
logical | lbc |
North-South boundary is present. More... | |
real(kind=kind_real), dimension(:,:,:), pointer | gfld3d |
3D fields More... | |
real(kind=kind_real), dimension(:,:,:), pointer | x |
Stream function. More... | |
real(kind=kind_real), dimension(:,:,:), pointer | q |
Potential vorticity. More... | |
real(kind=kind_real), dimension(:,:,:), pointer | u |
Zonal wind. More... | |
real(kind=kind_real), dimension(:,:,:), pointer | v |
Meridional wind. More... | |
real(kind=kind_real), dimension(:), pointer | xbound |
Streamfunction on walls. More... | |
real(kind=kind_real), dimension(:), pointer | x_north |
Streamfunction on northern wall. More... | |
real(kind=kind_real), dimension(:), pointer | x_south |
Streamfunction on southern wall. More... | |
real(kind=kind_real), dimension(:,:), pointer | qbound |
PV on walls. More... | |
real(kind=kind_real), dimension(:,:), pointer | q_north |
PV on northern wall. More... | |
real(kind=kind_real), dimension(:,:), pointer | q_south |
PV on southern wall. More... | |
character(len=1), dimension(:), allocatable | fldnames |
Variable identifiers. More... | |
Fortran derived type to hold QG fields.
Definition at line 38 of file qg_fields.F90.
|
private |
Variable identifiers.
Definition at line 54 of file qg_fields.F90.
|
private |
Geometry.
Definition at line 39 of file qg_fields.F90.
|
private |
3D fields
Definition at line 43 of file qg_fields.F90.
|
private |
North-South boundary is present.
Definition at line 42 of file qg_fields.F90.
|
private |
Number of fields.
Definition at line 41 of file qg_fields.F90.
|
private |
Number of levels.
Definition at line 40 of file qg_fields.F90.
|
private |
Potential vorticity.
Definition at line 45 of file qg_fields.F90.
|
private |
PV on northern wall.
Definition at line 52 of file qg_fields.F90.
|
private |
PV on southern wall.
Definition at line 53 of file qg_fields.F90.
|
private |
PV on walls.
Definition at line 51 of file qg_fields.F90.
|
private |
Zonal wind.
Definition at line 46 of file qg_fields.F90.
|
private |
Meridional wind.
Definition at line 47 of file qg_fields.F90.
|
private |
Stream function.
Definition at line 44 of file qg_fields.F90.
|
private |
Streamfunction on northern wall.
Definition at line 49 of file qg_fields.F90.
|
private |
Streamfunction on southern wall.
Definition at line 50 of file qg_fields.F90.
|
private |
Streamfunction on walls.
Definition at line 48 of file qg_fields.F90.