You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update references of ESUN values
ESUN_L5 and ESUN_L7 arrays are different from the references in the documentation
ESUN_L8 values are not available in any references
Wrong function of g_inst
If water_mask is not equal to 0.0, then g_inst is supposed to be ((Surface_temp - 273.15) * (0.0038 + 0.0074 * Surf_albedo) * (1 - 0.978 * np.power(NDVI, 4))) * rn_inst, and not 0.4 * rn_inst
Missing reference for Advection Factor (AF)
The method to upscale from instantaneous Actual ET to 24h Actual ET is not the same as in SEBAL reference documentation
Cloud_Treshold for Landsat 5 is too low compared to the value in the data (~7300)
PySEBAL_dev/SEBAL/pysebal_py3.py
Lines 1175 to 1176 in 5dfe6b2
Update references of ESUN values
ESUN_L5 and ESUN_L7 arrays are different from the references in the documentation
ESUN_L8 values are not available in any references
PySEBAL_dev/SEBAL/pysebal_py3.py
Lines 1066 to 1068 in 5dfe6b2
Wrong function of g_inst
If water_mask is not equal to 0.0, then g_inst is supposed to be ((Surface_temp - 273.15) * (0.0038 + 0.0074 * Surf_albedo) * (1 - 0.978 * np.power(NDVI, 4))) * rn_inst, and not 0.4 * rn_inst
PySEBAL_dev/SEBAL/pysebal_py3.py
Lines 3053 to 3055 in 5dfe6b2
Missing reference for Advection Factor (AF)
The method to upscale from instantaneous Actual ET to 24h Actual ET is not the same as in SEBAL reference documentation
PySEBAL_dev/SEBAL/pysebal_py3.py
Lines 2709 to 2718 in 5dfe6b2
The text was updated successfully, but these errors were encountered: