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 2587 for branches/TAM_V3_0/NEMOTAM/OPATAM_SRC/dotprodfld.F90 – NEMO

Ignore:
Timestamp:
2011-02-15T12:58:59+01:00 (13 years ago)
Author:
vidard
Message:

refer to ticket #798

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TAM_V3_0/NEMOTAM/OPATAM_SRC/dotprodfld.F90

    r1885 r2587  
    1010   !! * Modules used    
    1111   USE par_kind 
    12    USE dom_oce 
     12   USE dom_oce, ONLY :       & 
     13      & nldi,                & 
     14      & nldj,                & 
     15      & nlei,                & 
     16      & nlej 
     17   USE par_oce       , ONLY: & ! Ocean space and time domain variables 
     18      & jpi,                 & 
     19      & jpj,                 &  
     20      & jpk 
     21 
    1322   USE mppsumtam 
    1423 
Note: See TracChangeset for help on using the changeset viewer.