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.
trdmod_trc.F90 in branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRD – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRD/trdmod_trc.F90 @ 2287

Last change on this file since 2287 was 2287, checked in by smasson, 14 years ago

update licence of all NEMO files...

  • Property svn:keywords set to Id
File size: 1.2 KB
Line 
1MODULE trdmod_trc
2   !!======================================================================
3   !!                       ***  MODULE trdmod_trc  ***
4   !!  Dummy module
5   !!======================================================================
6   !!----------------------------------------------------------------------
7   !! NEMO/OPA 3.3 , NEMO Consortium (2010)
8   !! $Id$
9   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt)
10   !!----------------------------------------------------------------------
11   !!----------------------------------------------------------------------
12   !!   Dummy module                                             NO TOP use
13   !!----------------------------------------------------------------------
14CONTAINS
15
16   SUBROUTINE trd_mod_trc( ptrtrd, kjn, ktrd, kt )
17      INTEGER ::   kt, kjn, ktrd   
18      REAL    ::   ptrtrd(:,:,:) 
19      WRITE(*,*) 'trd_mod_trc_trp : You should not have seen this print! error?', ptrtrd(1,1,1)
20      WRITE(*,*) '  "      "      : You should not have seen this print! error?', kjn, ktrd, kt
21   END SUBROUTINE trd_mod_trc
22
23   !!======================================================================
24END MODULE trdmod_trc
Note: See TracBrowser for help on using the repository browser.