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 2259 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90 – NEMO

Ignore:
Timestamp:
2010-10-13T19:00:25+02:00 (14 years ago)
Author:
cetlod
Message:

small bug correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90

    r2257 r2259  
    107107      INTEGER, INTENT(in) ::   kt   ! ocean time-step index 
    108108      !! 
    109       INTEGER  ::   ji, jj, jk           ! dummy loop indices   
    110       REAL(wp) ::   zfact, z1_e3t, zsrau,zdep 
     109      INTEGER  ::   ji, jj, jk, jn           ! dummy loop indices   
     110      REAL(wp) ::   zfact, z1_e3t, zsrau, zdep 
    111111      REAL(wp), DIMENSION(:,:,:), ALLOCATABLE ::  ztrdt, ztrds 
    112112      !!---------------------------------------------------------------------- 
     
    148148         !                                         ! ---------------------- 
    149149         zfact = 0.5e0 
    150          sbc_tsc_b(:,:,:) = sbc_tsc(:,:) 
     150         sbc_tsc_b(:,:,:) = sbc_tsc(:,:,:) 
    151151      ENDIF 
    152152      !                                          Compute now sbc tracer content fields 
Note: See TracChangeset for help on using the changeset viewer.