source: dynamico_lmdz/aquaplanet/LMDZ5/libf/phymar/Mod_Real.f90 @ 3809

Last change on this file since 3809 was 3809, checked in by ymipsl, 10 years ago

Add LMDZ in aquaplanet configuration
YM

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.