Hi all,
When running the WRF scheme, I found that variables related to LAI, including TGV, TAH, TZV, etc., had abnormal values. After investigation, I determined that these areas had a land use type of 15 in MODIS, which corresponds to snow and ice.
By checking the source code, I discovered that when the land use type is 15, the LAI is set to undefined_value, and in the program, undefined_value=-1.E36, which corresponds to the numbers starting with -99999 shown in the figure. I want to know why the program sets undefined_value to such a large number. Can undefined_value be set to a smaller value, such as -0.0001?
Additionally, there are many places where my LU_INDEX=15, but only some grid points have an undefined_value for LAI. What could be causing this?
Thanks and look forward to your reply.
Xiao
When running the WRF scheme, I found that variables related to LAI, including TGV, TAH, TZV, etc., had abnormal values. After investigation, I determined that these areas had a land use type of 15 in MODIS, which corresponds to snow and ice.
By checking the source code, I discovered that when the land use type is 15, the LAI is set to undefined_value, and in the program, undefined_value=-1.E36, which corresponds to the numbers starting with -99999 shown in the figure. I want to know why the program sets undefined_value to such a large number. Can undefined_value be set to a smaller value, such as -0.0001?
Additionally, there are many places where my LU_INDEX=15, but only some grid points have an undefined_value for LAI. What could be causing this?
Thanks and look forward to your reply.
Xiao