Description Usage Arguments Value
Run ED2, but only if there isn't a run there already
1 2 3 4 5 6 | run_ed_maybe(
casename,
overwrite = FALSE,
out_root = getOption("fortebaseline.ed_root"),
...
)
|
casename |
Name |
overwrite |
(Logical) If 'TRUE', delete the target output directory and force a run. |
out_root |
Path to ED2 output root directory. Default is the option 'fortebaseline.ed_root', and if unset, "ed2-output" in the project root directory. |
... |
Additional ED2IN namelist settings. Must be in all caps, and must match settings in ED2IN. |
List containing the output directory ('outdir'), the 'processx::process' object ('p'), and a function for checking the current log status ('log').
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.