Last change
on this file since 7197 was
6486,
checked in by davestorkey, 5 years ago
|
Remove SVN keywords from UKMO/dev_r5518_GO6_package branch.
|
File size:
1.1 KB
|
Line | |
---|
1 | MODULE trdtrc |
---|
2 | !!====================================================================== |
---|
3 | !! *** MODULE trdtrc *** |
---|
4 | !! Dummy module |
---|
5 | !!====================================================================== |
---|
6 | !!---------------------------------------------------------------------- |
---|
7 | !! Dummy module NO TOP use |
---|
8 | !!---------------------------------------------------------------------- |
---|
9 | CONTAINS |
---|
10 | |
---|
11 | SUBROUTINE trd_trc( ptrtrd, kjn, ktrd, kt ) |
---|
12 | INTEGER :: kt, kjn, ktrd |
---|
13 | REAL :: ptrtrd(:,:,:) |
---|
14 | WRITE(*,*) 'trd_trc : 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_trc |
---|
17 | |
---|
18 | !!---------------------------------------------------------------------- |
---|
19 | !! NEMO/OPA 3.3 , NEMO Consortium (2010) |
---|
20 | !! $Id$ |
---|
21 | !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) |
---|
22 | !!====================================================================== |
---|
23 | END MODULE trdtrc |
---|
Note: See
TracBrowser
for help on using the repository browser.