-
Notifications
You must be signed in to change notification settings - Fork 7
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
TL module updates for aircraft-level/user-defined-level upward/downward radiance #182
Comments
These updates are built upon PR #179, and should be tested after merging this PR first. |
Note 1: CRTMv3/src/RTSolution/ADA/ADA_Module.f90 Line 1623 in 1a8cd44
while for the forward calculation, the radiance is assigned within Assign_Common_Output CRTMv3/src/RTSolution/Common_RTSolution.f90 Line 1192 in 617b7c1
This is because the TL profiles are not stored in any data structure for TL modules to use outside of CRTM_ADA_TL |
Note 2: The output of CRTMv3/src/RTSolution/ADA/ADA_Module.f90 Line 1286 in 1a8cd44
The original output variable s_rad_up_TL is kept as a local variable in CRTM_ADA_TL
The computed TL results are identical compare to the dev branch. (TOA only) |
Note 4: It is unclear if the TL module updates are scientifically correct, more scientific tests/code review are needed from the team. |
TL module updates for the following new features have been added to branch: https://github.com/JCSDA/CRTMv3/tree/feature/cd_AirCraft_TL
Besides these updates, I also included a lot of comments for the ADA module in general for future reference.
The text was updated successfully, but these errors were encountered: