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 2528 for trunk/NEMOGCM/NEMO/TOP_SRC/MY_TRC/trcini_my_trc.F90 – NEMO

Ignore:
Timestamp:
2010-12-27T18:33:53+01:00 (13 years ago)
Author:
rblod
Message:

Update NEMOGCM from branch nemo_v3_3_beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/MY_TRC/trcini_my_trc.F90

    r1542 r2528  
    2222 
    2323   !!---------------------------------------------------------------------- 
    24    !! NEMO/TOP 2.0 , LOCEAN-IPSL (2007)  
     24   !! NEMO/TOP 3.3 , NEMO Consortium (2010) 
    2525   !! $Id$  
    26    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     26   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    2727   !!---------------------------------------------------------------------- 
    2828 
     
    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.