118 |
enddo |
enddo |
119 |
#ifndef QUOTA |
#ifndef QUOTA |
120 |
do nz = 1,nzmax |
do nz = 1,nzmax |
121 |
zooTempFunction(nz) = |
c zooTempFunction(nz) = |
122 |
& exp(TempAe*(1/(Tlocal+Tkel) - |
c & exp(TempAe*(1/(Tlocal+Tkel) - |
123 |
& 1/(Tempref) ) ) |
c & 1/(Tempref) ) ) |
124 |
zooTempFunction(nz) = zooTempFunction(nz) - tempnorm |
c zooTempFunction(nz) = zooTempFunction(nz) - tempnorm |
125 |
zooTempFunction(nz) = TempCoeff* |
c zooTempFunction(nz) = TempCoeff* |
126 |
& max(zooTempFunction(nz), 1. _d -10) |
c & max(zooTempFunction(nz), 1. _d -10) |
127 |
c zooTempFunction(nz) = 1. _d 0 |
zooTempFunction(nz) = 1. _d 0 |
128 |
end do |
end do |
129 |
#endif |
#endif |
130 |
reminTempFunction = exp(TempAe*(1/(Tlocal+Tkel) - |
reminTempFunction = exp(TempAe*(1/(Tlocal+Tkel) - |