Skip to content
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

correlate rttov channels and GOES-16 ABI channels #97

Open
felix-mue opened this issue Jul 6, 2023 · 2 comments
Open

correlate rttov channels and GOES-16 ABI channels #97

felix-mue opened this issue Jul 6, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@felix-mue
Copy link

The rttov data contains contains 7 variables called "synsat_rttov_forward_model_1__abi_ir__goes_16__channel_1" through "..._channel7". As far as I understand the process to calculate brightness temperatures from ABI channels as outlined in the GOES-16 ATBD uses 7 channels (with an additional one for backup). I assume that the 7 rttov channels are the model data of these 7 channels in ABI.

But how do I know which channel in the rttov data corresponds to a certain channel from ABI?

@observingClouds
Copy link
Collaborator

Thanks @felix-mue for posting your question. This is indeed not very well documented at the moment.
Currently you need to add 6 to the channel number in the variable name to get the equivalent GOES16-ABI channel.
synsat_rttov_forward_model_1__abi_ir__goes_16__channel_1 emulates GOES16-ABI channel 7
synsat_rttov_forward_model_1__abi_ir__goes_16__channel_2 emulates GOES16-ABI channel 8
...
These values are already brightness temperatures.

For each channel, RTTOV applies the spectral response function from the actual ABI instrument. [https://nwp-saf.eumetsat.int/downloads/rtcoef_rttov13/ir_srf/rtcoef_goes_16_abi_srf.html] gives you a very detailed overview about the frequency range that is covered by each channel.

I will likely rename the variables in the dataset. However, I hope this helps you for now to keep coding 🤓

@observingClouds observingClouds added the documentation Improvements or additions to documentation label Jul 13, 2023
@felix-mue
Copy link
Author

Fantastic, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants