Question regarding "GCOMW_AMSR2L3SND" reader #1841
yhkwon8329030
started this conversation in
General
Replies: 1 comment 1 reply
|
What is the exact dataset you are using with this reader? The GCOMW_AMSR2_SND data that I see on Discover has a scale_factor of 0.1, which doesn't match the division by 100.0 in the code. Other than that, I'm not sure why the division is done at this point in the code, but not later in the subroutine. We will need to take a closer look. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dear LISF team,
I am trying to use the AMSR2 snow depth data assimilation (DA) functionality in LIS.
While reviewing the source code, I noticed the following lines (184–185 and 193–194):
I am wondering why the AMSR2 snow depth observations are divided by 100.0 at this point. In contrast, the bias-corrected observations do not appear to be divided by 100.0 later in the subroutine.
Could you please explain the reason for this difference? Specifically, I would like to understand whether the division is intended for unit conversion or serves another purpose.
Thank you very much for your help.
Best regards,
Yonghwan Kwon
All reactions