source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/tools/OBSTOOLS/src/obs_vel_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_vel_io
2   !!======================================================================
3   !!                       ***  MODULE obs_vel_io  ***
4   !! Observation operators : I/O for TAO velocity data
5   !!======================================================================
6   !! History :
7   !!             !  09-01  (K. Mogensen) Initial version based on obs_read_taovel
8   !!----------------------------------------------------------------------
9   !!----------------------------------------------------------------------
10   !!   read_taofile    :  Read a obfbdata structure from an TAO velocity file.
11   !!----------------------------------------------------------------------
12   USE par_kind
13   USE obs_utils
14   USE obs_fbm
15   USE obs_conv
16   USE in_out_manager
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_vel_io.F90 2287 2010-10-18 07:53:52Z smasson $
25   !! Software governed by the CeCILL licence (./LICENSE)
26   !!----------------------------------------------------------------------
27
28CONTAINS
29
30#include "obsvel_io.h90"
31
32END MODULE obs_vel_io
Note: See TracBrowser for help on using the repository browser.