Function for reading -T- files
Usage
read_T_files(
yr,
yfiles,
h5_files,
outdir,
start_date,
end_date,
pfts = NULL,
settings = NULL
)Arguments
- yr
the year being processed
- yfiles
the years on the filenames, will be used to matched h5_files for that year
- h5_files
names of T files to be read
- outdir
directory where ED2 output files are found
- start_date
start date in YYYY-MM-DD format
- end_date
end date in YYYY-MM-DD format
- pfts
for consistency with
read_E_files()—unused- settings
A PEcAn settings object. Values for
start_dateandend_datewill be taken fromsettingsif it is supplied.