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/C14/trcnam_c14.F90 – NEMO

Ignore:
Timestamp:
2016-10-21T17:38:13+02:00 (8 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/C14/trcnam_c14.F90

    r7041 r7068  
    4343      NAMELIST/namc14_fcg/ cfileco2, cfilec14, tyrc14_beg  ! for transient exps; atm forcing 
    4444      !!------------------------------------------------------------------- 
     45      ! 
     46      ctrcnm    (jp_c14) = 'RC14' 
     47      ctrcln    (jp_c14) = 'Radiocarbon ratio' 
     48      ctrcun    (jp_c14) = '-' 
     49      ln_trc_ini(jp_c14) = .false. 
     50      ! 
    4551 
    4652      REWIND( numtrc_ref )              ! Namelist namc14_typ in reference namelist : 
     
    5460 
    5561      IF(lwp) THEN                  ! control print 
     62         WRITE(numout,*) ' ' 
     63         WRITE(numout,*) ' Radiocarbon C14' 
     64         WRITE(numout,*) '  tracer nb : ', jp_c14, '    short name : ', TRIM( ctrcnm(jp_c14) ) 
     65         WRITE(numout,*) ' ' 
    5666         WRITE(numout,*) ' Namelist namc14_typ' 
    5767         WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.