Changeset 10525
- Timestamp:
- 2019-01-16T11:12:04+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/OCE/LBC/lbc_nfd_ext_generic.h90
r10524 r10525 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 INTEGER , INTENT(in ) :: kextj ! extra halo width at north fold, declared before its use in ARRAY_TYPE 15 15 ARRAY_TYPE(:,1-kextj:,:,:,:) ! array or pointer of arrays on which the boundary condition is applied 16 16 CHARACTER(len=1) , INTENT(in ) :: NAT_IN(:) ! nature of array grid-points
Note: See TracChangeset
for help on using the changeset viewer.