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 2104 for branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/trcnam.F90 – NEMO

Ignore:
Timestamp:
2010-09-17T14:35:46+02:00 (14 years ago)
Author:
cetlod
Message:

update DEV_r2006_merge_TRA_TRC according to review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/trcnam.F90

    r2038 r2104  
    102102      READ  ( numnat, namtrc ) 
    103103 
    104       !!Chris  computes the first time step of tracer model 
    105       nittrc000 = nit000 + nn_dttrc - 1 
    106  
    107104      DO jn = 1, jptra 
    108105         ctrcnm(jn) = sn_tracer(jn)%clsname 
     
    118115         WRITE(numout,*) ' Namelist : namtrc' 
    119116         WRITE(numout,*) '    time step freq. for pass. trac. nn_dttrc             = ', nn_dttrc 
    120          WRITE(numout,*) '    1st time step for pass. trac. nittrc000              = ', nittrc000 
    121117         WRITE(numout,*) '    frequency of outputs for passive tracers nn_writetrc = ', nn_writetrc   
    122118         WRITE(numout,*) '    restart LOGICAL for passive tr. ln_rsttr             = ', ln_rsttr 
     
    200196#endif 
    201197 
     198   !!---------------------------------------------------------------------- 
     199   !! NEMO/TOP 3.3 , LOCEAN-IPSL (2010)  
     200   !! $Id: $  
     201   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    202202   !!====================================================================== 
    203203END MODULE  trcnam 
Note: See TracChangeset for help on using the changeset viewer.