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 11224 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/src/OCE/BDY/bdydta.F90 – NEMO

Ignore:
Timestamp:
2019-07-08T11:19:12+02:00 (5 years ago)
Author:
smasson
Message:

dev_r10984_HPC-13 : bugfix to work will all configurations, see #2285

File:
1 edited

Legend:

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

    r11223 r11224  
    5454   INTEGER , PARAMETER ::   jp_bdyh_i = 9     !  
    5555   INTEGER , PARAMETER ::   jp_bdyh_S = 10    !  
    56                                                               ! =F => baroclinic velocities in 3D boundary conditions 
     56#if ! defined key_si3 
     57   INTEGER , PARAMETER ::   jpl = 1 
     58#endif 
     59                                                             ! =F => baroclinic velocities in 3D boundary conditions 
    5760!$AGRIF_DO_NOT_TREAT 
    5861   TYPE(FLD), PUBLIC, ALLOCATABLE, DIMENSION(:,:), TARGET ::   bf   ! structure of input fields (file informations, fields read) 
Note: See TracChangeset for help on using the changeset viewer.