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 1300 for trunk/NEMO/NST_SRC/agrif_opa_update.F90 – NEMO

Ignore:
Timestamp:
2009-02-09T16:36:04+01:00 (15 years ago)
Author:
rblod
Message:

Correct a bug in TOP update part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/NST_SRC/agrif_opa_update.F90

    r1200 r1300  
    22 
    33MODULE agrif_opa_update 
    4 #if defined key_agrif 
     4#if defined key_agrif  && ! defined key_off_tra 
    55   USE par_oce 
    66   USE oce 
     
    1313   PUBLIC Agrif_Update_Tra, Agrif_Update_Dyn 
    1414 
    15    INTEGER :: nbcline 
     15   INTEGER, PUBLIC :: nbcline = 0 
    1616 
    1717   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.