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 5160 for branches/2015/dev_r5144_CMCC5_BDY_for_TOP/NEMOGCM/NEMO/TOP_SRC/trcnam.F90 – NEMO

Ignore:
Timestamp:
2015-03-23T15:30:55+01:00 (9 years ago)
Author:
lovato
Message:

First implementation of BDY for TOP component, see #1441 (dev_r5144_CMCC5_BDY_for_TOP).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5144_CMCC5_BDY_for_TOP/NEMOGCM/NEMO/TOP_SRC/trcnam.F90

    r4990 r5160  
    182182 
    183183 
    184       IF(lwp) WRITE(numout,*) 'trc_nam : read the passive tracer namelists' 
     184      IF(lwp) WRITE(numout,*) 'trc_nam_run : read the passive tracer namelists' 
    185185      IF(lwp) WRITE(numout,*) '~~~~~~~' 
    186186 
     
    225225      TYPE(PTRACER), DIMENSION(jptra) :: sn_tracer  ! type of tracer for saving if not key_iomput 
    226226      !! 
    227       NAMELIST/namtrc/ sn_tracer, ln_trcdta,ln_trcdmp, ln_trcdmp_clo 
     227      NAMELIST/namtrc/ sn_tracer, ln_trcdta, ln_trcdmp, ln_trcdmp_clo 
    228228   
    229229      INTEGER  ::   ios                 ! Local integer output status for namelist read 
     
    231231      !!--------------------------------------------------------------------- 
    232232      IF(lwp) WRITE(numout,*) 
    233       IF(lwp) WRITE(numout,*) 'trc_nam : read the passive tracer namelists' 
     233      IF(lwp) WRITE(numout,*) 'trc_nam_trc : read the passive tracer namelists' 
    234234      IF(lwp) WRITE(numout,*) '~~~~~~~' 
    235235 
     
    249249         ctrcun    (jn) = TRIM( sn_tracer(jn)%clunit  ) 
    250250         ln_trc_ini(jn) =       sn_tracer(jn)%llinit 
     251#if defined key_my_trc 
     252         ln_trc_sbc(jn) =       sn_tracer(jn)%llsbc 
     253         ln_trc_cbc(jn) =       sn_tracer(jn)%llcbc 
     254         ln_trc_obc(jn) =       sn_tracer(jn)%llobc 
     255#endif 
    251256         ln_trc_wri(jn) =       sn_tracer(jn)%llsave 
    252257      END DO 
    253        
     258 
    254259    END SUBROUTINE trc_nam_trc 
    255260 
     
    275280      INTEGER  ::   ios                 ! Local integer output status for namelist read 
    276281      !!--------------------------------------------------------------------- 
    277  
    278       IF(lwp) WRITE(numout,*)  
    279       IF(lwp) WRITE(numout,*) 'trc_nam_dia : read the passive tracer diagnostics options' 
    280       IF(lwp) WRITE(numout,*) '~~~~~~~' 
    281282 
    282283      IF(lwp) WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.