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 2038 for branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/MY_TRC/trcini_my_trc.F90 – NEMO

Ignore:
Timestamp:
2010-08-02T12:57:40+02:00 (14 years ago)
Author:
cetlod
Message:

Apply the merge to passive tracers, see ticket:693

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/MY_TRC/trcini_my_trc.F90

    r1542 r2038  
    3737      !! ** Method  : - Read the namcfc namelist and check the parameter values 
    3838      !!---------------------------------------------------------------------- 
    39       !!---------------------------------------------------------------------- 
     39 
     40      !  Control consitency 
     41      CALL trc_ctl_my_trc 
    4042 
    4143      IF(lwp) WRITE(numout,*) 
     
    4850   END SUBROUTINE trc_ini_my_trc 
    4951    
     52   SUBROUTINE trc_ctl_my_trc 
     53      !!---------------------------------------------------------------------- 
     54      !!                     ***  ROUTINE trc_ctl_pisces  *** 
     55      !! 
     56      !! ** Purpose :   control the cpp options, namelist and files  
     57      !!---------------------------------------------------------------------- 
     58 
     59      INTEGER :: jl, jn 
     60 
     61      IF(lwp) WRITE(numout,*) 
     62      IF(lwp) WRITE(numout,*) ' use COLOR tracer ' 
     63 
     64      DO jl = 1, jp_my_trc 
     65         jn = jp_myt0 + jl - 1 
     66         WRITE(ctrcnm(jn),'(a,i2.2)') 'CLR',jn 
     67         ctrcnl(jn)='Color concentration' 
     68         ctrcun(jn)='N/A' 
     69      END DO 
     70 
     71 
     72   END SUBROUTINE trc_ctl_my_trc 
     73 
    5074#else 
    5175   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.