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 2208 for branches/DEV_r2191_3partymerge2010/NEMO/OPA_SRC/DYN/dynnxt.F90 – NEMO

Ignore:
Timestamp:
2010-10-12T11:20:53+02:00 (14 years ago)
Author:
rblod
Message:

Put FCM NEMO code changes in DEV_r2191_3partymerge2010 branch

File:
1 edited

Legend:

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

    r2207 r2208  
    3333   USE bdydta          ! unstructured open boundary conditions 
    3434   USE bdydyn          ! unstructured open boundary conditions 
    35    USE agrif_opa_update 
    36    USE agrif_opa_interp 
    3735   USE in_out_manager  ! I/O manager 
    3836   USE lbclnk          ! lateral boundary condition (or mpp link) 
    3937   USE prtctl          ! Print control 
     38#if defined key_agrif 
     39   USE agrif_opa_update 
     40   USE agrif_opa_interp 
     41#endif 
    4042 
    4143   IMPLICIT NONE 
     
    4951   !! NEMO/OPA 3.2 , LOCEAN-IPSL (2009)  
    5052   !! $Id$  
    51    !! Software is governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt)  
     53   !! Software is governed by the CeCILL licence  (NEMOGCM/License_CeCILL.txt)  
    5254   !!------------------------------------------------------------------------- 
    5355 
Note: See TracChangeset for help on using the changeset viewer.