source: LMDZ6/trunk/libf/phymar/Mod_Real.f90 @ 3956

Last change on this file since 3956 was 2089, checked in by Laurent Fairhead, 10 years ago

Inclusion de la physique de MAR


Integration of MAR physics

File size: 178 bytes
Line 
1module 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
7end module Mod_Real
Note: See TracBrowser for help on using the repository browser.