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 2402 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/TOP_SRC/oce_trc.F90 – NEMO

Ignore:
Timestamp:
2010-11-17T17:14:31+01:00 (13 years ago)
Author:
cetlod
Message:

Update TOP component according to changes related to cross-land advection. see ticket #127

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/TOP_SRC/oce_trc.F90

    r2317 r2402  
    188188 
    189189#endif 
    190    USE lib_mpp , ONLY :   lk_mpp    =>  lk_mpp       !: Mpp flag 
    191  
    192    USE dom_oce , ONLY :   n_cla     =>   n_cla         !: flag (0/1) for cross land advection  
     190   USE lib_mpp , ONLY :   lk_mpp    =>  lk_mpp        !: Mpp flag 
     191 
     192   USE dom_oce , ONLY :   nn_cla    =>  nn_cla        !: flag (0/1) for cross land advection  
    193193 
    194194   !* surface fluxes * 
Note: See TracChangeset for help on using the changeset viewer.