Symbol | Description | Uses |
tMix | Temp. for calculation of mixed theta. | 4 |
File | Line number | Procedure | Code |
./model/src/convect.F | 57 | CONVECT |
_RL tMix(1-OLx:sNx+OLx,1-OLy:sNy+OLy) |
./model/src/convect.F | 69 | CONVECT |
tMix(i,j) = theta(i,j,k-1,bi,bj) |
./model/src/convect.F | 88 | CONVECT |
theta(i,j,k-1,bi,bj) = tMix(i,j)/dSum(i,j) |
./model/src/convect.F | 89 | CONVECT |
theta(i,j,k ,bi,bj) = tMix(i,j)/dSum(i,j) |