| Symbol | Description | Uses |
| TatV | temperature at U point | 11 |
| File | Line number | Procedure | Code |
| ./pkg/layers/layers_calc.F | 157 | LAYERS_CALC |
TatV = MapFact(kk) * |
| ./pkg/layers/layers_calc.F | 163 | LAYERS_CALC |
IF (TatV .GE. layers_G(Nlayers)) THEN |
| ./pkg/layers/layers_calc.F | 166 | LAYERS_CALC |
ELSE IF (TatV .LT. layers_G(2)) THEN |
| ./pkg/layers/layers_calc.F | 169 | LAYERS_CALC |
ELSE IF ( (TatV .GE. layers_G(kgv(i,j))) |
| ./pkg/layers/layers_calc.F | 170 | LAYERS_CALC |
& .AND. (TatV .LT. layers_G(kgv(i,j)+1)) ) THEN |
| ./pkg/layers/layers_calc.F | 172 | LAYERS_CALC |
ELSE IF (TatV .GE. layers_G(kgv(i,j))) THEN |
| ./pkg/layers/layers_calc.F | 174 | LAYERS_CALC |
DO WHILE (TatV .GE. layers_G(kgv(i,j)+1)) |
| ./pkg/layers/layers_calc.F | 178 | LAYERS_CALC |
ELSE IF (TatV .LT. layers_G(kgv(i,j)+1)) THEN |
| ./pkg/layers/layers_calc.F | 180 | LAYERS_CALC |
DO WHILE (TatV .LT. layers_G(kgv(i,j))) |
| ./pkg/layers/layers_calc.F | 188 | LAYERS_CALC |
& TatV |
| ./pkg/layers/layers_calc.F | 54 | LAYERS_CALC |
_RL TatU, TatV |