Skip to contents

Removes previous model run output from worker node local scratch directories on EBI-CLUSTER

Usage

clear.scratch(settings)

Arguments

settings

list of PEcAn settings. Only settings$host$name is used

Value

nothing

Author

Shawn Serbin

Examples

if (FALSE) { # \dontrun{
settings <- PEcAn.settings::read_settings("pecan.xml")
clear.scratch(settings)
} # }