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 3214 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/TRA/traldf_iso_grif.F90 – NEMO

Ignore:
Timestamp:
2011-12-12T14:33:31+01:00 (13 years ago)
Author:
cbricaud
Message:

undo last change (keep the second declaration of jpk ) and remove the first one in par_oce.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/TRA/traldf_iso_grif.F90

    r3186 r3214  
    410410   !!---------------------------------------------------------------------- 
    411411CONTAINS 
    412    SUBROUTINE tra_ldf_iso_grif( kt, cdtype, pgu, pgv, ptb, pta, kjpt, pahtb0 )      ! Empty routine 
     412  SUBROUTINE tra_ldf_iso_grif( kt, kit000, cdtype, pgu, pgv,              & 
     413       &                                   ptb, pta, kjpt, pahtb0 ) 
    413414      CHARACTER(len=3) ::   cdtype 
     415      INTEGER                              , INTENT(in   ) ::   kit000     ! first time step index 
    414416      REAL, DIMENSION(:,:,:) ::   pgu, pgv   ! tracer gradient at pstep levels 
    415417      REAL, DIMENSION(:,:,:,:) ::   ptb, pta 
Note: See TracChangeset for help on using the changeset viewer.