This file is indexed.

/usr/include/interpolation/jparams.h is in libemos-dev 000392+dfsg.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
C
C Copyright 1981-2012 ECMWF.
C
C This software is licensed under the terms of the Apache Licence 
C Version 2.0 which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
C
C In applying this licence, ECMWF does not waive the privileges and immunities 
C granted to it by virtue of its status as an intergovernmental organisation 
C nor does it submit to any jurisdiction.
C
C     Parameters
C
      INTEGER JP32, JPLONO, J2NFFT, JPFFT, JPLOOK, JPMAX, JPMAXITER
      INTEGER JPMXTRY, JPTRNC, JPK, JPTRP1
      PARAMETER ( JP32 = 32 )
C
C     The following value for JPLONO (2560) will handle regular grids 
C     from N1 to N720 derived from spectral truncations from T1 to
C     T639.
C
Cjdc  PARAMETER ( JPLONO = 2560 , J2NFFT = 2 + JPLONO, JPFFT = 12000)
c      PARAMETER ( JPLONO = 6000 , J2NFFT = 2 + JPLONO, JPFFT = 12000)
      PARAMETER ( JPLONO = 8200 , J2NFFT = 2 + JPLONO, JPFFT = 12000)
      PARAMETER ( JPLOOK = 50)
      PARAMETER ( JPMAX = 2048 )
      PARAMETER ( JPMAXITER = 10)
      PARAMETER ( JPMXTRY = 3 )
      PARAMETER ( JPTRNC = 2047, JPK = (JPTRNC + 1)*(JPTRNC + 4) )
      PARAMETER ( JPTRP1 = (JPTRNC + 1) )
C
      REAL PPEPSA, PPQUART, PPHALF, PPTWO, PP90
      PARAMETER ( PPEPSA = 1.0E-6)
      PARAMETER ( PPQUART = 0.25E0)
      PARAMETER ( PPHALF = 0.5E0)
      PARAMETER ( PPTWO = 2.0E0)
      PARAMETER ( PP90 = 90.0E0)
C
      REAL PPI
      PARAMETER ( PPI = 3.14159265358979 )
C
C     Debug parameters
C
      INTEGER NDBG, NDBGLP
      COMMON /JDCNDBG/ NDBG, NDBGLP