R/merra_subset.R
read_merra_file.Rd
Reads one file from MERRA-2 subset for a given year and month
read_merra_file(YYYYMM, path = get_merra2_dir(), as_integers = FALSE)
character, year and month
the database path
should the original MERRA-2 units be returned (converted from integer vectors)
A data.table with the MERRA-2 subset for the given year and month.
if (FALSE) {
read_merra_file("201912")
}