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 3318 for branches/2012/dev_r3309_LOCEAN12_Ediag/NEMOGCM/NEMO/TOP_SRC/TRP/trcnxt.F90 – NEMO

Ignore:
Timestamp:
2012-02-25T16:50:01+01:00 (12 years ago)
Author:
gm
Message:

Ediag branche: #927 split TRA/DYN trd computation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3309_LOCEAN12_Ediag/NEMOGCM/NEMO/TOP_SRC/TRP/trcnxt.F90

    r3294 r3318  
    3030   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    3131   USE prtctl_trc      ! Print control for debbuging 
    32    USE trdmod_oce 
    33    USE trdtra 
    34    USE tranxt 
     32   USE trd_oce         ! trends: ocean variables 
     33   USE trdtra          ! trends: tracer manager 
     34   USE tranxt          !  
    3535# if defined key_agrif 
    3636   USE agrif_top_update 
     
    157157               zfact = 1.e0 / r2dt(jk)   
    158158               ztrdt(:,:,jk,jn) = ( trb(:,:,jk,jn) - ztrdt(:,:,jk,jn) ) * zfact  
    159                CALL trd_tra( kt, 'TRC', jn, jptra_trd_atf, ztrdt ) 
     159               CALL trd_tra( kt, 'TRC', jn, jptra_atf, ztrdt ) 
    160160            END DO 
    161161         END DO 
Note: See TracChangeset for help on using the changeset viewer.