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

Ignore:
Timestamp:
2011-12-05T14:55:12+01:00 (12 years ago)
Author:
cetlod
Message:

Perform the initialisation phase of PISCES at nit000 rather than nittrc000

File:
1 edited

Legend:

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

    r3160 r3192  
    183183         IF( ln_sco ) THEN                   !==   s- or mixed s-zps-coordinate   ==! 
    184184            ! 
    185             IF( kt == nittrc000 .AND. lwp )THEN 
     185            IF( kt == nit000 .AND. lwp )THEN 
    186186               WRITE(numout,*) 
    187187               WRITE(numout,*) 'trc_dta: interpolates passive tracer data onto the s- or mixed s-z-coordinate mesh' 
     
    238238         ENDDO  
    239239         ! 
    240          IF( lwp .AND. kt == nittrc000 ) THEN 
     240         IF( lwp .AND. kt == nit000 ) THEN 
    241241            DO jn = 1, ntra 
    242242               clndta = TRIM( sf_trcdta(jn)%clvar )  
Note: See TracChangeset for help on using the changeset viewer.