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 7124 for branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/C14/trcnam_c14.F90 – NEMO

Ignore:
Timestamp:
2016-10-26T20:08:30+02:00 (7 years ago)
Author:
lovato
Message:

New top interface : revise initialisation routines and namelist_top_cfg in ORCA2_LIM3_TRC, see ticket #1782

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/C14/trcnam_c14.F90

    r7103 r7124  
    4343      NAMELIST/namc14_fcg/ cfileco2, cfilec14, tyrc14_beg  ! for transient exps; atm forcing 
    4444      !!------------------------------------------------------------------- 
    45       ! 
     45      ! Variable setting 
    4646      ctrcnm    (jp_c14) = 'RC14' 
    4747      ctrcln    (jp_c14) = 'Radiocarbon ratio' 
    4848      ctrcun    (jp_c14) = '-' 
    4949      ln_trc_ini(jp_c14) = .false. 
     50      ln_trc_sbc(jp_c14) = .false. 
     51      ln_trc_cbc(jp_c14) = .false. 
     52      ln_trc_obc(jp_c14) = .false. 
    5053      ! 
    51  
    5254      REWIND( numtrc_ref )              ! Namelist namc14_typ in reference namelist : 
    5355      READ  ( numtrc_ref, namc14_typ, IOSTAT = ios, ERR = 901) 
Note: See TracChangeset for help on using the changeset viewer.