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/dev_1784_OBS/NEMO/OPA_SRC/OBS – NEMO

source: branches/dev_1784_OBS/NEMO/OPA_SRC/OBS/obs_const.F90 @ 2001

Last change on this file since 2001 was 2001, checked in by djlea, 14 years ago

Adding observation operator code

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.