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 6234 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/TRP/trctrp.F90 – NEMO

Ignore:
Timestamp:
2016-01-13T14:36:18+01:00 (8 years ago)
Author:
jpalmier
Message:

JPALM -- 13-01-2016 -- add trn and tra stat print statement

File:
1 edited

Legend:

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

    r5729 r6234  
    6565         ! 
    6666                                CALL trc_sbc( kstp )            ! surface boundary condition 
     67# if defined key_debug_medusa 
     68         IF(lwp) WRITE(numout,*) ' MEDUSA trc_trp after trc_sbc at kt =', kt 
     69         CALL trc_rst_tra_stat 
     70         CALL flush(numout) 
     71# endif 
    6772         IF( lk_trabbl )        CALL trc_bbl( kstp )            ! advective (and/or diffusive) bottom boundary layer scheme 
    6873         IF( ln_trcdmp )        CALL trc_dmp( kstp )            ! internal damping trends 
    6974         IF( ln_trcdmp_clo )    CALL trc_dmp_clo( kstp )        ! internal damping trends on closed seas only 
    7075                                CALL trc_adv( kstp )            ! horizontal & vertical advection  
     76# if defined key_debug_medusa 
     77         IF(lwp) WRITE(numout,*) ' MEDUSA trc_trp after trc_adv at kt =', kt 
     78         CALL trc_rst_tra_stat 
     79         CALL flush(numout) 
     80# endif 
    7181                                CALL trc_ldf( kstp )            ! lateral mixing 
    7282         IF( .NOT. lk_offline .AND. lk_zdfkpp )    & 
     
    7686#endif 
    7787                                CALL trc_zdf( kstp )            ! vertical mixing and after tracer fields 
     88# if defined key_debug_medusa 
     89         IF(lwp) WRITE(numout,*) ' MEDUSA trc_trp after trc_zdf at kt =', kt 
     90         CALL trc_rst_tra_stat 
     91         CALL flush(numout) 
     92# endif 
    7893                                CALL trc_nxt( kstp )            ! tracer fields at next time step      
     94# if defined key_debug_medusa 
     95         IF(lwp) WRITE(numout,*) ' MEDUSA trc_trp after trc_nxt at kt =', kt 
     96         CALL trc_rst_tra_stat 
     97         CALL flush(numout) 
     98# endif 
    7999         IF( ln_trcrad )        CALL trc_rad( kstp )            ! Correct artificial negative concentrations 
    80100 
Note: See TracChangeset for help on using the changeset viewer.