Hi,
In CRTM, if the sensor is fixed in the SensorData structure, the polarization of each channel is fixed. For example, the polarization of ATMS channel 1,2, and 16 is QV and the other channels are QH. Is it possible to calculate QH brightness temperature for channel 1, 2, and 16, QV brightness temperature for other channels through CRTM?
Thanks!
I’ve tested this in my code:
SC(1)%Polarization(1:2)=10
SC(1)%Polarization(3:15)=9
SC(1)%Polarization(16)=10
SC(1)%Polarization(17:22)=9
The output seems reasonable.
Thanks a lot!