diff --git a/.gitignore b/.gitignore index 5113bc5..ea490a3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ data-raw/cloud_cover/ data-raw/modis/ data/tmp/ docs/ +.idea/ \ No newline at end of file diff --git a/analysis/README.md b/analysis/README.md index ce6dc5d..ed9eb80 100644 --- a/analysis/README.md +++ b/analysis/README.md @@ -6,11 +6,17 @@ Scripts need to be run in chronological order ## Scripts -- 00_batch_convert_LSM_data.R - converts FLUXNET data (standard CSV files) to LSM data (NetCDF) - - the output is land surface model (LSM) compatible data in a netcdf format -- 01_visualize_fdk_data.R - Plots all converted data for visual checks (not mandatory) -- 03_batch_convert_to_CSV_data.R - converts LSM data to FLUXNET compatible CSVs - - this data is downsampled to a daily time step - - the data sticks to FLUXNET formatting -- 04_batch_format_rsofun_drivers.R - converts data to `rsofun` model inputs - - conversion to ensure compatibility with the `rsofun` package for modelling +- 00_batch_convert_LSM_data.R + - converts FLUXNET data (standard CSV files) to LSM data (NetCDF) + - the output is land surface model (LSM) compatible data in a netcdf format +- 01_visualize_fdk_data.R + - Plots all converted data for visual checks (not mandatory) +- 03_screen_data.R + - converts LSM data to FLUXNET compatible CSVs + - this data is downsampled to a daily time step + - the data sticks to FLUXNET formatting +- 04_create_zenodo_upload.R + +Optional scripts: +- b_02_batch_format_rsofun_drivers.R +- b_06_p-model_run.R \ No newline at end of file