WAVEWATCH III  beta 0.0.1
gr_wt Type Reference

Public Attributes

integer np
 
integer, dimension(:), allocatable ip
 
integer, dimension(:), allocatable jp
 
real, dimension(:), allocatable wt
 
real ar
 

Detailed Description

Definition at line 137 of file ww3_gint.F90.

Member Data Documentation

◆ ar

real gr_wt::ar

Definition at line 141 of file ww3_gint.F90.

141  REAL :: AR

◆ ip

integer, dimension(:), allocatable gr_wt::ip

Definition at line 139 of file ww3_gint.F90.

139  INTEGER, ALLOCATABLE :: IP(:), JP(:)

◆ jp

integer, dimension(:), allocatable gr_wt::jp

Definition at line 139 of file ww3_gint.F90.

◆ np

integer gr_wt::np

Definition at line 138 of file ww3_gint.F90.

138  INTEGER :: NP

◆ wt

real, dimension(:), allocatable gr_wt::wt

Definition at line 140 of file ww3_gint.F90.

140  REAL, ALLOCATABLE :: WT(:)