waterEFR | R Documentation |
reads environmental flow requirements (as they enter MAgPIE) from a MAgPIE gdx file
waterEFR(gdx, file = NULL, level = "cell", digits = 4)
gdx |
GDX file |
file |
a file name the output should be written to using write.magpie |
level |
spatial level of aggregation: "cell" (cellular), "reg" (regional), "glo" (global), "regglo" (regional and global) |
digits |
integer. For rounding of the return values |
A MAgPIE object containing environmental flow requirements (km^3)
Felicitas Beier
## Not run:
x <- waterEFR(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.