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_types.F90 in branches/2015/dev_merge_2015/NEMOGCM/TOOLS/OBSTOOLS/src – NEMO

source: branches/2015/dev_merge_2015/NEMOGCM/TOOLS/OBSTOOLS/src/obs_sla_types.F90 @ 6071

Last change on this file since 6071 was 6071, checked in by timgraham, 8 years ago

Commit of rest of merge with dev_MetOffice_merge_2015

File size: 853 bytes
Line 
1MODULE obs_sla_types
2   !!======================================================================
3   !!                       ***  MODULE obs_sla_type  ***
4   !! Observation operators : Satellite identifiers for SLA data
5   !!======================================================================
6   !! History :
7   !!             !  09-01  (K. Mogensen) Initial version
8   !!----------------------------------------------------------------------
9   !!----------------------------------------------------------------------
10   !! NEMO/OPA 3.3 , NEMO Consortium (2010)
11   !! $Id: obs_sla_types.F90 2287 2010-10-18 07:53:52Z smasson $
12   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
13   !!----------------------------------------------------------------------
14
15   IMPLICIT NONE
16
17#include "obssla_types.h90"
18
19END MODULE obs_sla_types
Note: See TracBrowser for help on using the repository browser.