Symbol Description Uses
CellIndex 7



File Line number Procedure Code
./pkg/layers/LAYERS.h 42 NO PROCEDURE
      INTEGER MapIndex(FineGridMax), CellIndex(FineGridMax)
./pkg/layers/LAYERS.h 46 NO PROCEDURE
     &      NZZ, MapIndex, CellIndex
./pkg/layers/layers_fluxcalc.F 167 LAYERS_FLUXCALC
       kci = CellIndex(kk)
./pkg/layers/layers_fluxcalc.F 524 LAYERS_DIAPYCNAL
       kci = CellIndex(kk)
./pkg/layers/layers_init_fixed.F 124 LAYERS_INIT_FIXED
          CellIndex(kk) = MapIndex(kk)
./pkg/layers/layers_init_fixed.F 126 LAYERS_INIT_FIXED
          CellIndex(kk) = MapIndex(kk)+1
./pkg/layers/layers_init_fixed.F 138 LAYERS_INIT_FIXED
     &     ', CellIndex(',kk,')=',CellIndex(kk)