-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the calculation of atmospheric radiation when observing from an orbital altitude downwards. #61
Comments
Hi, StarsTravel Did you use the same emissivity files for both cases? Please send the files you used. |
Hi, StarsTravel I think what you are trying to do is calculate the radiance leaving the 1km (or 30 km) target then transmitted to the sensor at 300km. This is not what the LBLRTM runs you have set up are doing. LBLRTM requires surface temperature and emissivity at H2 (the end of the path). You provided some values, which in effect means you have inserted a surface at 288.2K with a non-zero value for emissivity. To obtain the results you actually want you will need to run LBLRTM from the TOA to the surface, then from TOA to 1km (30km), then subtract the second runs from the first, thus obtaining the radiation at TOA leaving the 1km (30km) level. Please see the tar file I uploaded, which contains the three TAPE5s you will need (note you will have to change the emissivity, as I assumed emissivity=1), a plot showing the radiances and an IDL code that calculates and plots the radiance differences. |
Thanks for the interesting problem. Let me know if you have further questions. |
yes, that's what I did in the IDL code I sent. |
Yes, you are correct. |
Thank you very much!!! |
As you say,'LBLRTM requires surface temperature and emissivity at H2 (the end of the path). You provided some values, which in effect means you have inserted a surface at 288.2K with a non-zero value for emissivity. ' |
Hi, StarsTravel, We saw this issue when we were looking at how to use LBLRTM to model atmospheric long-wave radiation. We used modtran to simulate atmospheric radiation transmission simulation before, but because it is too slow, I want to learn about LBLRTM. May I ask if your LBLRTM is operated on windows system, or under linux, and whether there are any successful cases in windows |
Hello,I would like to calculate the observation of the radiation of the various layers of the atmosphere from the high altitude of the orbit downwards。
The observer is at an altitude of 300km, and the atmospheric gas radiation is observed 1
60km downward. That is, it can be regarded as simulating 160km atmospheric gas upward Radiation. It stands to reason that the lower the target altitude, the higher the final observed radiation should be, but why does the LBLRTM calculate the opposite?Like what The blue is 1 km above the target and the green one is 30 km, so why does the observer observe that the radiation at 30 km is greater than 1 km? I understand, the observer looks down
The upward radiation of 1 km of atmosphere is certainly not avoidable, and the upward radiation of 30 km of atmosphere is also observed, so when the observation target is located at 1 km, the amount of upward radiation should include 30 km
So the actual amount of radiation represented by blue should be higher than that represented by green, so why does the LBLRTM calculation result be the opposite?
In this paper, the atmospheric radiation observed by the SABER satellite is simulated by LBLRTM, and it is obvious that the lower the target altitude, the greater the amount of radiation that can be observed. Consistent with my understanding.
Attached is a TAPE file with two different target heights
1km.zip
30km.zip
Thank you
The text was updated successfully, but these errors were encountered: