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 7103 for branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/trcnam.F90 – NEMO

Ignore:
Timestamp:
2016-10-26T12:52:54+02:00 (8 years ago)
Author:
cetlod
Message:

new top interface : move namelist age from namelist_top to namelist_trc

File:
1 edited

Legend:

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

    r7097 r7103  
    6464      IF( ln_trcdmp .OR. ln_trcdmp_clo )   ln_trcdta     = .TRUE.   ! damping : need to have clim data 
    6565      ! 
    66       IF( .NOT.ln_trcdta               )   ln_trc_ini(:) = .FALSE. 
    6766 
    6867      IF(lwp) THEN                   ! control print 
     
    230229      ENDIF 
    231230      ! 
    232       IF( ierr /= 0 )   CALL ctl_stop( 'STOP', 'trc_nam_ice: unable to allocate arrays' ) 
    233       ! 
    234       IF( ln_age .OR. ll_cfc .OR. ln_c14 ) THEN 
     231      IF( ln_age )  CALL trc_nam_age 
     232      ! 
     233      IF( ll_cfc .OR. ln_c14 ) THEN 
    235234        !                             ! Open namelist files 
    236235        CALL ctl_opn( numtrc_ref, 'namelist_trc_ref'   ,     'OLD', 'FORMATTED', 'SEQUENTIAL', -1, numout, .FALSE. ) 
Note: See TracChangeset for help on using the changeset viewer.