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

Ignore:
Timestamp:
2015-10-30T12:48:06+01:00 (8 years ago)
Author:
jpalmier
Message:

JPALM --30-10-2015-- Add MOCSY and DMS to MEDUSA-NEMO3.6

File:
1 edited

Legend:

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

    r5726 r5841  
    1111   !!              -   !  2001-01 (E Kestenare) suppress ndttrc=1 for CEN2 and TVD schemes 
    1212   !!             1.0  !  2005-03 (O. Aumont, A. El Moussaoui) F90 
     13   !!              -   !  2014-06  (A. Yool, J. Palmieri) adding MEDUSA-2 
    1314   !!---------------------------------------------------------------------- 
    1415#if defined key_top 
     
    5657      !! ** Method  : - read passive tracer namelist  
    5758      !!              - read namelist of each defined SMS model 
    58       !!                ( (PISCES, CFC, MY_TRC ) 
     59      !!                ( (PISCES, CFC, MY_TRC, MEDUSA, IDTRA ) 
    5960      !!--------------------------------------------------------------------- 
    6061      INTEGER  ::   jn, jk                     ! dummy loop indice 
     
    231232      ENDIF 
    232233      ! 
    233 # if defined key_debug_medusa 
    234       CALL flush(numout) 
    235       IF (lwp) write (numout,*) '------------------------------' 
    236       IF (lwp) write (numout,*) 'Jpalm - debug' 
    237       IF (lwp) write (numout,*) 'CALL trc_nam_pisces -- OK' 
     234 
     235      IF( lk_cfc     ) THEN   ;   CALL trc_nam_cfc         ! CFC     tracers 
     236      ELSE                    ;   IF(lwp) WRITE(numout,*) '          CFC not used' 
     237      ENDIF 
     238 
     239      IF( lk_c14b     ) THEN   ;   CALL trc_nam_c14b         ! C14 bomb     tracers 
     240      ELSE                    ;   IF(lwp) WRITE(numout,*) '          C14 not used' 
     241      ENDIF 
     242 
     243      IF( lk_my_trc  ) THEN   ;   CALL trc_nam_my_trc      ! MY_TRC  tracers 
     244      ELSE                    ;   IF(lwp) WRITE(numout,*) '          MY_TRC not used' 
     245      ENDIF 
     246      ! 
     247# if defined key_debug_medusa 
     248      CALL flush(numout) 
     249      IF (lwp) write (numout,*) '------------------------------' 
     250      IF (lwp) write (numout,*) 'Jpalm - debug' 
     251      IF (lwp) write (numout,*) 'CALL trc_nam_pisces - CFC - C14 - my_trc -- OK' 
    238252      IF (lwp) write (numout,*) 'in trc_nam - just before CALL trc_nam_medusa' 
    239253      IF (lwp) write (numout,*) ' ' 
     
    262276      IF (lwp) write (numout,*) 'Jpalm - debug' 
    263277      IF (lwp) write (numout,*) 'CALL trc_nam_idtra -- OK' 
    264       IF (lwp) write (numout,*) 'in trc_nam - just before CALL trc_nam_cfc' 
    265       IF (lwp) write (numout,*) ' ' 
    266 # endif 
    267       ! 
    268       IF( lk_cfc     ) THEN   ;   CALL trc_nam_cfc         ! CFC     tracers 
    269       ELSE                    ;   IF(lwp) WRITE(numout,*) '          CFC not used' 
    270       ENDIF 
    271  
    272       IF( lk_c14b     ) THEN   ;   CALL trc_nam_c14b         ! C14 bomb     tracers 
    273       ELSE                    ;   IF(lwp) WRITE(numout,*) '          C14 not used' 
    274       ENDIF 
    275  
    276       IF( lk_my_trc  ) THEN   ;   CALL trc_nam_my_trc      ! MY_TRC  tracers 
    277       ELSE                    ;   IF(lwp) WRITE(numout,*) '          MY_TRC not used' 
    278       ENDIF 
     278      IF (lwp) write (numout,*) 'in trc_nam - CALL trc_nam OK' 
     279      IF (lwp) write (numout,*) ' ' 
     280# endif 
    279281      ! 
    280282      IF(lwp)   CALL flush(numout) 
Note: See TracChangeset for help on using the changeset viewer.