Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbyDR committed Sep 19, 2023
1 parent 4a6aa13 commit ecd5fe2
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions modelling/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
URBAN-ET
GCoS

## 2. modelling

2.1
2.2
2.3


The R package rSCOPE, runs SCOPE model from R. There are functions to download and interpolate the DWD data to use as model inputs. Also, to download Berlin Environmental Atlas maps and calculate hourly footprints to extract information about surface properties from raster layers (e.g. LAI, vegetation height and vegetation cover. Organize the model inputs and run SCOPE. Get the parameters (input, constant and settings), calculate model accuracy. devtools::install_github("AlbyDR/rSCOPE")

MATLAB R2015b or superior is required to run SCOPE and the SCOPE code need to be downloaded and unzipped in a directory of your choice. The SCOPE code is available at https://github.com/Christiaanvandertol/SCOPE/releases/tag/v2.0 and the documentation at https://scope-model.readthedocs.io/en/latest/
The R package rSCOPE, runs SCOPE model from R devtools::install_github("AlbyDR/rSCOPE"). MATLAB R2015b or superior is required to run SCOPE, and the SCOPE code needs to be downloaded and unzipped in a directory of your choice. The SCOPE code is available at https://github.com/Christiaanvandertol/SCOPE/releases/tag/v2.0, and the documentation at https://scope-model.readthedocs.io/en/latest/

1) download the SCOPE 2.0 from https://github.com/Christiaanvandertol/SCOPE
2) unzip in a the folder e.g. C:\Users\Youname\Documents\SCOPE-2.0
2) unzip in the folder e.g. C:\Users\your_name\Documents\SCOPE-2.0

0 comments on commit ecd5fe2

Please sign in to comment.