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/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/TRD – NEMO

source: NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/TRD/trdtrc.F90 @ 10969

Last change on this file since 10969 was 10966, checked in by acc, 5 years ago

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : Convert TOP routines in TOP/TRP directory and all knock on effects of these conversions. SETTE tested (GYRE_PISCES only)

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