WAVEWATCH III  beta 0.0.1
w3ounfmetamd::part_tmpl_t Type Reference

Type for storing partitioned parameter template strings. More...

Public Attributes

character(len=128) tmpl
 Placeholder. More...
 
character(len=128), dimension(:), allocatable part_text
 Partition description. More...
 
integer(kind=2) np
 Num parts (max NOSWLL) More...
 
type(part_tmpl_t), pointer next
 LinkedList pointer. More...
 

Detailed Description

Type for storing partitioned parameter template strings.

Defined as a linked-list

Definition at line 261 of file w3ounfmetamd.F90.

Member Data Documentation

◆ next

type(part_tmpl_t), pointer w3ounfmetamd::part_tmpl_t::next

LinkedList pointer.

Definition at line 265 of file w3ounfmetamd.F90.

265  TYPE(PART_TMPL_T), POINTER :: NEXT

◆ np

integer(kind=2) w3ounfmetamd::part_tmpl_t::np

Num parts (max NOSWLL)

Definition at line 264 of file w3ounfmetamd.F90.

264  INTEGER(KIND=2) :: NP

◆ part_text

character(len=128), dimension(:), allocatable w3ounfmetamd::part_tmpl_t::part_text

Partition description.

Definition at line 263 of file w3ounfmetamd.F90.

263  CHARACTER(LEN=128), ALLOCATABLE :: PART_TEXT(:)

◆ tmpl

character(len=128) w3ounfmetamd::part_tmpl_t::tmpl

Placeholder.

Definition at line 262 of file w3ounfmetamd.F90.

262  CHARACTER(LEN=128) :: TMPL