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 2528 for trunk/NEMOGCM/NEMO/TOP_SRC/MY_TRC/trcsms_my_trc.F90 – NEMO

Ignore:
Timestamp:
2010-12-27T18:33:53+01:00 (13 years ago)
Author:
rblod
Message:

Update NEMOGCM from branch nemo_v3_3_beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/MY_TRC/trcsms_my_trc.F90

    r1255 r2528  
    1515   USE oce_trc         ! Ocean variables 
    1616   USE trc             ! TOP variables 
    17    USE trdmld_trc_oce 
    18    USE trdmld_trc 
     17   USE trdmod_oce 
     18   USE trdmod_trc 
    1919 
    2020   IMPLICIT NONE 
     
    2424 
    2525   !!---------------------------------------------------------------------- 
    26    !! NEMO/TOP 2.0 , LOCEAN-IPSL (2007)  
     26   !! NEMO/TOP 3.3 , NEMO Consortium (2010) 
    2727   !! $Id$  
    28    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     28   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    2929   !!---------------------------------------------------------------------- 
    3030 
     
    6464          DO jn = jp_myt0, jp_myt1 
    6565            ztrmyt(:,:,:) = tra(:,:,:,jn) 
    66             CALL trd_mod_trc( ztrmyt, jn, jptrc_trd_sms, kt )   ! save trends 
     66            CALL trd_mod_trc( ztrmyt, jn, jptra_trd_sms, kt )   ! save trends 
    6767          END DO 
    6868      END IF 
Note: See TracChangeset for help on using the changeset viewer.