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.
trdtrc.F90 in NEMO/trunk/src/OCE/TRD – NEMO

source: NEMO/trunk/src/OCE/TRD/trdtrc.F90 @ 13286

Last change on this file since 13286 was 13226, checked in by orioltp, 4 years ago

Merging dev_r12512_HPC-04_mcastril_Mixed_Precision_implementation into the trunk

  • Property svn:keywords set to Id
File size: 1.1 KB
RevLine 
[4804]1MODULE trdtrc
[13226]2   USE par_kind
[4804]3   !!======================================================================
4   !!                       ***  MODULE trdtrc  ***
5   !!  Dummy module
6   !!======================================================================
7   !!----------------------------------------------------------------------
8   !!   Dummy module                                             NO TOP use
9   !!----------------------------------------------------------------------
10CONTAINS
11
[12377]12   SUBROUTINE trd_trc( ptrtrd, kjn, ktrd, kt, Kmm )
[4804]13      INTEGER ::   kt, kjn, ktrd   
[12377]14      INTEGER ::   Kmm            ! time level index
[13226]15      REAL(wp)::   ptrtrd(:,:,:) 
[4804]16      WRITE(*,*) 'trd_trc : You should not have seen this print! error?', ptrtrd(1,1,1)
17      WRITE(*,*) '  "      "      : You should not have seen this print! error?', kjn, ktrd, kt
18   END SUBROUTINE trd_trc
19
20   !!----------------------------------------------------------------------
[9598]21   !! NEMO/OCE 4.0 , NEMO Consortium (2018)
[5215]22   !! $Id$
[10068]23   !! Software governed by the CeCILL license (see ./LICENSE)
[4804]24   !!======================================================================
25END MODULE trdtrc
Note: See TracBrowser for help on using the repository browser.