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/AGE/trcini_age.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/AGE/trcini_age.F90

    r7103 r7124  
    1010   USE oce_trc 
    1111   USE trc 
     12   USE trcnam_age 
    1213   USE trcsms_age 
    1314 
     
    3334      INTEGER    ::  jn 
    3435      CHARACTER(len = 20)  ::  cltra 
    35  
    36  
     36      !!---------------------------------------------------------------------- 
     37      ! 
     38      CALL trc_nam_age 
     39      ! 
    3740      IF(lwp) WRITE(numout,*) 
    3841      IF(lwp) WRITE(numout,*) ' trc_ini_age: passive tracer age' 
    3942      IF(lwp) WRITE(numout,*) ' ~~~~~~~~~~~~~~' 
    4043      IF(lwp) WRITE(numout,*) 
    41  
    42  
    43       ctrcnm    (jp_age) = 'Age' 
    44       ctrcln    (jp_age) = 'Sea water age since surface contact' 
    45       ctrcun    (jp_age) = 'year' 
    46       ln_trc_ini(jp_age) = .false.  
    47       ! 
    48       ln_trc_sbc(jp_age) = .false. 
    49       ln_trc_cbc(jp_age) = .false. 
    50       ln_trc_obc(jp_age) = .false. 
    5144 
    5245      rryear  = 1._wp / ( nyear_len(1) * rday )    ! recip number of seconds in one year 
Note: See TracChangeset for help on using the changeset viewer.