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/trcnam.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/trcnam.F90

    r7103 r7124  
    2020   USE oce_trc           ! shared variables between ocean and passive tracers 
    2121   USE trc               ! passive tracers common variables 
    22    USE trcnam_pisces     ! PISCES namelist 
    23    USE trcnam_cfc        ! CFC SMS namelist 
    24    USE trcnam_c14        ! C14 SMS namelist 
    25    USE trcnam_age        ! AGE SMS namelist 
    26    USE trcnam_my_trc     ! MY_TRC SMS namelist 
    2722   USE trd_oce        
    2823   USE trdtrc_oce 
     
    229224      ENDIF 
    230225      ! 
    231       IF( ln_age )  CALL trc_nam_age 
    232       ! 
    233226      IF( ll_cfc .OR. ln_c14 ) THEN 
    234227        !                             ! Open namelist files 
Note: See TracChangeset for help on using the changeset viewer.