OOPS
|
Private Attributes | |
integer | nx |
Number of points in the zonal direction. More... | |
integer | ny |
Number of points in the meridional direction. More... | |
integer | nz |
Number of vertical levels. More... | |
real(kind_real) | deltax |
Zonal cell size. More... | |
real(kind_real) | deltay |
Meridional cell size. More... | |
real(kind_real), dimension(:), allocatable | x |
Zonal coordinate. More... | |
real(kind_real), dimension(:), allocatable | y |
Meridional coordinate. More... | |
real(kind_real), dimension(:), allocatable | z |
Altitude. More... | |
real(kind_real), dimension(:,:), allocatable | lat |
Latitude. More... | |
real(kind_real), dimension(:,:), allocatable | lon |
Longitude. More... | |
real(kind_real), dimension(:,:), allocatable | area |
Area. More... | |
real(kind_real), dimension(:,:), allocatable | f |
Coefficients of PV operator. More... | |
real(kind_real), dimension(:,:), allocatable | f_p |
Coefficients of PV operator, right eigenvectors. More... | |
real(kind_real), dimension(:,:), allocatable | f_pinv |
Coefficients of PV operator, right eigenvectors inverse. More... | |
real(kind_real), dimension(:), allocatable | f_d |
Coefficients of PV operator, eigenvalues. More... | |
real(kind_real), dimension(:), allocatable | bet |
Beta coefficient. More... | |
real(kind_real), dimension(:,:), allocatable | heat |
Heating term. More... | |
type(atlas_functionspace_pointcloud) | afunctionspace |
ATLAS function space. More... | |
Definition at line 26 of file qg_geom_mod.F90.
|
private |
ATLAS function space.
Definition at line 44 of file qg_geom_mod.F90.
|
private |
Area.
Definition at line 37 of file qg_geom_mod.F90.
|
private |
Beta coefficient.
Definition at line 42 of file qg_geom_mod.F90.
|
private |
Zonal cell size.
Definition at line 30 of file qg_geom_mod.F90.
|
private |
Meridional cell size.
Definition at line 31 of file qg_geom_mod.F90.
|
private |
Coefficients of PV operator.
Definition at line 38 of file qg_geom_mod.F90.
|
private |
Coefficients of PV operator, eigenvalues.
Definition at line 41 of file qg_geom_mod.F90.
|
private |
Coefficients of PV operator, right eigenvectors.
Definition at line 39 of file qg_geom_mod.F90.
|
private |
Coefficients of PV operator, right eigenvectors inverse.
Definition at line 40 of file qg_geom_mod.F90.
|
private |
Heating term.
Definition at line 43 of file qg_geom_mod.F90.
|
private |
Latitude.
Definition at line 35 of file qg_geom_mod.F90.
|
private |
Longitude.
Definition at line 36 of file qg_geom_mod.F90.
|
private |
Number of points in the zonal direction.
Definition at line 27 of file qg_geom_mod.F90.
|
private |
Number of points in the meridional direction.
Definition at line 28 of file qg_geom_mod.F90.
|
private |
Number of vertical levels.
Definition at line 29 of file qg_geom_mod.F90.
|
private |
Zonal coordinate.
Definition at line 32 of file qg_geom_mod.F90.
|
private |
Meridional coordinate.
Definition at line 33 of file qg_geom_mod.F90.
|
private |
Altitude.
Definition at line 34 of file qg_geom_mod.F90.