@@ -4050,7 +4050,7 class WeatherRadar(Operation): | |||||
4050 |
|
4050 | |||
4051 | for R in range(self.nHeis): |
|
4051 | for R in range(self.nHeis): | |
4052 | self.Z_radar[0,R]= 10*numpy.log10(Pr[0,R])+20*numpy.log10(self.Range[0,R]*10**3)+67.41-10*numpy.log10(self.Pt)-59-10*numpy.log10(self.tauW)#63.58,65.26,68.91 |
|
4052 | self.Z_radar[0,R]= 10*numpy.log10(Pr[0,R])+20*numpy.log10(self.Range[0,R]*10**3)+67.41-10*numpy.log10(self.Pt)-59-10*numpy.log10(self.tauW)#63.58,65.26,68.91 | |
4053 | self.Z_radar[1,R]= 10*numpy.log10(Pr[1,R])+20*numpy.log10(self.Range[1,R]*10**3)+67.17-10*numpy.log10(self.Pt)-59-10*numpy.log10(self.tauW)#64.26,65.79,62.33 |
|
4053 | #self.Z_radar[1,R]= 10*numpy.log10(Pr[1,R])+20*numpy.log10(self.Range[1,R]*10**3)+67.17-10*numpy.log10(self.Pt)-59-10*numpy.log10(self.tauW)#64.26,65.79,62.33 | |
4054 | dBZeh= self.Z_radar |
|
4054 | dBZeh= self.Z_radar | |
4055 |
|
4055 | |||
4056 | if type=='N': |
|
4056 | if type=='N': |
General Comments 0
You need to be logged in to leave comments.
Login now