Convert FLUXNET data to land surface model compatible netcdf files, using the FluxnetLSM package and PLUMBER2 based workflows.

fdk_process_lsm(
  df,
  out_path,
  modis_path,
  save_tmp_files = FALSE,
  overwrite = TRUE
)

Arguments

df

dataframe with sites to process

out_path

output directory for processed data

modis_path

where to store downloaded MODIS data

save_tmp_files

retain temporary files (TRUE or FALSE)

Value

LSM compatible netcdf files in the output directory, with intermediary files saved upon request