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 utils/tools/OBSTOOLS/src – NEMO

source: utils/tools/OBSTOOLS/src/obssla_types.h90 @ 10841

Last change on this file since 10841 was 9598, checked in by nicolasmartin, 6 years ago

Reorganisation plan for NEMO repository: changes to make compilation succeed with new structure
Juste one issue left with AGRIF_NORDIC with AGRIF preprocessing
Standardisation of routines header with version 4.0 and year 2018
Fix for some broken symlinks

File size: 488 bytes
Line 
1   !!----------------------------------------------------------------------
2   !! NEMO/OCE 4.0 , NEMO Consortium (2018)
3   !! $Id: obssla_types.h90 2287 2010-10-18 07:53:52Z smasson $
4   !! Software governed by the CeCILL licence (./LICENSE)
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.