list object.R/get.recovery.state.R
get.geotop.recovery.state.RdThis function saves all spatially distrubuted information contained in the recovery folder into a comprehensive list object.
get.geotop.recovery.state(
recFolder,
xx = "0000",
formatter = "L%04d",
extension = ".asc",
nsoillayers = 10,
layersFromDir = FALSE,
...
)directory when recvery maps are set. In GEOtop it is ...
charcter String. Default is "0000"
string character for the the decimal formatter to be used. Default is "L%04d".
file estension used for asccii recovery map files. It must contains '.' as the first character. Defaut is ".asc" .
number of soil layers used in the GEOtop simulation.
logical value. If is TRUE the number of soil/snow (vertical) layers used in the GEOtop simulation is automatically calculated and cannot be assigned through nsoillayers.
further arguments
a list object containining all recovery raster maps.
This function has been used with the built 1.225-9 of GEOtop .
library(geotopbricks)
example_Rscript <- system.file('template/example.geotop.recovery.state.R',package="geotopbricks")
example_Rscript
#> [1] "/tmp/Rtmp3iVngj/temp_libpath3b12fd26bdcaeb/geotopbricks/template/example.geotop.recovery.state.R"
# Not Run because it elapses too long time!!!
# Please Uncomment the following line to run by yourself!!!
# source(example_Rscript)