LMDZ
Mod_Real.f90
Go to the documentation of this file.
1 module mod_real
2 
3  IMPLICIT NONE
4  INTEGER, PARAMETER :: real4 = selected_real_kind(6,37)
5  INTEGER, PARAMETER :: real8 = selected_real_kind(15,307)
6  PUBLIC
7 end module mod_real
integer, parameter real8
Definition: Mod_Real.f90:5
integer, parameter real4
Definition: Mod_Real.f90:4