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 3320 for trunk/NEMOGCM/NEMO/TOP_SRC/TRP/trdmod_trc_oce.F90 – NEMO

Ignore:
Timestamp:
2012-03-05T17:37:52+01:00 (12 years ago)
Author:
cetlod
Message:

trunk:bugfix on trends diagnostics in the mixed-layer, see ticket#928 and ticket #930

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/TRP/trdmod_trc_oce.F90

    r2715 r3320  
    3838 
    3939   INTEGER, PARAMETER ::            & !: mixed layer trends indices 
    40         jpmld_trc_xad     =  1,     & !:     zonal      \ 
    41         jpmld_trc_yad     =  2,     & !:     meridonal   > advection 
    42         jpmld_trc_zad     =  3,     & !:     vertical   / 
     40        jpmld_trc_xad     =  1,     & !:     zonal       advection      
     41        jpmld_trc_yad     =  2,     & !:     meridonal   ========= 
     42        jpmld_trc_zad     =  3,     & !:     vertical    ========= 
    4343        jpmld_trc_ldf     =  4,     & !:     lateral diffusion (geopot. or iso-neutral) 
    4444        jpmld_trc_zdf     =  5,     & !:     vertical diffusion (TKE) 
Note: See TracChangeset for help on using the changeset viewer.