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 1254 for trunk/NEMO/TOP_SRC/trcctl.F90 – NEMO

Ignore:
Timestamp:
2009-01-13T10:58:39+01:00 (16 years ago)
Author:
cetlod
Message:

update parameter files to take into account the new C14 bomb tracer model, see ticket:298

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/trcctl.F90

    r1152 r1254  
    1818   USE trcctl_pisces 
    1919   USE trcctl_cfc 
     20   USE trcctl_c14b 
    2021   USE trcctl_my_trc 
    2122 
     
    8586      ENDIF 
    8687 
     88      IF( lk_c14b    ) THEN   ;   CALL trc_ctl_c14b        ! C14 bomb   tracers 
     89      ELSE                    ;   IF(lwp) WRITE(numout,*) '          C14b not used' 
     90      ENDIF 
     91 
     92 
    8793      IF( lk_my_trc  ) THEN   ;   CALL trc_ctl_my_trc      ! MY_TRC  tracers 
    8894      ELSE                    ;   IF(lwp) WRITE(numout,*) '          MY_TRC not used' 
Note: See TracChangeset for help on using the changeset viewer.