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

source: branches/UKMO/dev_r5785_SSS_obsoper/NEMOGCM/NEMO/OPA_SRC/OBS/obs_seaice_io.F90 @ 7773

Last change on this file since 7773 was 7773, checked in by mattmartin, 7 years ago

Committing updates after doing the following:

  • merging the branch dev_r4650_general_vert_coord_obsoper@7763 into this branch
  • updating it so that the following OBS changes were implemented correctly on top of the simplification changes:
    • generalised vertical coordinate for profile obs. This was done so that is now the default option.
    • sst bias correction implemented with the new simplified obs code.
    • included the biogeochemical obs types int he new simplified obs code.
    • included the changes to exclude obs in the boundary for limited area models
    • included other changes for the efficiency of the obs operator to remove global arrays.
File size: 1.1 KB
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
20   !!----------------------------------------------------------------------
21   !! NEMO/OPA 3.3 , NEMO Consortium (2010)
22   !! $Id$
23   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
24   !!----------------------------------------------------------------------
25
26CONTAINS
27
28#include "obsseaice_io.h90"
29
30END MODULE obs_seaice_io
Note: See TracBrowser for help on using the repository browser.