Changes
Page history
Update Data treatment
authored
Nov 03, 2021
by
Marie Brunel
Hide whitespace changes
Inline
Side-by-side
Data-treatment.md
View page @
11a3e2eb
...
...
@@ -10,4 +10,7 @@ if file_name == "mrunoff.nc":
data = tmp
```
years,latitudes,longitudes = list from the file reading
data = numpy array from the reading of the file [months,latitudes,longitudes]
\ No newline at end of file
data = numpy array from the reading of the file [months,latitudes,longitudes]
# harvest to yield
`yield = np.multiply(np.multiply(harvest,0.02222222),1.14)`