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

Ignore:
Timestamp:
2015-12-23T18:42:01+01:00 (8 years ago)
Author:
jpalmier
Message:

JPALM -- 23-12-2015 -- 1_ adapt CFC in MEDUSA branch - now Working properly 2_ add diagnostics to Ideal tracer

File:
1 edited

Legend:

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

    r5978 r6164  
    232232      ENDIF 
    233233      ! 
    234  
     234# if defined key_debug_medusa 
     235      CALL flush(numout) 
     236      IF (lwp) write (numout,*) '------------------------------' 
     237      IF (lwp) write (numout,*) 'Jpalm - debug' 
     238      IF (lwp) write (numout,*) 'CALL trc_nam_pisces  -- OK' 
     239      IF (lwp) write (numout,*) 'in trc_nam - just before CALL trc_nam_medusa' 
     240      IF (lwp) write (numout,*) ' ' 
     241# endif 
     242      ! 
     243      IF( lk_medusa  ) THEN   ;   CALL trc_nam_medusa      ! MEDUSA  tracers 
     244      ELSE                    ;   IF(lwp) WRITE(numout,*) '          MEDUSA 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_medusa -- OK' 
     252      IF (lwp) write (numout,*) 'in trc_nam - just before CALL trc_nam_idtra' 
     253      IF (lwp) write (numout,*) ' ' 
     254# endif 
     255      ! 
     256      IF( lk_idtra   ) THEN   ;   CALL trc_nam_idtra       ! Idealize tracers 
     257      ELSE                    ;   IF(lwp) WRITE(numout,*) '          Idealize tracers not used' 
     258      ENDIF 
     259      ! 
     260# if defined key_debug_medusa 
     261      CALL flush(numout) 
     262      IF (lwp) write (numout,*) '------------------------------' 
     263      IF (lwp) write (numout,*) 'Jpalm - debug' 
     264      IF (lwp) write (numout,*) 'CALL trc_nam_idtra -- OK' 
     265      IF (lwp) write (numout,*) 'in trc_nam - just before CALL trc_nam_cfc' 
     266      IF (lwp) write (numout,*) ' ' 
     267# endif 
     268      ! 
    235269      IF( lk_cfc     ) THEN   ;   CALL trc_nam_cfc         ! CFC     tracers 
    236270      ELSE                    ;   IF(lwp) WRITE(numout,*) '          CFC not used' 
     
    244278      ELSE                    ;   IF(lwp) WRITE(numout,*) '          MY_TRC not used' 
    245279      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' 
    252       IF (lwp) write (numout,*) 'in trc_nam - just before CALL trc_nam_medusa' 
    253       IF (lwp) write (numout,*) ' ' 
    254 # endif 
    255       ! 
    256       IF( lk_medusa  ) THEN   ;   CALL trc_nam_medusa      ! MEDUSA  tracers 
    257       ELSE                    ;   IF(lwp) WRITE(numout,*) '          MEDUSA not used' 
    258       ENDIF 
    259       ! 
    260 # if defined key_debug_medusa 
    261       CALL flush(numout) 
    262       IF (lwp) write (numout,*) '------------------------------' 
    263       IF (lwp) write (numout,*) 'Jpalm - debug' 
    264       IF (lwp) write (numout,*) 'CALL trc_nam_medusa -- OK' 
    265       IF (lwp) write (numout,*) 'in trc_nam - just before CALL trc_nam_idtra' 
    266       IF (lwp) write (numout,*) ' ' 
    267 # endif 
    268       ! 
    269       IF( lk_idtra   ) THEN   ;   CALL trc_nam_idtra       ! Idealize tracers 
    270       ELSE                    ;   IF(lwp) WRITE(numout,*) '          Idealize tracers not used' 
    271       ENDIF 
    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_idtra -- OK' 
    278       IF (lwp) write (numout,*) 'in trc_nam - CALL trc_nam OK' 
    279       IF (lwp) write (numout,*) ' ' 
    280 # endif 
    281       ! 
     280        
    282281      IF(lwp)   CALL flush(numout) 
    283282   END SUBROUTINE trc_nam 
Note: See TracChangeset for help on using the changeset viewer.