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.
obssla_types.h90 in NEMO/branches/UKMO/r8395_coupling_sequence/NEMOGCM/TOOLS/OBSTOOLS/src – NEMO

source: NEMO/branches/UKMO/r8395_coupling_sequence/NEMOGCM/TOOLS/OBSTOOLS/src/obssla_types.h90 @ 10761

Last change on this file since 10761 was 10761, checked in by jcastill, 5 years ago

Remove svn keys

File size: 449 bytes
Line 
1   !!----------------------------------------------------------------------
2   !! NEMO/OPA 3.3 , NEMO Consortium (2010)
3   !! $Id$
4   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
5   !!----------------------------------------------------------------------
6
7   INTEGER, PARAMETER :: imaxmissions=8
8   CHARACTER(len=3) :: cmissions(0:imaxmissions) = &
9      & (/ 'XXX', 'E1 ', 'E2 ', 'TP ', 'TPM', 'G2 ', 'J1 ', 'EN ', 'J2 ' /)
Note: See TracBrowser for help on using the repository browser.