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 2910 for branches/2011/dev_r2802_TOP_substepping/NEMOGCM/NEMO/OPA_SRC/TRA/trabbl.F90 – NEMO

Ignore:
Timestamp:
2011-10-13T11:41:49+02:00 (13 years ago)
Author:
kpedwards
Message:

Updates from Christian - use kit000 in local TRA code; plus a few style corrections in TRC code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_TOP_substepping/NEMOGCM/NEMO/OPA_SRC/TRA/trabbl.F90

    r2892 r2910  
    311311 
    312312 
    313    SUBROUTINE bbl( kt, nit000, cdtype ) 
     313   SUBROUTINE bbl( kt, kit000, cdtype ) 
    314314      !!---------------------------------------------------------------------- 
    315315      !!                  ***  ROUTINE bbl  *** 
     
    343343      ! 
    344344      INTEGER         , INTENT(in   ) ::   kt       ! ocean time-step index 
    345       INTEGER         , INTENT(in   ) ::   nit000          ! first time step index 
     345      INTEGER         , INTENT(in   ) ::   kit000          ! first time step index 
    346346      CHARACTER(len=3), INTENT(in   ) ::   cdtype   ! =TRA or TRC (tracer indicator) 
    347347      !! 
     
    390390      ENDIF 
    391391      
    392       IF( kt == nit000 )  THEN 
     392      IF( kt == kit000 )  THEN 
    393393         IF(lwp)  WRITE(numout,*) 
    394394         IF(lwp)  WRITE(numout,*) 'trabbl:bbl : Compute bbl velocities and diffusive coefficients in ', cdtype 
     
    538538      !! 
    539539      !! ** Method  :   Read the nambbl namelist and check the parameters 
    540       !!              called by nemo_init at the first timestep (nit000) 
     540      !!              called by nemo_init at the first timestep (kit000) 
    541541      !!---------------------------------------------------------------------- 
    542542      USE wrk_nemo, ONLY:   wrk_in_use, wrk_not_released 
Note: See TracChangeset for help on using the changeset viewer.