gen_step_file: Write STEP2D input files for each site

View source: R/gen_step_file.R

gen_step_fileR Documentation

Write STEP2D input files for each site

Description

gen_step_file generates examples of STEP initialisation file in excel format

Usage

gen_step_file(filepath, filename, state.date, end.date, isite)

Arguments

filepath

path to where you want to store the file generated

filename

the name of the initialisation file you want to generate (the extension)

state.date

the two last digits of the first year of simulation. e.g. for 2012 it is "12"

end.date

the two last digits of the last year of simulation.. e.g. for 2020 it is "20"

isite

id of the site. e.g. "S02", usually the name of the folder in which you want to store the data

Value

STEP input file formats : ".dat",".bmt",".burn",".cha",".cle",".disp",".sol",".veg",".wet"

Examples

## Not run: 
gen_step_file(filepath = filepath,filename ="cha",

## End(Not run)


MadoShi64/rstep documentation built on July 1, 2024, 4:55 p.m.