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 7097 for branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/CFC/trcini_cfc.F90 – NEMO

Ignore:
Timestamp:
2016-10-25T17:32:50+02:00 (8 years ago)
Author:
lovato
Message:

New top interface : update my_trc and revise structure of TOP component initialisation, see ticket #1782

File:
1 edited

Legend:

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

    r7068 r7097  
    1212   USE par_trc         ! TOP parameters 
    1313   USE trc             ! TOP variables 
     14   USE trcnam_cfc      ! CFC SMS namelist 
    1415   USE trcsms_cfc      ! CFC sms trends 
    1516 
     
    4950      IF(lwp) WRITE(numout,*) ' trc_ini_cfc: initialisation of CFC chemical model' 
    5051      IF(lwp) WRITE(numout,*) ' ~~~~~~~~~~~' 
    51  
     52      ! 
     53      CALL trc_nam_cfc 
     54      ! 
    5255      IF(lwp) WRITE(numout,*) 'read of formatted file cfc1112atm' 
    5356       
Note: See TracChangeset for help on using the changeset viewer.