source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/tools/OBSTOOLS/src/obs_sla_types.F90 @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

File size: 839 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/OCE 4.0 , NEMO Consortium (2018)
11   !! $Id: obs_sla_types.F90 2287 2010-10-18 07:53:52Z smasson $
12   !! Software governed by the CeCILL licence (./LICENSE)
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.