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 9923 for NEMO/branches/2018/dev_r9838_ENHANCE04_MLF/src/TOP/trcnam.F90 – NEMO

Ignore:
Timestamp:
2018-07-11T10:24:17+02:00 (6 years ago)
Author:
gm
Message:

#1911 (ENHANCE-04): step I.2: dev_r9838_ENHANCE04_MLF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9838_ENHANCE04_MLF/src/TOP/trcnam.F90

    r9598 r9923  
    5252      !!--------------------------------------------------------------------- 
    5353      ! 
    54       IF( .NOT.l_offline )   CALL trc_nam_run     ! Parameters of the run                                   
     54      IF( .NOT.l_offline )   CALL trc_nam_run   ! Parameters of the run                                   
    5555      !                
    56       CALL trc_nam_trc                            ! passive tracer informations 
     56      CALL trc_nam_trc                          ! passive tracer informations 
    5757      !                                         
    5858      IF( ln_rsttr                     )   ln_trcdta = .FALSE.   ! restart : no need of clim data 
     
    6161      ! 
    6262      ! 
    63       IF(lwp) THEN                   ! control print 
     63      IF(lwp) THEN                              ! control print 
    6464         IF( ln_rsttr ) THEN 
    6565            WRITE(numout,*) 
     
    7676      ENDIF 
    7777      ! 
    78       rdttrc = rdt * FLOAT( nn_dttrc )          ! passive tracer time-step 
     78      rn_Dt_trc = REAL( nn_dttrc ) * rn_Dt      ! passive tracer time-step 
    7979      !  
    8080      IF(lwp) THEN                              ! control print 
    8181        WRITE(numout,*)  
    82         WRITE(numout,*) '   ==>>>   Passive Tracer  time step    rdttrc = nn_dttrc*rdt = ', rdttrc 
     82        WRITE(numout,*) '   ==>>>   Passive Tracer  time step    rn_Dt_trc = nn_dttrc*rn_Dt = ', rn_Dt_trc 
    8383      ENDIF 
    8484      ! 
Note: See TracChangeset for help on using the changeset viewer.