New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
obs_const.F90 in NEMO/branches/UKMO/dev_r10448_bdyvol/src/OCE/OBS – NEMO

source: NEMO/branches/UKMO/dev_r10448_bdyvol/src/OCE/OBS/obs_const.F90 @ 10454

Last change on this file since 10454 was 10068, checked in by nicolasmartin, 6 years ago

First part of modifications to have a common default header : fix typos and SVN keywords properties

  • Property svn:keywords set to Id
File size: 779 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$
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.