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 branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/OBS – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/OBS/obs_const.F90 @ 2281

Last change on this file since 2281 was 2281, checked in by smasson, 14 years ago

set proper svn properties to all files...

  • Property svn:keywords set to Id
File size: 509 bytes
Line 
1MODULE obs_const
2   !!=====================================================================
3   !!                       ***  MODULE obs_const  ***
4   !! Observation diagnostics: Constants used by many modules
5   !!=====================================================================
6   !! * Modules used
7   USE par_kind, ONLY : & ! Precision variables
8      & sp         
9   IMPLICIT NONE
10
11   !! * Routine/type accessibility
12   PUBLIC
13
14   REAL(kind=sp), PARAMETER :: obfillflt=99999.
15
16END MODULE obs_const
17
Note: See TracBrowser for help on using the repository browser.