UPP (develop)
|
MASKS declares values used in masks. More...
Go to the source code of this file.
Variables | |
real, dimension(:,:), allocatable | masks::dx |
Grid spacing in the x-direction ? | |
real, dimension(:,:), allocatable | masks::dy |
Grid spacing in the y-direction ? | |
real, dimension(:,:), allocatable | masks::gdlat |
Grid latitude. | |
real, dimension(:,:), allocatable | masks::gdlon |
Grid longitude. | |
real, dimension(:,:), allocatable | masks::hbm2 |
_____? | |
real, dimension(:,:,:), allocatable | masks::htm |
Height topography mask array. | |
real, dimension(:,:), allocatable | masks::lmh |
Mass point at ETA surface mask ? | |
real, dimension(:,:), allocatable | masks::lmv |
Velocity point at ETA surface mask ? | |
real, dimension(:,:), allocatable | masks::sice |
Sea ice mask. | |
real, dimension(:,:), allocatable | masks::sm |
Land-sea mask ? | |
real, dimension(:,:,:), allocatable | masks::vtm |
_____? | |
MASKS declares values used in masks.
Definition in file MASKS_mod.f.
real, dimension(:,:), allocatable masks::dx |
Grid spacing in the x-direction ?
Definition at line 7 of file MASKS_mod.f.
real, dimension(:,:), allocatable masks::dy |
Grid spacing in the y-direction ?
Definition at line 7 of file MASKS_mod.f.
real, dimension(:,:), allocatable masks::gdlat |
Grid latitude.
Definition at line 7 of file MASKS_mod.f.
real, dimension(:,:), allocatable masks::gdlon |
Grid longitude.
Definition at line 7 of file MASKS_mod.f.
real, dimension(:,:), allocatable masks::hbm2 |
_____?
Definition at line 7 of file MASKS_mod.f.
real, dimension (:,:,:), allocatable masks::htm |
Height topography mask array.
Definition at line 7 of file MASKS_mod.f.
real, dimension(:,:), allocatable masks::lmh |
Mass point at ETA surface mask ?
Definition at line 7 of file MASKS_mod.f.
real, dimension(:,:), allocatable masks::lmv |
Velocity point at ETA surface mask ?
Definition at line 7 of file MASKS_mod.f.
real, dimension(:,:), allocatable masks::sice |
Sea ice mask.
Definition at line 7 of file MASKS_mod.f.
real, dimension(:,:), allocatable masks::sm |
Land-sea mask ?
Definition at line 7 of file MASKS_mod.f.
real, dimension (:,:,:), allocatable masks::vtm |
_____?
Definition at line 7 of file MASKS_mod.f.