global_cycle  1.4.0
 All Data Structures Files Functions Variables
machine.f90
Go to the documentation of this file.
1 
4 
7 MODULE machine
8 
9  IMPLICIT NONE
10  SAVE
11  integer, parameter :: kind_io4 = 4
13  integer, parameter :: kind_io8 = 8
15  END MODULE MACHINE
Holds machine dependent constants for global_cycle.
Definition: machine.f90:7