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 3124 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/TOP_SRC/trcdta.F90 – NEMO

Ignore:
Timestamp:
2011-11-16T10:25:18+01:00 (12 years ago)
Author:
cetlod
Message:

dev_NEMO_MERGE_2011/NEMOGCM:minor modifications on the use of nittrc000 + style corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/TOP_SRC/trcdta.F90

    r2977 r3124  
    177177         IF( ln_sco ) THEN                   !==   s- or mixed s-zps-coordinate   ==! 
    178178            ! 
    179             IF( kt == nit000 .AND. lwp )THEN 
     179            IF( kt == nittrc000 .AND. lwp )THEN 
    180180               WRITE(numout,*) 
    181181               WRITE(numout,*) 'trc_dta: interpolates passive tracer data onto the s- or mixed s-z-coordinate mesh' 
     
    232232         ENDDO  
    233233         ! 
    234          IF( lwp .AND. kt == nit000 ) THEN 
     234         IF( lwp .AND. kt == nittrc000 ) THEN 
    235235            DO jn = 1, ntra 
    236236               clndta = TRIM( sf_trcdta(jn)%clvar )  
Note: See TracChangeset for help on using the changeset viewer.