WAVEWATCH III  beta 0.0.1
wmmdatmd::hgst Type Reference

Public Attributes

integer, dimension(2) vtime
 VTIME. More...
 
integer ntot
 NTOT. More...
 
integer nrec
 NREC. More...
 
integer nrc1
 NRC1. More...
 
integer nsnd
 NSND. More...
 
integer nsn1
 NSN1. More...
 
integer nsmx
 NSMX. More...
 
integer, dimension(2) xtime
 XTIME. More...
 
integer nrqhgs
 NRQHGS. More...
 
integer nrqout
 NRQOUT. More...
 
integer, dimension(:), pointer ljsea
 LJSEA. More...
 
integer, dimension(:), pointer nravg
 NRAVG. More...
 
integer, dimension(:,:), pointer impsrc
 IMPSRC. More...
 
integer, dimension(:,:), pointer itag
 ITAG. More...
 
integer, dimension(:,:), pointer isend
 ISEND. More...
 
integer, dimension(:), pointer irqhgs
 IRQHGS. More...
 
integer, dimension(:,:), pointer outdat
 OUTDAT. More...
 
real, dimension(:,:), pointer wgth
 WGTH. More...
 
real, dimension(:,:,:), pointer shgh
 SHGH. More...
 
real, dimension(:,:), pointer tstore
 TSTORE. More...
 
logical init
 INIT. More...
 

Detailed Description

Definition at line 458 of file wmmdatmd.F90.

Member Data Documentation

◆ impsrc

integer, dimension(:,:), pointer wmmdatmd::hgst::impsrc

IMPSRC.

Definition at line 474 of file wmmdatmd.F90.

474  INTEGER, POINTER :: IMPSRC(:,:)

◆ init

logical wmmdatmd::hgst::init

INIT.

Definition at line 486 of file wmmdatmd.F90.

486  LOGICAL :: INIT

◆ irqhgs

integer, dimension(:), pointer wmmdatmd::hgst::irqhgs

IRQHGS.

Definition at line 478 of file wmmdatmd.F90.

478  INTEGER, POINTER :: IRQHGS(:)

◆ isend

integer, dimension(:,:), pointer wmmdatmd::hgst::isend

ISEND.

Definition at line 476 of file wmmdatmd.F90.

476  INTEGER, POINTER :: ISEND(:,:)

◆ itag

integer, dimension(:,:), pointer wmmdatmd::hgst::itag

ITAG.

Definition at line 475 of file wmmdatmd.F90.

475  INTEGER, POINTER :: ITAG(:,:)

◆ ljsea

integer, dimension(:), pointer wmmdatmd::hgst::ljsea

LJSEA.

Definition at line 472 of file wmmdatmd.F90.

472  INTEGER, POINTER :: LJSEA(:)

◆ nravg

integer, dimension(:), pointer wmmdatmd::hgst::nravg

NRAVG.

Definition at line 473 of file wmmdatmd.F90.

473  INTEGER, POINTER :: NRAVG(:)

◆ nrc1

integer wmmdatmd::hgst::nrc1

NRC1.

Definition at line 462 of file wmmdatmd.F90.

462  INTEGER :: NRC1

◆ nrec

integer wmmdatmd::hgst::nrec

NREC.

Definition at line 461 of file wmmdatmd.F90.

461  INTEGER :: NREC

◆ nrqhgs

integer wmmdatmd::hgst::nrqhgs

NRQHGS.

Definition at line 469 of file wmmdatmd.F90.

469  INTEGER :: NRQHGS

◆ nrqout

integer wmmdatmd::hgst::nrqout

NRQOUT.

Definition at line 470 of file wmmdatmd.F90.

470  INTEGER :: NRQOUT

◆ nsmx

integer wmmdatmd::hgst::nsmx

NSMX.

Definition at line 465 of file wmmdatmd.F90.

465  INTEGER :: NSMX

◆ nsn1

integer wmmdatmd::hgst::nsn1

NSN1.

Definition at line 464 of file wmmdatmd.F90.

464  INTEGER :: NSN1

◆ nsnd

integer wmmdatmd::hgst::nsnd

NSND.

Definition at line 463 of file wmmdatmd.F90.

463  INTEGER :: NSND

◆ ntot

integer wmmdatmd::hgst::ntot

NTOT.

Definition at line 460 of file wmmdatmd.F90.

460  INTEGER :: NTOT

◆ outdat

integer, dimension(:,:), pointer wmmdatmd::hgst::outdat

OUTDAT.

Definition at line 479 of file wmmdatmd.F90.

479  INTEGER, POINTER :: OUTDAT(:,:)

◆ shgh

real, dimension(:,:,:), pointer wmmdatmd::hgst::shgh

SHGH.

Definition at line 482 of file wmmdatmd.F90.

482  REAL, POINTER :: SHGH(:,:,:)

◆ tstore

real, dimension(:,:), pointer wmmdatmd::hgst::tstore

TSTORE.

Definition at line 484 of file wmmdatmd.F90.

484  REAL, POINTER :: TSTORE(:,:)

◆ vtime

integer, dimension(2) wmmdatmd::hgst::vtime

VTIME.

Definition at line 459 of file wmmdatmd.F90.

459  INTEGER :: VTIME(2)

◆ wgth

real, dimension(:,:), pointer wmmdatmd::hgst::wgth

WGTH.

Definition at line 481 of file wmmdatmd.F90.

481  REAL, POINTER :: WGTH(:,:)

◆ xtime

integer, dimension(2) wmmdatmd::hgst::xtime

XTIME.

Definition at line 466 of file wmmdatmd.F90.

466  INTEGER :: XTIME(2)