Data types | Storage units |
integer, real, logical | 1 numerical storage unit |
complex, double precision | 2 numerical storage units |
character*(N) | N character storage units |
In the case of an array the number of storage units must be multiplied by the total number of elements in the array.
The relationship between the numeric and character storage units is deliberately undefined because it is entirely system-dependent.