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

source: branches/dev_1784_OBS/NEMO/OPA_SRC/OBS/obs_seaice_io.F90 @ 2001

Last change on this file since 2001 was 2001, checked in by djlea, 14 years ago

Adding observation operator code

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