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 14648 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/LBC/lbc_nfd_nogather_generic.h90 – NEMO

Ignore:
Timestamp:
2021-03-26T18:02:29+01:00 (3 years ago)
Author:
sparonuz
Message:

Fix for compiling merged branch with key single activated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/LBC/lbc_nfd_nogather_generic.h90

    r14644 r14648  
    1010      REAL(PRECISION),  DIMENSION(:,:,:,:), INTENT(inout) ::   ptab2       !  
    1111      CHARACTER(len=1)                    , INTENT(in   ) ::   cd_nat      ! nature of array grid-points 
    12       REAL(PRECISION)                     , INTENT(in   ) ::   psgn        ! sign used across the north fold boundary 
     12      REAL(wp)                     , INTENT(in   ) ::   psgn        ! sign used across the north fold boundary 
    1313      INTEGER                             , INTENT(in   ) ::   khls        ! halo size, default = nn_hls 
    1414      ! 
Note: See TracChangeset for help on using the changeset viewer.