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 7068 for branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/CFC/trcnam_cfc.F90 – NEMO

Ignore:
Timestamp:
2016-10-21T17:38:13+02:00 (7 years ago)
Author:
cetlod
Message:

ROBUST5_CNRS : implementation of part I of new TOP interface - 1st step -, see ticket #1782

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/CFC/trcnam_cfc.F90

    r7041 r7068  
    4242      !!---------------------------------------------------------------------- 
    4343 
     44      IF( ln_cfc11 ) THEN 
     45         ctrcnm    (jp_cfc0) = 'CFC11' 
     46         ctrcln    (jp_cfc0) = 'Chlorofluoro carbon 11 Concentration' 
     47         ctrcun    (jp_cfc0) = 'umolC/L' 
     48         ln_trc_ini(jp_cfc0) = .false. 
     49      ENDIF 
     50      ! 
     51      IF( ln_cfc12 ) THEN 
     52         ctrcnm    (jp_cfc1) = 'CFC12' 
     53         ctrcln    (jp_cfc1) = 'Chlorofluoro carbon 12 Concentration' 
     54         ctrcun    (jp_cfc1) = 'umolC/L' 
     55         ln_trc_ini(jp_cfc1) = .false. 
     56      ENDIF 
     57      ! 
     58      IF(lwp) THEN                   ! control print 
     59      ENDIF 
     60 
    4461      REWIND( numtrc_ref )              ! Namelist namcfcdate in reference namelist : CFC parameters 
    4562      READ  ( numtrc_ref, namcfc, IOSTAT = ios, ERR = 901) 
     
    5269 
    5370      IF(lwp) THEN                  ! control print 
    54          WRITE(numout,*) 
     71         WRITE(numout,*) ' ' 
     72         WRITE(numout,*) ' CFCs' 
     73         IF( ln_cfc11 )  WRITE(numout,*) '  tracer nb : ', jp_cfc0, '    short name : ', TRIM( ctrcnm(jp_cfc0) ) 
     74         IF( ln_cfc12 )  WRITE(numout,*) '  tracer nb : ', jp_cfc1, '    short name : ', TRIM( ctrcnm(jp_cfc1) ) 
     75         WRITE(numout,*) ' ' 
    5576         WRITE(numout,*) ' trc_nam: Read namdates, namelist for CFC chemical model' 
    5677         WRITE(numout,*) ' ~~~~~~~' 
Note: See TracChangeset for help on using the changeset viewer.