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_sla_io.F90 in branches/devukmo2010/NEMO/OPA_SRC/OBS – NEMO

source: branches/devukmo2010/NEMO/OPA_SRC/OBS/obs_sla_io.F90 @ 2202

Last change on this file since 2202 was 2202, checked in by rfurner, 14 years ago

changing names of OBS routines to avoid issues with fait_make_AA

File size: 821 bytes
Line 
1MODULE obs_sla_io
2   !!======================================================================
3   !!                       ***  MODULE obs_sla_io  ***
4   !! Observation operators : I/O for AVISO SLA files
5   !!======================================================================
6   !! History :
7   !!             !  09-01  (K. Mogensen) Initial version
8   !!----------------------------------------------------------------------
9   !!----------------------------------------------------------------------
10   !!   read_enactfile    :  Read a obfbdata structure from an AVISO SLA file
11   !!----------------------------------------------------------------------
12   USE par_kind
13   USE obs_utils
14   USE obs_fbm
15   use obs_sla_types
16   USE netcdf
17
18   IMPLICIT NONE
19
20CONTAINS
21
22#include "obssla_io.h90"
23
24END MODULE obs_sla_io
Note: See TracBrowser for help on using the repository browser.