FV3 Bundle
fms_io_mod::meta_type Type Reference
Collaboration diagram for fms_io_mod::meta_type:
[legend]

Private Attributes

type(meta_type), pointer prev =>null()
 
type(meta_type), pointer next =>null()
 
character(len=256) name
 
real, dimension(:), allocatable rval
 
integer, dimension(:), allocatable ival
 
character(len=256) cval
 

Detailed Description

Definition at line 175 of file fms_io.F90.

Member Data Documentation

◆ cval

character(len=256) fms_io_mod::meta_type::cval
private

Definition at line 184 of file fms_io.F90.

◆ ival

integer, dimension(:), allocatable fms_io_mod::meta_type::ival
private

Definition at line 181 of file fms_io.F90.

◆ name

character(len=256) fms_io_mod::meta_type::name
private

Definition at line 179 of file fms_io.F90.

◆ next

type(meta_type), pointer fms_io_mod::meta_type::next =>null()
private

Definition at line 176 of file fms_io.F90.

◆ prev

type(meta_type), pointer fms_io_mod::meta_type::prev =>null()
private

Definition at line 176 of file fms_io.F90.

◆ rval

real, dimension(:), allocatable fms_io_mod::meta_type::rval
private

Definition at line 180 of file fms_io.F90.


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