Symbol Description Uses
NUM_INTERP_POINTS number of points used in horizontal averaging 23



File Line number Procedure Code
./pkg/profiles/PROFILES_SIZE.h 20 NO PROCEDURE
      INTEGER NUM_INTERP_POINTS
./pkg/profiles/PROFILES_SIZE.h 21 NO PROCEDURE
      PARAMETER (NUM_INTERP_POINTS = 4)
./pkg/profiles/profiles.h 16 NO PROCEDURE
     &     NUM_INTERP_POINTS,nsx,nsy)
./pkg/profiles/profiles.h 18 NO PROCEDURE
     &     NUM_INTERP_POINTS,nsx,nsy)
./pkg/profiles/profiles.h 20 NO PROCEDURE
     &     NUM_INTERP_POINTS,nsx,nsy)
./pkg/profiles/profiles_init_fixed.F 203 PROFILES_INIT_FIXED
        iINTERP=NUM_INTERP_POINTS
./pkg/profiles/profiles_init_fixed.F 288 PROFILES_INIT_FIXED
      do q = 1,NUM_INTERP_POINTS
./pkg/profiles/profiles_init_fixed.F 63 PROFILES_INIT_FIXED
      _RL tmp_i(1000,NUM_INTERP_POINTS)
./pkg/profiles/profiles_init_fixed.F 64 PROFILES_INIT_FIXED
      _RL tmp_j(1000,NUM_INTERP_POINTS)
./pkg/profiles/profiles_init_fixed.F 65 PROFILES_INIT_FIXED
      _RL tmp_weights(1000,NUM_INTERP_POINTS),tmp_sum_weights
./pkg/profiles/profiles_init_fixed.F 765 PROFILES_INIT_FIXED
      do q = 1,NUM_INTERP_POINTS
./pkg/profiles/profiles_inloop.F 48 PROFILES_INLOOP
      integer prof_i1D(NUM_INTERP_POINTS),prof_j1D(NUM_INTERP_POINTS)
./pkg/profiles/profiles_inloop.F 49 PROFILES_INLOOP
      _RL prof_w1D(NUM_INTERP_POINTS)
./pkg/profiles/profiles_inloop.F 72 PROFILES_INLOOP
      do k=1,NUM_INTERP_POINTS
./pkg/profiles/profiles_interp.F 116 PROFILES_INTERP
         do q=1,NUM_INTERP_POINTS
./pkg/profiles/profiles_interp.F 62 PROFILES_INTERP
      _RL  weights_cur(NUM_INTERP_POINTS)
./pkg/profiles/profiles_interp.F 63 PROFILES_INTERP
      integer  i_cur(NUM_INTERP_POINTS)
./pkg/profiles/profiles_interp.F 64 PROFILES_INTERP
      integer  j_cur(NUM_INTERP_POINTS)
./pkg/profiles/profiles_interp.F 68 PROFILES_INTERP
      _RL tab_coeffs1(NUM_INTERP_POINTS)
./pkg/profiles/profiles_interp.F 69 PROFILES_INTERP
      _RL tab_coeffs3(NUM_INTERP_POINTS)
./pkg/profiles/profiles_interp.F 70 PROFILES_INTERP
      _RL ponderations(NUM_INTERP_POINTS),pondsSUM
./pkg/profiles/profiles_interp.F 84 PROFILES_INTERP
        do q=1,NUM_INTERP_POINTS