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 7068 for branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/C14/trcini_c14.F90 – NEMO

Ignore:
Timestamp:
2016-10-21T17:38:13+02:00 (8 years ago)
Author:
cetlod
Message:

ROBUST5_CNRS : implementation of part I of new TOP interface - 1st step -, see ticket #1782

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/C14/trcini_c14.F90

    r7041 r7068  
    5151      IF(lwp) WRITE(numout,*) ' trc_ini_c14: initialisation of C14 model' 
    5252      ! 
    53       jp_c14  = 1 
    54       DO jn = 1, jptra 
    55         cltra = ctrcnm(jn)  
    56         IF( cltra == 'C14' .OR. cltra == 'RC14' .OR. cltra == 'C14b' )   jp_c140 = jn      
    57       ENDDO 
    58  
    59       IF( lwp ) THEN 
    60         WRITE(numout,*) '' 
    61         WRITE(numout,*) ' Index of c14 tracer in the passive tracer array   jp_c140 = ', jp_c140 
    62         WRITE(numout,*)  
    63       ENDIF 
    64  
    65       ! 
    6653      IF( .NOT. ln_rsttr )  THEN 
    6754         ! 
     
    6956         IF(lwp) WRITE(numout,*) '                      ==>    Ocean C14/C :', rc14init  
    7057         ! 
    71          trn(:,:,:,jp_c140) = rc14init * tmask(:,:,:) 
     58         trn(:,:,:,jp_c14) = rc14init * tmask(:,:,:) 
    7259         ! 
    7360         qtr_c14(:,:) = 0._wp           ! Init of air-sea BC 
Note: See TracChangeset for help on using the changeset viewer.