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 8353 for branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2017-07-19T16:41:00+02:00 (7 years ago)
Author:
lovato
Message:

3.6 stable: update TOP modules and shared configuraton files for CMIP6 (#1925)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r7494 r8353  
    9797 
    9898      IF( lk_pisces  )       CALL trc_ini_pisces       ! PISCES  bio-model 
     99      IF( lk_my_trc  )       CALL trc_ini_my_trc       ! MY_TRC    tracers 
    99100      IF( lk_cfc     )       CALL trc_ini_cfc          ! CFC       tracers 
    100101      IF( lk_c14b    )       CALL trc_ini_c14b         ! C14 bomb  tracer 
    101102      IF( lk_age     )       CALL trc_ini_age          ! AGE       tracer 
    102       IF( lk_my_trc  )       CALL trc_ini_my_trc       ! MY_TRC    tracers 
    103103 
    104104      CALL trc_ice_ini                                 ! Tracers in sea ice 
Note: See TracChangeset for help on using the changeset viewer.