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 8330 – NEMO

Changeset 8330


Ignore:
Timestamp:
2017-07-13T16:36:06+02:00 (7 years ago)
Author:
frrh
Message:

Reinstate missing key_debug_medusa clause which got de-selected during manual
conflict resolution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6M_StableTo6959/NEMOGCM/NEMO/TOP_SRC/TRP/trctrp.F90

    r8317 r8330  
    7777         IF( ln_trcdmp )        CALL trc_dmp( kstp )            ! internal damping trends 
    7878                                CALL trc_adv( kstp )            ! horizontal & vertical advection  
     79# if defined key_debug_medusa 
     80         IF(lwp) WRITE(numout,*) ' MEDUSA trc_trp after trc_adv at kt =', kstp 
     81         CALL trc_rst_tra_stat 
     82         CALL flush(numout) 
     83# endif 
     84 
    7985         IF( ln_zps ) THEN 
    8086           IF( ln_isfcav ) THEN ; CALL zps_hde_isf( kstp, jptra, trb, pgtu=gtru, pgtv=gtrv, pgtui=gtrui, pgtvi=gtrvi )  ! both top & bottom 
Note: See TracChangeset for help on using the changeset viewer.