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.
initrc.F90 in trunk/NEMO/OPA_SRC – NEMO

source: trunk/NEMO/OPA_SRC/initrc.F90 @ 719

Last change on this file since 719 was 719, checked in by ctlod, 17 years ago

get back to the nemo_v2_3 version for trunk

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1MODULE initrc
2   !!======================================================================
3   !!                       ***  MODULE initrc  ***
4   !!  Dummy module
5   !! Initialization for the tracer model
6   !!======================================================================
7
8   !!----------------------------------------------------------------------
9   !!   Default key                                     No passive tracers
10   !!----------------------------------------------------------------------
11   !!----------------------------------------------------------------------
12   !!  OPA 9.0 , LOCEAN-IPSL (2005)
13   !! $Header$
14   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
15   !!----------------------------------------------------------------------
16CONTAINS
17   SUBROUTINE ini_trc        ! Empty routine
18      WRITE(*,*) 'ini_trc: You should not have seen this print! error?'
19   END SUBROUTINE ini_trc
20
21   !!======================================================================
22END MODULE initrc
Note: See TracBrowser for help on using the repository browser.