SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modd_wp.F90
Go to the documentation of this file.
1 !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2 !SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3 !SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
4 !SFX_LIC for details. version 1.
5 MODULE modd_wp
6  !! necessary for compiling Gelato, but not included in LIB/GELATO for reasons relevant to
7  !! Gelato build process
8  INTEGER, PUBLIC, PARAMETER :: wp = SELECTED_REAL_KIND(12,307) !: double precision (real 8)
9 END MODULE modd_wp