Symbol | Description | Uses |
MapIndex | indices for mapping ZZ to Z | 11 |
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 | 166 | LAYERS_FLUXCALC |
k = MapIndex(kk) |
./pkg/layers/layers_fluxcalc.F | 523 | LAYERS_DIAPYCNAL |
k = MapIndex(kk) |
./pkg/layers/layers_init_fixed.F | 101 | LAYERS_INIT_FIXED |
MapIndex(kk) = Nr - 1 |
./pkg/layers/layers_init_fixed.F | 111 | LAYERS_INIT_FIXED |
MapIndex(kk) = k |
./pkg/layers/layers_init_fixed.F | 123 | LAYERS_INIT_FIXED |
IF ( ZZc(kk).LT.Zf(MapIndex(kk)+1) ) THEN |
./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 | 136 | LAYERS_INIT_FIXED |
& ', MapIndex(',kk,')=',MapIndex(kk), |
./pkg/layers/layers_init_fixed.F | 97 | LAYERS_INIT_FIXED |
MapIndex(kk) = 1 |