Skip to content

Commit

Permalink
Merge pull request #101 from geco-bern/removing-rsofun-dependencies
Browse files Browse the repository at this point in the history
Minor cleanup
  • Loading branch information
stineb authored Dec 5, 2024
2 parents b7d8e03 + f0a8387 commit 97af8be
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ data-raw/cloud_cover/
data-raw/modis/
data/tmp/
docs/
.idea/
22 changes: 14 additions & 8 deletions analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97af8be

Please sign in to comment.