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 14098 for NEMO/branches/2020/dev_r13787_doc_latex_recovery/src/TOP/TRP/trcdmp.F90 – NEMO

Ignore:
Timestamp:
2020-12-04T15:36:00+01:00 (4 years ago)
Author:
nicolasmartin
Message:

#2414 Sync merge with trunk

Location:
NEMO/branches/2020/dev_r13787_doc_latex_recovery
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13787_doc_latex_recovery

    • Property svn:externals
      •  

        old new  
        66^/vendors/FCM@HEAD            ext/FCM 
        77^/vendors/IOIPSL@HEAD         ext/IOIPSL 
         8^/vendors/PPR@HEAD            ext/PPR 
        89 
        910# SETTE 
  • NEMO/branches/2020/dev_r13787_doc_latex_recovery/src/TOP/TRP/trcdmp.F90

    r13295 r14098  
    1616   !!   trc_dmp_init : initialization, namlist read, parameters control 
    1717   !!---------------------------------------------------------------------- 
     18   USE par_trc        ! need jptra, number of passive tracers 
    1819   USE oce_trc         ! ocean dynamics and tracers variables 
    1920   USE trc             ! ocean passive tracers variables 
     
    108109               ! 
    109110               jl = n_trc_index(jn)  
    110                CALL trc_dta( kt, Kmm, sf_trcdta(jl), rf_trfac(jl), ztrcdta )   ! read tracer data at nit000 
     111               CALL trc_dta( kt, jl, ztrcdta )   ! read tracer data at nit000 
    111112               ! 
    112113               SELECT CASE ( nn_zdmp_tr ) 
     
    350351            IF( ln_trc_ini(jn) ) THEN      ! update passive tracers arrays with input data read from file 
    351352                jl = n_trc_index(jn) 
    352                 CALL trc_dta( kt, Kmm, sf_trcdta(jl), rf_trfac(jl), ztrcdta )   ! read tracer data at nit000 
     353                CALL trc_dta( kt, jl, ztrcdta )   ! read tracer data at nit000 
    353354                DO jc = 1, npncts 
    354355                   DO jk = 1, jpkm1 
Note: See TracChangeset for help on using the changeset viewer.