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 2066 for branches/DEV_r1879_FCM/NEMOGCM/NEMO/OPA_SRC/DYN/dynnxt.F90 – NEMO

Ignore:
Timestamp:
2010-08-27T14:04:19+02:00 (14 years ago)
Author:
rblod
Message:

Suppress dummy module on FCM branch since there is no more need of it for dependancy search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1879_FCM/NEMOGCM/NEMO/OPA_SRC/DYN/dynnxt.F90

    r2007 r2066  
    3232   USE bdydta          ! unstructured open boundary conditions 
    3333   USE bdydyn          ! unstructured open boundary conditions 
    34    USE agrif_opa_update 
    35    USE agrif_opa_interp 
    3634   USE in_out_manager  ! I/O manager 
    3735   USE lbclnk          ! lateral boundary condition (or mpp link) 
    3836   USE prtctl          ! Print control 
     37#if defined key_agrif 
     38   USE agrif_opa_update 
     39   USE agrif_opa_interp 
     40#endif 
    3941 
    4042   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.