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 8353 for branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/TOP_SRC/AGE/trcnam_age.F90 – NEMO

Ignore:
Timestamp:
2017-07-19T16:41:00+02:00 (7 years ago)
Author:
lovato
Message:

3.6 stable: update TOP modules and shared configuraton files for CMIP6 (#1925)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/TOP_SRC/AGE/trcnam_age.F90

    r7491 r8353  
    1414   USE oce_trc         ! Ocean variables 
    1515   USE trcsms_age      ! AGE specific variable 
     16   USE trc 
    1617 
    1718   IMPLICIT NONE 
     
    4445      NAMELIST/namage/ rn_age_depth, rn_age_kill_rate  
    4546      !!---------------------------------------------------------------------- 
     47      ! Variable setting 
     48      ctrcnm    (jp_age0) = 'Age' 
     49      ctrcln    (jp_age0) = 'Sea water age since surface contact' 
     50      ctrcun    (jp_age0) = 'year' 
     51      ln_trc_ini(jp_age0) = .false. 
    4652      !                             ! Open namelist files 
    4753      CALL ctl_opn( numnatg_ref, 'namelist_age_ref'   ,     'OLD', 'FORMATTED', 'SEQUENTIAL', -1, numout, .FALSE. ) 
Note: See TracChangeset for help on using the changeset viewer.