check_ed_metheader.Rd
Check that the object has all components, and throw an error if anything is wrong. Optionally, do some basic checks of actualy meteorology files as well.
check_ed_metheader(ed_metheader, check_files = TRUE)
check_ed_metheader_format(ed_metheader_format, check_files = TRUE)
ED meteorology header object (see read_ed_metheader)
Logical. If TRUE
, perform basic diagnostics on met
files as well.
A single format inside the met header object
check_ed_metheader_format
checks an individual format (one item in the
ed_metheader
list). check_ed_metheader
applies these checks to each item
in the format list.