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 11194 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/src/OCE/LBC/lib_mpp.F90 – NEMO

Ignore:
Timestamp:
2019-06-27T16:51:16+02:00 (5 years ago)
Author:
smasson
Message:

dev_r10984_HPC-13 : reorganization of lbclnk, part 1: bugfix following [11192], see #2285

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/src/OCE/LBC/lib_mpp.F90

    r11192 r11194  
    172172   LOGICAL, PUBLIC ::   ln_nnogather                !: namelist control of northfold comms 
    173173   LOGICAL, PUBLIC ::   l_north_nogather = .FALSE.  !: internal control of northfold comms 
    174  
    175    INTEGER, PUBLIC, PARAMETER ::   jpfillnothing = 1 
    176    INTEGER, PUBLIC, PARAMETER ::   jpfillcst     = 2 
    177    INTEGER, PUBLIC, PARAMETER ::   jpfillcopy    = 3 
    178    INTEGER, PUBLIC, PARAMETER ::   jpfillperio   = 4 
    179    INTEGER, PUBLIC, PARAMETER ::   jpfillmpi     = 5 
    180174    
    181175   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.