write_input_swat2012_hmd: Write out humidity SWAT 2012 meteorology input file

Description Usage Arguments Examples

Description

This is a wrapper function for write_input_swat2012_other()

Usage

1
2
write_input_swat2012_hmd(file, data, station_names,
  col_time_name = "time_posix")

Arguments

file

string: directory + file name of output file

data

data.frame: contains a column with time stamp and >=1 columns with data; time column needs to be of type POSIXct

station_names

character-array: contains names of the stations to write out; have to be equal to column names of data

col_time_name

character, optional: name of the time stamp column, default = 'time_posix'

Examples

1
# see example in README

neumannd/eurocordex2swatTools documentation built on May 14, 2019, 2:17 p.m.