SURFEX v8.1
General documentation of Surfex
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
integer, parameter, public wp
Definition: modd_wp.F90:8