Symbol Description Uses
nnx 27



File Line number Procedure Code
./pkg/flt/flt_bilinear.F 169 FLT_TRILINEAR
      INTEGER nnx, nny, nnz, nfx, nfy, nfz, nfxp, nfyp, nfzp
./pkg/flt/flt_bilinear.F 178 FLT_TRILINEAR
      nnx = int(xp)
./pkg/flt/flt_bilinear.F 183 FLT_TRILINEAR
      dx = xp - float(nnx)
./pkg/flt/flt_bilinear.F 197 FLT_TRILINEAR
	nfx = nnx
./pkg/flt/flt_bilinear.F 207 FLT_TRILINEAR
	   nfx = nnx
./pkg/flt/flt_bilinear.F 210 FLT_TRILINEAR
	   nfx = nnx + 1
./pkg/flt/flt_bilinear.F 220 FLT_TRILINEAR
	nfx = nnx
./pkg/flt/flt_bilinear.F 234 FLT_TRILINEAR
	nfx = nnx
./pkg/flt/flt_bilinear.F 321 FLT_BILINEAR2D
      INTEGER nnx, nny, nfx, nfy, nfxp, nfyp
./pkg/flt/flt_bilinear.F 329 FLT_BILINEAR2D
      nnx = int(xp)
./pkg/flt/flt_bilinear.F 331 FLT_BILINEAR2D
      dx = xp - float(nnx)
./pkg/flt/flt_bilinear.F 341 FLT_BILINEAR2D
	nfx = nnx
./pkg/flt/flt_bilinear.F 349 FLT_BILINEAR2D
	   nfx = nnx
./pkg/flt/flt_bilinear.F 352 FLT_BILINEAR2D
	   nfx = nnx + 1
./pkg/flt/flt_bilinear.F 367 FLT_BILINEAR2D
	nfx = nnx
./pkg/flt/flt_bilinear.F 40 FLT_BILINEAR
      INTEGER nnx, nny, nfx, nfy, nfxp, nfyp
./pkg/flt/flt_bilinear.F 48 FLT_BILINEAR
      nnx = int(xp)
./pkg/flt/flt_bilinear.F 50 FLT_BILINEAR
      dx = xp - float(nnx)
./pkg/flt/flt_bilinear.F 60 FLT_BILINEAR
	nfx = nnx
./pkg/flt/flt_bilinear.F 68 FLT_BILINEAR
	   nfx = nnx
./pkg/flt/flt_bilinear.F 71 FLT_BILINEAR
	   nfx = nnx + 1
./pkg/flt/flt_bilinear.F 86 FLT_BILINEAR
	nfx = nnx
./pkg/compon_communic/mitcoupler_tile_register.F 2 MITCOUPLER_TILE_REGISTER
      subroutine MITCOUPLER_TILE_REGISTER( compName, nnx, nny )
./pkg/compon_communic/mitcoupler_tile_register.F 7 MITCOUPLER_TILE_REGISTER
      integer nnx, nny
./pkg/compon_communic/mitcoupler_register.F 2 MITCOUPLER_REGISTER
      subroutine MITCOUPLER_REGISTER( compName, nnx, nny )
./pkg/compon_communic/mitcoupler_register.F 7 MITCOUPLER_REGISTER
      integer nnx, nny
./pkg/compon_communic/mitcoupler_register.F 84 MITCOUPLER_REGISTER
       if (i0+nx-1.gt.nnx) then