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

source: trunk/NEMO/OPA_SRC/trcstp.F90 @ 187

Last change on this file since 187 was 187, checked in by opalod, 19 years ago

CL + CE : UPDATE129 : for use of tracer component

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 816 bytes
Line 
1MODULE trcstp
2   !!======================================================================
3   !!                       ***  MODULE trcstp  ***
4   !!  Dummy module
5   !! Time-stepping    : time loop of opa for passive tracer
6   !!======================================================================
7
8   !!----------------------------------------------------------------------
9   !!   Default key                                     No passive tracers
10   !!----------------------------------------------------------------------
11CONTAINS
12   SUBROUTINE trc_stp( kt )        ! Empty routine
13      INTEGER, INTENT(in) :: kt
14      WRITE(*,*) 'trc_stp: You should not have seen this print! error?', kt
15   END SUBROUTINE trc_stp
16
17   !!======================================================================
18END MODULE trcstp
Note: See TracBrowser for help on using the repository browser.