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

source: branches/UKMO/r6232_tracer_advection/NEMOGCM/NEMO/OPA_SRC/OBS/obs_sla_types.F90 @ 9295

Last change on this file since 9295 was 9295, checked in by jcastill, 6 years ago

Remove svn keywords

File size: 799 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$
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.