MOD16A2 Unit Conversion
-
- Posts: 1
- Joined: Sun Jul 09, 2023 1:40 pm America/New_York
MOD16A2 Unit Conversion
Hello, I'm writing a code in Google Earth Engine to calculate the annual evapotranspiration from 2001 to 2022, and I'm trying hard to convert kg/m^2/8day to mm/year. How to make? I am using product MOD16A2.006.
Filters:
-
- User Services
- Posts: 420
- Joined: Mon Sep 30, 2019 10:00 am America/New_York
- Has thanked: 30 times
- Been thanked: 8 times
- Contact:
Re: MOD16A2 Unit Conversion
Hi @denizegeo16 please see this post where we had a similar conversation: viewtopic.php?t=2806 According to our science team, the kg/m²/ 8 day is the same as mm/8 day. You might be interested in the Yearly MODIS/Terra Net Evapotranspiration Gap-Filled L4 Global 500 m SIN Grid product that already exists: https://doi.org/10.5067/MODIS/MOD16A3GF.061 Thanks - Danielle
Subscribe to the LP DAAC listserv by sending a blank email to lpdaac-join@lists.nasa.gov.
Sign up for the Landsat listserv to receive the most up to date information about Landsat data: https://public.govdelivery.com/accounts/USDOIGS/subscriber/new#tab1.
Sign up for the Landsat listserv to receive the most up to date information about Landsat data: https://public.govdelivery.com/accounts/USDOIGS/subscriber/new#tab1.
Re: MOD16A2 Unit Conversion
I just need to confirm something. I am working on MOD16A3GF yearly data and I discovered the scale is 0.1. What does this mean?, Do I need to divide my extracted ET_500m values by 10 or what?
If yes, when I divided by 10, I obtained strange two digits values of ET in areas where ET is greater than 600m/year
If yes, when I divided by 10, I obtained strange two digits values of ET in areas where ET is greater than 600m/year
-
- Posts: 248
- Joined: Thu Jun 25, 2020 9:51 am America/New_York
- Been thanked: 9 times
Re: MOD16A2 Unit Conversion
Hi,
Yes the scaling factor is 0.1 (divide by 10). If there seems to be some erroneous numbers you may want to check with the QA bits to see if those pixels are of questionable quality.
Thanks,
Brett
Yes the scaling factor is 0.1 (divide by 10). If there seems to be some erroneous numbers you may want to check with the QA bits to see if those pixels are of questionable quality.
Thanks,
Brett
Re: MOD16A2 Unit Conversion
Thank you for your response, I discovered the software (MATLAB) I am using already considered the scaling factor when I read the netcdf file, so I dont need to divide my result by 10