UPP
001
|
This module is to hold specification kinds for variable declaration. More...
Go to the source code of this file.
Data Types | |
module | kinds |
This module is 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.
Variables name | Numerical data types |
---|---|
i_byte | specification kind for byte (1-byte) integer variable |
i_short | specification kind for short (2-byte) integer variable |
i_long | specification kind for long (4-byte) integer variable |
i_llong | specification kind for double long (8-byte) integer variable |
r_single | specification kind for single precision (4-byte) real variable |
r_double | specification kind for double precision (8-byte) real variable |
r_quad | specification kind for quad precision (16-byte) real variable |
i_kind | generic specification kind for default integer |
r_kind | generic specification kind for default floating point |
Date | Programmer | Comments |
---|---|---|
2004-08-15 | Russ Treadon | Initial |
Definition in file kinds_mod.F.