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/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/TRD – NEMO

source: branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/TRD/trdmod_trc.F90 @ 2236

Last change on this file since 2236 was 2104, checked in by cetlod, 14 years ago

update DEV_r2006_merge_TRA_TRC according to review

File size: 927 bytes
Line 
1MODULE trdmod_trc
2   !!======================================================================
3   !!                       ***  MODULE trdmod_trc  ***
4   !!  Dummy module
5   !!======================================================================
6   !!----------------------------------------------------------------------
7   !!   Dummy module                                             NO TOP use
8   !!----------------------------------------------------------------------
9CONTAINS
10
11   SUBROUTINE trd_mod_trc( ptrtrd, kjn, ktrd, kt )
12      INTEGER ::   kt, kjn, ktrd   
13      REAL    ::   ptrtrd(:,:,:) 
14      WRITE(*,*) 'trd_mod_trc_trp : You should not have seen this print! error?', ptrtrd(1,1,1)
15      WRITE(*,*) '  "      "      : You should not have seen this print! error?', kjn, ktrd, kt
16   END SUBROUTINE trd_mod_trc
17
18   !!======================================================================
19END MODULE trdmod_trc
Note: See TracBrowser for help on using the repository browser.