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/2018/dev_r9956_ENHANCE05_ZAD_AIMP/src/OCE/OBS – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/src/OCE/OBS/obs_const.F90 @ 9957

Last change on this file since 9957 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

  • Property svn:keywords set to Id
File size: 775 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 licence (./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.