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.
c1d.F90 in trunk/NEMO/C1D_SRC – NEMO

source: trunk/NEMO/C1D_SRC/c1d.F90 @ 2245

Last change on this file since 2245 was 1146, checked in by rblod, 16 years ago

Add svn Id (first try), see ticket #210

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 978 bytes
RevLine 
[900]1MODULE c1d
[253]2   !!======================================================================
[900]3   !!                     ***  MODULE  c1d  ***
4   !! Ocean domain  :  1D configuration
[253]5   !!=====================================================================
[900]6   !! History :   2.0  !  2004-09  (C. Ethe)  Original code
7   !!             3.0  !  2008-04 (G. Madec)  adaptation to SBC
[253]8   !!----------------------------------------------------------------------
9
10   IMPLICIT NONE
11   PRIVATE
12
[900]13#if defined key_c1d
14   LOGICAL, PUBLIC, PARAMETER ::   lk_c1d = .TRUE.    !: 1D config. flag activated
[253]15#else
[900]16   LOGICAL, PUBLIC, PARAMETER ::   lk_c1d = .FALSE.   !: 1D config. flag de-activated
[253]17#endif
18
[900]19   !!----------------------------------------------------------------------
20   !! NEMO/C1D 3.0 , LOCEAN-IPSL (2008)
[1146]21   !! $Id$
[900]22   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt)
[253]23   !!=====================================================================
[900]24END MODULE c1d
Note: See TracBrowser for help on using the repository browser.