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 3215 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM – NEMO

Ignore:
Timestamp:
2011-12-12T16:44:02+01:00 (12 years ago)
Author:
cbricaud
Message:

add missing argument kit000 in tra_ldf_iso_grif dummy routine

File:
1 edited

Legend:

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

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