View source: R/function_RunHYPE.R
| RunHYPE | R Documentation |
RunHYPE is a wrapper to run a HYPE model using a specified HYPE executable.
RunHYPE(hype.path = NULL, info.dir = NULL, sequence = 0, p = FALSE, ...)
hype.path |
Path to HYPE |
info.dir |
Optional path to a separate directory containing the HYPE model setup (info.txt, GeoData.txt, etc.). If not specified, then the directory of |
sequence |
Optional integer between 0 and 999 specifying which forcing files to use. |
p |
Optional logical. If |
... |
Additional arguments passed on to |
RunHYPE is a system wrapper to run a HYPE model via the system console. HYPE executables can be downloaded from the official code repository.
The path to the HYPE executable must be specified with hype.path. If your HYPE model is saved to a different directory than the HYPE executable (hype.path), then you can
specify the model directory with info.dir. The sequence argument can be used to specify which forcing files should be used for the simulation,
and p can be used to specify if the sequence number should also be applied to the parameter file.
Read more about how to run HYPE on the HYPE wiki.
Output messagess from the HYPE executable are printed to the console.
## Not run:
RunHYPE()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.