source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/tools/OBSTOOLS/src/obs_prof_io.F90 @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

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/OCE 4.0 , NEMO Consortium (2018)
24   !! $Id: obs_prof_io.F90 2287 2010-10-18 07:53:52Z smasson $
25   !! Software governed by the CeCILL licence (./LICENSE)
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.