Skip to contents

This function will create a main file to use TnetRUI package correctly. Commented lines needs to be completed by the user

Usage

Tnet_create_main(
  path,
  name_simulation,
  weather_model,
  hydro_model,
  hydraulic_Loire = FALSE
)

Arguments

path

Folder where the main file will be exported

name_simulation

Name of the simulation

weather_model

Name of the meteorological model use in the simulation

hydro_model

Name of the hydrological model use in the simulation

hydraulic_Loire

If we want to use a specifique way of hydraulic computation. only if hydro_model == 'EROS'

Value

None

Examples

Tnet_create_main(path,name_simulation, weather_model, hydro_model, hydraulic_Loire = FALSE)
#> Error: object 'hydro_model' not found