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 @ 900

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

Update 1D configuration according to SBC and LIM3, see ticket #117

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 979 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)
21   !! $Id:$
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.