View source: R/atlantisfmsy_check.R
atlantis_fgrpon | R Documentation |
Test if the functional group func_grp
is active in the
calibrated model. It open the functional groups csv parameters file and
look if the functional group is on.
atlantis_fgrpon(func_grp, path, exe_name, batch_file = NULL)
func_grp |
The code of the Atlantis functional group for which Fmsy will be estimated. |
path |
The directory of the batch or shell file. |
exe_name |
The name of the atlantis executable you used (ex: atlantismain, atlantisNew). |
batch_file |
The name of the batch/shell file with extension you are using
to run your model. If not provided, the function will search for the unique
batch file in your |
fgrpon
A binary variable telling if the functional group is
(1) activated or not (0).
atlantis_paraselect
for parameters file selection, and
read.table
to open table stored in text files (.txt,
.csv ...).
atlantis_fgrpon("COD", "C:/Atlantis/AtlantisEEC/AtlantisEECF_v3", "atlantismain", "runAtlantis.bat") atlantis_fgrpon("COD", "/home/Atlantis/AtlantisEEC/AtlantisEECF_v3", "atlantisNew", "runAtlantis.sh")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.