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/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/TOOLS/OBSTOOLS/src – NEMO

source: branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/TOOLS/OBSTOOLS/src/obs_sla_types.F90 @ 6808

Last change on this file since 6808 was 6808, checked in by jamesharle, 8 years ago

merge with trunk@6232 for consistency with SSB code

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.