Last change
on this file since 9487 was
8280,
checked in by timgraham, 4 years ago
|
331: Merge of MEDUSA stable branch and HadGEM3 coupling branches into GO6 package branch.
|
File size:
1.1 KB
|
Line | |
---|
1 | #if ! defined key_top |
---|
2 | MODULE trdtrc |
---|
3 | !!====================================================================== |
---|
4 | !! *** MODULE trdtrc *** |
---|
5 | !! Dummy module |
---|
6 | !!====================================================================== |
---|
7 | !!---------------------------------------------------------------------- |
---|
8 | !! Dummy module NO TOP use |
---|
9 | !!---------------------------------------------------------------------- |
---|
10 | CONTAINS |
---|
11 | |
---|
12 | SUBROUTINE trd_trc( ptrtrd, kjn, ktrd, kt ) |
---|
13 | INTEGER :: kt, kjn, ktrd |
---|
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 | !!---------------------------------------------------------------------- |
---|
20 | !! NEMO/OPA 3.3 , NEMO Consortium (2010) |
---|
21 | !! $Id$ |
---|
22 | !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) |
---|
23 | !!====================================================================== |
---|
24 | END MODULE trdtrc |
---|
25 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.