ROMS
Loading...
Searching...
No Matches
cmeps_roms_mod::esm_mesh Type Reference

Public Attributes

integer gid
 
integer gtype
 
integer(i4b), dimension(:,:), allocatable mask
 
real(r8), dimension(:,:), allocatable lon
 
real(r8), dimension(:,:), allocatable lat
 
real(r8), dimension(:,:), allocatable area
 

Detailed Description

Definition at line 251 of file cmeps_roms.h.

Member Data Documentation

◆ area

real (r8), dimension(:,:), allocatable cmeps_roms_mod::esm_mesh::area

Definition at line 259 of file cmeps_roms.h.

259 real (r8), allocatable :: area(:,:) ! grid area

◆ gid

integer cmeps_roms_mod::esm_mesh::gid

Definition at line 252 of file cmeps_roms.h.

252 integer :: gid ! grid ID

◆ gtype

integer cmeps_roms_mod::esm_mesh::gtype

Definition at line 253 of file cmeps_roms.h.

253 integer :: gtype ! grid mesh type

◆ lat

real (r8), dimension(:,:), allocatable cmeps_roms_mod::esm_mesh::lat

Definition at line 258 of file cmeps_roms.h.

258 real (r8), allocatable :: lat(:,:) ! grid latitude

◆ lon

real (r8), dimension(:,:), allocatable cmeps_roms_mod::esm_mesh::lon

Definition at line 257 of file cmeps_roms.h.

257 real (r8), allocatable :: lon(:,:) ! grid longitude

◆ mask

integer (i4b), dimension(:,:), allocatable cmeps_roms_mod::esm_mesh::mask

Definition at line 255 of file cmeps_roms.h.

255 integer (i4b), allocatable :: mask(:,:) ! grid land/sea mask

The documentation for this type was generated from the following file: