This function downloads the netCDF land-sea mask from ERA5. The mask is needed in order to run download_ERA5(). The mask can be found online here:
https://confluence.ecmwf.int/pages/viewpage.action?pageId=140385202#ERA5Land:datadocumentation-parameterlistingParameterlistings.
Usage
get_land_sea_mask(
file_name = "lsm_1279l4_0.1x0.1.grb_v4_unpack.nc",
download_path = getwd()
)