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

    r7041 r7068  
    3838      !!---------------------------------------------------------------------- 
    3939 
     40      ctrcnm    (jp_age) = 'Age' 
     41      ctrcln    (jp_age) = 'Sea water age since surface contact' 
     42      ctrcun    (jp_age) = 'year' 
     43      ln_trc_ini(jp_age) = .false.  
     44      ! 
     45      ln_trc_sbc(jp_age) =  '' 
     46      ln_trc_cbc(jp_age) =  '' 
     47      ln_trc_obc(jp_age) =  '' 
     48      ! 
     49 
    4050      REWIND( numtrc_ref )              ! Namelist namagedate in reference namelist : AGE parameters 
    4151      READ  ( numtrc_ref, namage, IOSTAT = ios, ERR = 901) 
     
    4858 
    4959      IF(lwp) THEN                  ! control print 
     60         WRITE(numout,*) ' ' 
     61         WRITE(numout,*) ' Sea Age Tracer' 
     62         WRITE(numout,*) '  tracer nb : ', jp_age, '    short name : ', TRIM( ctrcnm(jp_age) ) 
    5063         WRITE(numout,*) 
    5164         WRITE(numout,*) ' trc_nam_age: Read namage, namelist for Age passive tracer' 
     
    5366         WRITE(numout,*) '  depth over which age tracer reset to zero                              rn_age_depth      = ', rn_age_depth  
    5467         WRITE(numout,*) '  recip of relax. timescale (s) for age tracer shallower than age_depth  rn_age_kill_rate  = ', rn_age_kill_rate  
     68         WRITE(numout,*) '' 
    5569      ENDIF 
    5670 
Note: See TracChangeset for help on using the changeset viewer.