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_prof_io.F90 in branches/UKMO/dev_r8183_ICEMODEL_svn_removed/NEMOGCM/TOOLS/OBSTOOLS/src – NEMO

source: branches/UKMO/dev_r8183_ICEMODEL_svn_removed/NEMOGCM/TOOLS/OBSTOOLS/src/obs_prof_io.F90 @ 8733

Last change on this file since 8733 was 8733, checked in by dancopsey, 6 years ago

Remove svn keywords.

File size: 1.2 KB
Line 
1MODULE obs_prof_io
2   !!======================================================================
3   !!                       ***  MODULE obs_prof_io  ***
4   !! Observation operators : I/O for ENACT and Coriolis files
5   !!======================================================================
6   !! History :
7   !!             !  09-01  (K. Mogensen) Initial version
8   !!----------------------------------------------------------------------
9   !!----------------------------------------------------------------------
10   !!   read_enactfile    :  Read a obfbdata structure from an ENACT file.
11   !!   read_coriofile    :  Read a obfbdata structure from an Coriolis file.
12   !!----------------------------------------------------------------------
13   USE par_kind
14   USE obs_utils
15   USE obs_fbm
16   USE obs_conv
17   USE netcdf
18   IMPLICIT NONE
19
20   INTEGER, PARAMETER :: imaxlev = 10000
21
22   !!----------------------------------------------------------------------
23   !! NEMO/OPA 3.3 , NEMO Consortium (2010)
24   !! $Id$
25   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
26   !!----------------------------------------------------------------------
27
28CONTAINS
29
30#include "obsprof_io.h90"
31
32END MODULE obs_prof_io
Note: See TracBrowser for help on using the repository browser.