| Symbol | Description | Uses |
| MapIndex | indices for mapping ZZ to Z | 10 |
| 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 | 109 | LAYERS_CALC |
k = MapIndex(kk) |
| ./pkg/layers/layers_init_fixed.F | 106 | LAYERS_INIT_FIXED |
MapIndex(kk) = k |
| ./pkg/layers/layers_init_fixed.F | 118 | LAYERS_INIT_FIXED |
IF ( ZZc(kk).LT.Zf(MapIndex(kk)+1) ) THEN |
| ./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 | 131 | LAYERS_INIT_FIXED |
& ', MapIndex(',kk,')=',MapIndex(kk), |
| ./pkg/layers/layers_init_fixed.F | 92 | LAYERS_INIT_FIXED |
MapIndex(kk) = 1 |
| ./pkg/layers/layers_init_fixed.F | 96 | LAYERS_INIT_FIXED |
MapIndex(kk) = Nr - 1 |