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 521 for trunk/NEMO/OPA_SRC/TRD/trdicp.F90 – NEMO

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

nemo_v1_update_73 : CT : build Mixed Layer restart files using iom

File:
1 edited

Legend:

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

    r503 r521  
    702702   !!---------------------------------------------------------------------- 
    703703CONTAINS 
    704    SUBROUTINE trd_2d( ptrd2dx, ptrd2dy, ktrd , ctype )       ! Empty routine 
     704   SUBROUTINE trd_2d( ptrd2dx, ptrd2dy, ktrd , ctype, clpas )       ! Empty routine 
    705705      REAL, DIMENSION(:,:) ::   ptrd2dx, ptrd2dy 
    706       WRITE(*,*) 'trd_2d: You should not have seen this print! error ?', ptrd2dx(1,1), ptrd2dy(1,1), ktrd, ctype 
     706      CHARACTER(len=3), INTENT(in), OPTIONAL ::   clpas     ! number of passage 
     707      WRITE(*,*) 'trd_2d: You should not have seen this print! error ?', & 
     708          &       ptrd2dx(1,1), ptrd2dy(1,1), ktrd, ctype, clpas 
    707709   END SUBROUTINE trd_2d 
    708    SUBROUTINE trd_3d( ptrd3dx, ptrd3dy, ktrd , ctype )       ! Empty routine 
     710   SUBROUTINE trd_3d( ptrd3dx, ptrd3dy, ktrd , ctype, clpas )       ! Empty routine 
    709711      REAL, DIMENSION(:,:,:) ::   ptrd3dx, ptrd3dy 
    710       WRITE(*,*) 'trd_3d: You should not have seen this print! error ?', ptrd3dx(1,1,1), ptrd3dy(1,1,1), ktrd, ctype 
     712      CHARACTER(len=3), INTENT(in), OPTIONAL ::   clpas     ! number of passage 
     713      WRITE(*,*) 'trd_3d: You should not have seen this print! error ?', & 
     714          &       ptrd3dx(1,1,1), ptrd3dy(1,1,1), ktrd, ctype, clpas 
    711715   END SUBROUTINE trd_3d 
    712716   SUBROUTINE trd_icp_init               ! Empty routine 
Note: See TracChangeset for help on using the changeset viewer.