put_E_values.RdPuts a select number of variables from the monthly -E- files into a nc_var
list to be written to a .nc file.
put_E_values(
yr,
nc_var,
var_list,
lat,
lon,
start_date,
end_date,
begins,
ends,
out
)the year being processed
a list (potentially empty) for ncvar4 objects to be added to
list returned by read_E_files()
ncdim4 object for latitude of site
ncdim4 object longitude of site
start time of simulation
end time of simulation
deprecated; use start_date instead
deprecated; use end_date instead
deprecated; use var_list instead
a list of ncdim4 objects