read_T_files.Rd
Function for reading -T- files
read_T_files(
yr,
yfiles,
h5_files,
outdir,
start_date,
end_date,
pfts = NULL,
settings = NULL
)
the year being processed
the years on the filenames, will be used to matched h5_files for that year
names of T files to be read
directory where ED2 output files are found
start date in YYYY-MM-DD format
end date in YYYY-MM-DD format
for consistency with read_E_files()
—unused
A PEcAn settings object. Values for start_date
and
end_date
will be taken from settings
if it is supplied.
e.g. yr = 1999 yfiles = 1999 2000 h5_files = "analysis-T-1999-00-00-000000-g01.h5" "analysis-T-2000-00-00-000000-g01.h5"