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 6639 for branches/UKMO/dev_r5518_RH_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcnam.F90 – NEMO

Ignore:
Timestamp:
2016-05-27T14:58:40+02:00 (8 years ago)
Author:
frrh
Message:

Merge NERC/dev_r5518_NOC_MEDUSA_Stable rev 5736 to 6509 inclusive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_RH_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcnam.F90

    r6637 r6639  
    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 
     
    235236      IF (lwp) write (numout,*) '------------------------------' 
    236237      IF (lwp) write (numout,*) 'Jpalm - debug' 
    237       IF (lwp) write (numout,*) 'CALL trc_nam_pisces -- OK' 
     238      IF (lwp) write (numout,*) 'CALL trc_nam_pisces  -- OK' 
    238239      IF (lwp) write (numout,*) 'in trc_nam - just before CALL trc_nam_medusa' 
    239240      IF (lwp) write (numout,*) ' ' 
     
    269270      ELSE                    ;   IF(lwp) WRITE(numout,*) '          CFC not used' 
    270271      ENDIF 
    271  
     272      ! 
     273# if defined key_debug_medusa 
     274      CALL flush(numout) 
     275      IF (lwp) write (numout,*) '------------------------------' 
     276      IF (lwp) write (numout,*) 'Jpalm - debug' 
     277      IF (lwp) write (numout,*) 'CALL trc_nam_cfc -- OK' 
     278      IF (lwp) write (numout,*) 'in trc_nam - CALL trc_nam OK' 
     279      IF (lwp) write (numout,*) ' ' 
     280# endif 
     281      ! 
    272282      IF( lk_c14b     ) THEN   ;   CALL trc_nam_c14b         ! C14 bomb     tracers 
    273283      ELSE                    ;   IF(lwp) WRITE(numout,*) '          C14 not used' 
     
    277287      ELSE                    ;   IF(lwp) WRITE(numout,*) '          MY_TRC not used' 
    278288      ENDIF 
    279       ! 
     289        
    280290      IF(lwp)   CALL flush(numout) 
    281291   END SUBROUTINE trc_nam 
     
    489499         trc3d(:,:,:,:) = 0._wp  ;   ctrc3d(:) = ' '   ;   ctrc3l(:) = ' '    ;    ctrc3u(:) = ' '  
    490500         ! 
     501      !! ELSE IF  ( lk_iomput .AND. lk_medusa .AND. .NOT. ln_diatrc) THEN 
     502      !!    CALL trc_nam_iom_medusa 
    491503      ENDIF 
    492504 
Note: See TracChangeset for help on using the changeset viewer.