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 2082 for branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/oce_trc.F90 – NEMO

Ignore:
Timestamp:
2010-09-10T12:32:58+02:00 (14 years ago)
Author:
cetlod
Message:

Improve the merge of TRA-TRC, see ticket #717

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/oce_trc.F90

    r2052 r2082  
    173173   USE oce , ONLY :   l_traldf_rot => l_traldf_rot  !: rotated laplacian operator for lateral diffusion 
    174174#if defined key_offline 
    175    USE oce , ONLY :   gtu     =>    gtu     !: t-, s- and rd horizontal gradient at u- and 
    176    USE oce , ONLY :   gsu     =>    gsu     !: v-points at bottom ocean level 
     175   USE oce , ONLY :   gtsu    =>    gtsu    !: t-, s- and rd horizontal gradient at u- and 
     176   USE oce , ONLY :   gtsv    =>    gtsv    !: 
    177177   USE oce , ONLY :   gru     =>    gru     !: 
    178    USE oce , ONLY :   gtv     =>    gtv     !: 
    179    USE oce , ONLY :   gsv     =>    gsv     !: 
    180178   USE oce , ONLY :   grv     =>    grv     !:  
    181179# if defined key_degrad 
Note: See TracChangeset for help on using the changeset viewer.