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 311 for trunk/NEMO/OPA_SRC/lbclnk.F90 – NEMO

Ignore:
Timestamp:
2005-09-30T12:18:52+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_017:RB: added extra outer halo (parameters jpr2di and jpr2dj) and the corresponding lbc_lnk_e for boundary conditions.It will be use for nsolv=4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/lbclnk.F90

    r288 r311  
    1212   !!   lbc_lnk      : generic interface for mpp_lnk_3d and mpp_lnk_2d 
    1313   !!                  routines defined in lib_mpp 
     14   !!   lbc_lnk_e    : generic interface for mpp_lnk_2d_e 
     15   !!                   routinee defined in lib_mpp 
    1416   !!---------------------------------------------------------------------- 
    1517   !! * Modules used 
     
    2022   END INTERFACE 
    2123 
     24   INTERFACE lbc_lnk_e 
     25      MODULE PROCEDURE mpp_lnk_2d_e 
     26   END INTERFACE 
     27 
    2228   PUBLIC lbc_lnk       ! ocean lateral boundary conditions 
     29   PUBLIC lbc_lnk_e 
    2330   !!---------------------------------------------------------------------- 
    2431 
     
    4552   END INTERFACE 
    4653 
     54   INTERFACE lbc_lnk_e 
     55      MODULE PROCEDURE lbc_lnk_2d 
     56   END INTERFACE 
     57 
    4758   PUBLIC lbc_lnk       ! ocean/ice  lateral boundary conditions 
     59   PUBLIC  lbc_lnk_e  
    4860   !!---------------------------------------------------------------------- 
    4961 
Note: See TracChangeset for help on using the changeset viewer.