fvcom_tools  1.12.0
 All Data Structures Files Functions Variables Pages
kinds.f90 File Reference

Hold specification kinds for variable declaration. More...

Go to the source code of this file.

Data Types

module  kinds
 Module to hold specification kinds for variable declaration. More...
 

Detailed Description

Hold specification kinds for variable declaration.

Author
David Wright, University of Michigan

Definition in file kinds.f90.


Data Type Documentation

module kinds

Module to hold specification kinds for variable declaration.

This module is based on (copied from) Paul vanDelst's type_kinds module found in the community radiative transfer model

Author
David Wright, University of Michigan

Definition at line 11 of file kinds.f90.

Data Fields
real(r_kind), parameter, public drmissing Fill value for double real missing data.
integer, parameter, public i_byte generic specification kind for default byte.
integer, parameter, public i_kind generic specification kind for default integer.
integer, parameter, public i_short generic specification kind for default short.
real(i_kind), parameter, public imissing Fill value for integer missing data.
integer, parameter, public len_sta_name Name length.
integer, parameter, public r_kind generic specification kind for default floating point
integer, parameter, public r_single specification kind for single precision (4-byte) real variable.
real(r_single), parameter, public rmissing Fill value for single real missing data.