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 6715 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2016-06-16T18:58:14+02:00 (8 years ago)
Author:
jpalmier
Message:

JPALM -- 16-06-2016 -- MEDUSA branch update :

-- pass co2 flux and dms_surf through restart for atm coupling.
-- introduce CFC cycle for dynamic evolution comparison
-- add Tim Graham Age tracer
-- include MEDUSA Q10 modif
-- svn-key removed
-- still need debug stage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r6645 r6715  
    2727   USE trcini_medusa   ! MEDUSA   initialisation 
    2828   USE trcini_idtra    ! idealize tracer initialisation 
     29   USE trcini_age      ! AGE      initialisation 
    2930   USE trcdta          ! initialisation from files 
    3031   USE daymod          ! calendar manager 
     
    107108      IF( lk_cfc     )       CALL trc_ini_cfc          ! CFC     tracers 
    108109      IF( lk_c14b    )       CALL trc_ini_c14b         ! C14 bomb  tracer 
     110      IF( lk_age     )       CALL trc_ini_age          ! AGE       tracer 
    109111      IF( lk_my_trc  )       CALL trc_ini_my_trc       ! MY_TRC  tracers 
    110112 
Note: See TracChangeset for help on using the changeset viewer.