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.
Changeset 771 for branches/dev_001_GM/NEMO/TOP_SRC/trcdit.F90 – NEMO

Ignore:
Timestamp:
2007-12-17T11:51:41+01:00 (16 years ago)
Author:
gm
Message:

dev_001_GM - small error corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/TOP_SRC/trcdit.F90

    r768 r771  
    197197   END SUBROUTINE trcdit_wr 
    198198 
    199  
    200199# if defined key_trc_diatrd 
    201200 
     
    435434   END SUBROUTINE trcdid_wr 
    436435 
     436# else 
     437   SUBROUTINE trcdid_wr( kt, kindic )                      ! Dummy routine 
     438      INTEGER, INTENT ( in ) ::   kt, kindic 
     439      WRITE(*,*) 'trcdid_wr: You should not have seen this print! error?', kt, kindic 
     440   END SUBROUTINE trcdid_wr 
    437441# endif 
    438442 
     
    580584END SUBROUTINE trcdii_wr 
    581585 
     586# else 
     587   SUBROUTINE trcdii_wr( kt, kindic )                      ! Dummy routine 
     588      INTEGER, INTENT ( in ) :: kt, kindic 
     589      WRITE(*,*) 'trcdii_wr: You should not have seen this print! error?', kt, kindic 
     590   END SUBROUTINE trcdii_wr 
    582591# endif 
    583592 
     
    701710   END SUBROUTINE trcdib_wr 
    702711 
     712# else 
     713   SUBROUTINE trcdib_wr( kt, kindic )                      ! Dummy routine 
     714      INTEGER, INTENT ( in ) ::   kt, kindic 
     715      WRITE(*,*) 'trcdib_wr: You should not have seen this print! error?', kt, kindic 
     716   END SUBROUTINE trcdib_wr 
    703717# endif  
    704718 
Note: See TracChangeset for help on using the changeset viewer.