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/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/OBS – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/OBS/obs_prof_io.F90 @ 2281

Last change on this file since 2281 was 2281, checked in by smasson, 14 years ago

set proper svn properties to all files...

  • Property svn:keywords set to Id
File size: 945 bytes
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
22CONTAINS
23
24#include "obsprof_io.h90"
25
26END MODULE obs_prof_io
Note: See TracBrowser for help on using the repository browser.