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 8344 for branches/NERC/dev_r5518_GO6_CleanMedusa/NEMOGCM/NEMO/TOP_SRC/TRP/trcnxt.F90 – NEMO

Ignore:
Timestamp:
2017-07-17T19:37:09+02:00 (7 years ago)
Author:
jpalmier
Message:

jpalm -- split trcbio_medusa and clean debug printing-flush in common TOP modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_GO6_CleanMedusa/NEMOGCM/NEMO/TOP_SRC/TRP/trcnxt.F90

    r6487 r8344  
    102102      ENDIF 
    103103 
    104 #if defined key_agrif 
    105       CALL Agrif_trc                   ! AGRIF zoom boundaries 
    106 #endif 
    107104      ! Update after tracer on domain lateral boundaries 
    108105      DO jn = 1, jptra 
     
    113110#if defined key_bdy 
    114111!!      CALL bdy_trc( kt )               ! BDY open boundaries 
     112#endif 
     113#if defined key_agrif 
     114      CALL Agrif_trc                   ! AGRIF zoom boundaries 
    115115#endif 
    116116 
Note: See TracChangeset for help on using the changeset viewer.