Skip to contents

This function fits Hmsc models on a UFZ Windows Server. It reads model configurations from a specified path, loads environment variables, checks input arguments for validity, and executes model fitting in parallel if required.

Usage

Mod_Fit_WS(Path_Model, EnvFile = ".env", NCores = NULL)

Arguments

Path_Model

Character. Path to the model files.

EnvFile

Character. Path to the environment file containing paths to data sources. Defaults to .env.

NCores

Integer. Number of CPU cores to use for parallel processing.

Value

The function does not return anything but prints messages to the console regarding the progress and completion of model fitting.

Author

Ahmed El-Gabbas