Hallo everybody,
we are using windows 7pro in our computer pool. Is there a way to install simile (Teaching Edition licence) on multiple computers in unattended mode? Are there any switches for installation?
Thanks a lot. Martin
I am trying to interact with a Simile model from R. I installed the simile package. When I run
use.simile.at(path.to.installation), I get the following error:
Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
[tcl] can't find package Trf.
I am running R version 3.1.1 on a Mac with OSX Yosemite 10.10.2.
I used to install the Evaluation edition in the computer rooms for my teaching (it worked well with v6.0), but the application quits with a long error message...
Windows users benefit from being able to download a pre-compiled binary distribution of the parameter estimation tool PEST. However, Linux users have to compile it themselves, since the popular Linux distributions do not provide it as a package. Although the instructions for doing this are pretty clear, the procedure fails with many recent Fortran compilers including gfortran, due to new restrictions on program structure.
You will see a series of error messages something like this:
Installing Simile on a Linux box using a package management system is usually pretty straightforward, but there are a couple of issues that cause problems if you are using this popular release of Ubuntu. Oddly they are unique to 12.04 LTS (Precise) -- they do not occur on earlier or later Ubuntu versions.
I am having problems understanding how to use the 3D viewer helper. I created a 2 x 2 grid, each cell representing the amount of biomass produced on a model run with different initial values. I intend to use the third dimension to better observe differences in biomass among cells.
I am trying to use the "table function" instead of the "graph function" because to me it seems more reasonable to have a set of data points lying on a defined function instead of using optical fitting in a graph. Though, I could not find any option that allows for interpolation between two points in the "table function" while this option is provided in the "graph function". Is there really no option for interpolation between the data points provided using the "table function"?