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_vel_io.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_vel_io.F90 @ 2287

Last change on this file since 2287 was 2287, checked in by smasson, 13 years ago

update licence of all NEMO files...

  • Property svn:keywords set to Id
File size: 1.2 KB
RevLine 
[2128]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
[2287]22   !!----------------------------------------------------------------------
23   !! NEMO/OPA 3.3 , NEMO Consortium (2010)
24   !! $Id$
25   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
26   !!----------------------------------------------------------------------
27
[2128]28CONTAINS
29
[2202]30#include "obsvel_io.h90"
[2128]31
32END MODULE obs_vel_io
Note: See TracBrowser for help on using the repository browser.