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 507 – NEMO

Changeset 507


Ignore:
Timestamp:
2006-10-02T16:31:00+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_057:RB: correct trdmod empty routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRD/trdmod.F90

    r503 r507  
    250250 
    251251CONTAINS 
    252    SUBROUTINE trd_mod(ptrd3dx, ptrd3dy, ktrd , ctype, kt)       ! Empty routine 
     252   SUBROUTINE trd_mod(ptrd3dx, ptrd3dy, ktrd , ctype, kt, cnbpas)   ! Empty routine 
    253253      REAL, DIMENSION(:,:,:), INTENT( in ) ::   & 
    254           ptrd3dx,                     &   ! Temperature or U trend  
    255           ptrd3dy                          ! Salinity    or V trend 
    256       INTEGER, INTENT( in ) ::   ktrd      ! momentum or tracer trend index 
    257       INTEGER, INTENT( in ) ::   kt        ! Time step 
    258       CHARACTER(len=3), INTENT( in ) ::   & 
    259          ctype                             ! momentum or tracers trends type 
     254          ptrd3dx,                     &                           ! Temperature or U trend  
     255          ptrd3dy                                                  ! Salinity    or V trend 
     256      INTEGER, INTENT( in ) ::   ktrd                              ! momentum or tracer trend index 
     257      INTEGER, INTENT( in ) ::   kt                                ! Time step 
     258      CHARACTER(len=3), INTENT( in ) ::  ctype                     ! momentum or tracers trends type 
     259      CHARACTER(len=3), INTENT( in ), OPTIONAL ::   cnbpas         ! number of passage 
    260260      WRITE(*,*) 'trd_3d: You should not have seen this print! error ?', ptrd3dx(1,1,1) 
    261261      WRITE(*,*) ' "   ": You should not have seen this print! error ?', ptrd3dy(1,1,1) 
Note: See TracChangeset for help on using the changeset viewer.