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

Ignore:
Timestamp:
2017-06-02T16:17:00+02:00 (7 years ago)
Author:
jpalmier
Message:

JPALM -- CFC module debugg - CFC12 and SF6 up-to-date and in action from now

File:
1 edited

Legend:

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

    r7709 r8130  
    163163      ELSE 
    164164        ! 
     165# if defined key_debug_medusa 
     166         IF (lwp) write (numout,*) '------------------------------' 
     167         IF (lwp) write (numout,*) 'Jpalm - debug' 
     168         IF (lwp) write (numout,*) ' Init from file -- will call trc_dta' 
     169         IF (lwp) write (numout,*) ' ' 
     170         CALL flush(numout) 
     171# endif 
     172        ! 
    165173        IF( ln_trcdta .AND. nb_trcdta > 0 ) THEN  ! Initialisation of tracer from a file that may also be used for damping 
    166174            ! 
Note: See TracChangeset for help on using the changeset viewer.