Update Data treatment authored by Marie Brunel's avatar Marie Brunel
...@@ -13,4 +13,4 @@ years,latitudes,longitudes = list from the file reading ...@@ -13,4 +13,4 @@ years,latitudes,longitudes = list from the file reading
data = numpy array from the reading of the file [months,latitudes,longitudes] data = numpy array from the reading of the file [months,latitudes,longitudes]
# harvest to yield # harvest to yield
`yield = np.multiply(np.multiply(harvest,0.02222222),1.14)` `yield = np.multiply(np.multiply(harvest,0.02222222),1.14)`
\ No newline at end of file