View source: R/gen_step_file.R
gen_step_file | R Documentation |
gen_step_file generates examples of STEP initialisation file in excel format
gen_step_file(filepath, filename, state.date, end.date, isite)
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 |
STEP input file formats : ".dat",".bmt",".burn",".cha",".cle",".disp",".sol",".veg",".wet"
## Not run:
gen_step_file(filepath = filepath,filename ="cha",
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.