How to read a netcdf file with multiple dimensions using terra in R?
I have a netcdf
file that has the dimensions of lat
, lon
, time
and effect
. The file also have 3 different variables: rn
, prec
and tair
.
I have a netcdf
file that has the dimensions of lat
, lon
, time
and effect
. The file also have 3 different variables: rn
, prec
and tair
.