Visualization of GEOtop results
Visualization of the output results of the control points stored in the folder /output/tabs
You need to have installed R package.
Then download the script by clicking here.
Inside you should find two files: the visualization script Read&Plot_tabs.R and the file for the script options InfoScriptR.txt.
Save the two files inside the directory where your simulation data are, e.g. Users/user_name/Documents/GEOtopSim/Simtest. Eventually in this folder you should then have the following files and directories:
geotop.init , geotop.inpts, Read&Plot_tabs.R, additional_maps, InfoScriptR.txt, meteo, morpho, output, param
Open the file InfoScriptR.txt and provide the option parameters. Open R package, and enter the working directory:
setwd("/Users/user_name/Documents/GEOtopSim/SimTest")
and launch the script with the R command
source("Read&Plot_tabs.R")
a directory "plot" should now appear inside the simulation folder with all the plots.
