Changeset 10524
- Timestamp:
- 2019-01-16T10:56:05+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/OCE/LBC/lbc_nfd_ext_generic.h90
r10425 r10524 12 12 SUBROUTINE ROUTINE_NFD( ptab, cd_nat, psgn, kextj ) 13 13 !!---------------------------------------------------------------------- 14 INTEGER , INTENT(in ) :: kextj ! extra halo width at north fold, declared before its use in ARRAY_TYPE (neded by some compilers...) 14 15 ARRAY_TYPE(:,1-kextj:,:,:,:) ! array or pointer of arrays on which the boundary condition is applied 15 16 CHARACTER(len=1) , INTENT(in ) :: NAT_IN(:) ! nature of array grid-points 16 17 REAL(wp) , INTENT(in ) :: SGN_IN(:) ! sign used across the north fold boundary 17 INTEGER , INTENT(in ) :: kextj ! extra halo width at north fold18 18 ! 19 19 INTEGER :: ji, jj, jk, jl, jh, jf ! dummy loop indices
Note: See TracChangeset
for help on using the changeset viewer.