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 790 for branches/dev_001_GM/NEMO/TOP_SRC/LOBSTER/trcsed.F90 – NEMO

Ignore:
Timestamp:
2008-01-12T11:10:18+01:00 (16 years ago)
Author:
gm
Message:

dev_001_GM - complete theprevious comit with omitted routines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_GM/NEMO/TOP_SRC/LOBSTER/trcsed.F90

    r777 r790  
    2828   !!---------------------------------------------------------------------- 
    2929   !! NEMO/TOP 2.0 , LOCEAN-IPSL (2007)  
    30    !! $Id:$  
     30   !! $Id$  
    3131   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    3232   !!---------------------------------------------------------------------- 
     
    9090# endif 
    9191# if defined key_trc_diaadd 
     92!!gm  bug introduced: no more mask below jpkb !  
    9293               trc2d(ji,jj,8) = trc2d(ji,jj,8) + ztra * fse3t(ji,jj,jk) * 86400. 
    9394# endif 
     
    9798 
    9899#if defined key_trc_diabio 
    99       CALL lbc_lnk (trbio(:,:,1,8), 'T', 1. )    ! Lateral boundary conditions on trcbio 
     100      CALL lbc_lnk( trbio(:,:,1,8), 'T', 1. )    ! Lateral boundary conditions on trcbio 
    100101#endif 
    101102#if defined key_trc_diaadd 
Note: See TracChangeset for help on using the changeset viewer.