source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/src/OCE/OBS/obs_const.F90 @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

File size: 836 bytes
Line 
1MODULE obs_const
2   !!=====================================================================
3   !!                       ***  MODULE obs_const  ***
4   !! Observation diagnostics: Constants used by many modules
5   !!=====================================================================
6   !!----------------------------------------------------------------------
7   !! NEMO/OCE 4.0 , NEMO Consortium (2018)
8   !! $Id: obs_const.F90 10068 2018-08-28 14:09:04Z nicolasmartin $
9   !! Software governed by the CeCILL license (see ./LICENSE)
10   !!----------------------------------------------------------------------
11
12   !! * Modules used
13   USE par_kind, ONLY : & ! Precision variables
14      & sp         
15   IMPLICIT NONE
16
17   !! * Routine/type accessibility
18   PUBLIC
19
20   REAL(kind=sp), PARAMETER :: obfillflt=99999.
21
22END MODULE obs_const
23
Note: See TracBrowser for help on using the repository browser.