UPP 11.0.0
Loading...
Searching...
No Matches
MASKS_mod.f File Reference

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
 _____?
 

Detailed Description

MASKS declares values used in masks.

Definition in file MASKS_mod.f.

Variable Documentation

◆ dx

real, dimension(:,:), allocatable masks::dx

Grid spacing in the x-direction ?

Definition at line 7 of file MASKS_mod.f.

◆ dy

real, dimension(:,:), allocatable masks::dy

Grid spacing in the y-direction ?

Definition at line 7 of file MASKS_mod.f.

◆ gdlat

real, dimension(:,:), allocatable masks::gdlat

Grid latitude.

Definition at line 7 of file MASKS_mod.f.

◆ gdlon

real, dimension(:,:), allocatable masks::gdlon

Grid longitude.

Definition at line 7 of file MASKS_mod.f.

◆ hbm2

real, dimension(:,:), allocatable masks::hbm2

_____?

Definition at line 7 of file MASKS_mod.f.

◆ htm

real, dimension (:,:,:), allocatable masks::htm

Height topography mask array.

Definition at line 7 of file MASKS_mod.f.

◆ lmh

real, dimension(:,:), allocatable masks::lmh

Mass point at ETA surface mask ?

Definition at line 7 of file MASKS_mod.f.

◆ lmv

real, dimension(:,:), allocatable masks::lmv

Velocity point at ETA surface mask ?

Definition at line 7 of file MASKS_mod.f.

◆ sice

real, dimension(:,:), allocatable masks::sice

Sea ice mask.

Definition at line 7 of file MASKS_mod.f.

◆ sm

real, dimension(:,:), allocatable masks::sm

Land-sea mask ?

Definition at line 7 of file MASKS_mod.f.

◆ vtm

real, dimension (:,:,:), allocatable masks::vtm

_____?

Definition at line 7 of file MASKS_mod.f.