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 2815 for branches/2011/dev_r2802_LOCEAN10_agrif_lim/NEMOGCM/NEMO/OPA_SRC/BDY/bdy_oce.F90 – NEMO

Ignore:
Timestamp:
2011-07-28T19:00:06+02:00 (13 years ago)
Author:
rblod
Message:

branch dev_r2802_LOCEAN10_agrif_lim2: avoid to recompile everything with key_agrif, allow parallel compilation with agrif etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_LOCEAN10_agrif_lim/NEMOGCM/NEMO/OPA_SRC/BDY/bdy_oce.F90

    r2715 r2815  
    88   !!            3.3  !  2010-09  (D. Storkey) add ice boundary conditions 
    99   !!---------------------------------------------------------------------- 
     10   USE par_oce         ! ocean parameters 
     11   USE lib_mpp         ! distributed memory computing 
    1012#if defined key_bdy  
    1113   !!---------------------------------------------------------------------- 
    1214   !!   'key_bdy'                      Unstructured Open Boundary Condition 
    1315   !!---------------------------------------------------------------------- 
    14    USE par_oce         ! ocean parameters 
    1516   USE bdy_par         ! Unstructured boundary parameters 
    16    USE lib_mpp         ! distributed memory computing 
    1717 
    1818   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.