WAVEWATCH III  beta 0.0.1
part_grid Type Reference

Public Attributes

integer nx
 
integer ny
 
integer nsea
 
integer, dimension(:,:), pointer mask
 
real x0
 
real y0
 
real sx
 
real sy
 
real, dimension(:,:), pointer zbin
 
real, dimension(:,:), pointer obsx
 
real, dimension(:,:), pointer obsy
 
logical global
 

Detailed Description

Definition at line 238 of file ww3_gspl.F90.

Member Data Documentation

◆ global

logical part_grid::global

Definition at line 243 of file ww3_gspl.F90.

243  LOGICAL :: GLOBAL

◆ mask

integer, dimension(:,:), pointer part_grid::mask

Definition at line 240 of file ww3_gspl.F90.

240  INTEGER, POINTER :: MASK(:,:)

◆ nsea

integer part_grid::nsea

Definition at line 239 of file ww3_gspl.F90.

◆ nx

integer part_grid::nx

Definition at line 239 of file ww3_gspl.F90.

239  INTEGER :: NX, NY, NSEA

◆ ny

integer part_grid::ny

Definition at line 239 of file ww3_gspl.F90.

◆ obsx

real, dimension(:,:), pointer part_grid::obsx

Definition at line 242 of file ww3_gspl.F90.

◆ obsy

real, dimension(:,:), pointer part_grid::obsy

Definition at line 242 of file ww3_gspl.F90.

◆ sx

real part_grid::sx

Definition at line 241 of file ww3_gspl.F90.

◆ sy

real part_grid::sy

Definition at line 241 of file ww3_gspl.F90.

◆ x0

real part_grid::x0

Definition at line 241 of file ww3_gspl.F90.

241  REAL :: X0, Y0, SX, SY

◆ y0

real part_grid::y0

Definition at line 241 of file ww3_gspl.F90.

◆ zbin

real, dimension(:,:), pointer part_grid::zbin

Definition at line 242 of file ww3_gspl.F90.

242  REAL, POINTER :: ZBIN(:,:), OBSX(:,:), OBSY(:,:)