| Symbol | Description | Uses |
| CellIndex | 6 |
| File | Line number | Procedure | Code |
| ./pkg/layers/LAYERS.h | 87 | NO PROCEDURE |
INTEGER MapIndex(FineGridMax), CellIndex(FineGridMax) |
| ./pkg/layers/LAYERS.h | 91 | NO PROCEDURE |
& NZZ, MapIndex, CellIndex |
| ./pkg/layers/layers_calc.F | 110 | LAYERS_CALC |
kci = CellIndex(kk) |
| ./pkg/layers/layers_init_fixed.F | 119 | LAYERS_INIT_FIXED |
CellIndex(kk) = MapIndex(kk) |
| ./pkg/layers/layers_init_fixed.F | 121 | LAYERS_INIT_FIXED |
CellIndex(kk) = MapIndex(kk)+1 |
| ./pkg/layers/layers_init_fixed.F | 133 | LAYERS_INIT_FIXED |
& ', CellIndex(',kk,')=',CellIndex(kk) |