Skip to content

Commit

Permalink
asdasdas
Browse files Browse the repository at this point in the history
  • Loading branch information
Schuch666 committed Sep 16, 2024
1 parent 48d5817 commit 0f2646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ download.file(paste0(url,'/TOTALS/',file), file)
unzip('v432_NOx_2012.0.1x0.1.zip')

### 2. read the emissions (using the spec argument to split NOx into NO and NO2)
nox <- read(file = dir(pattern = '.nc'),
NOx <- read(file = dir(pattern = '.nc'),
version = 'EDGAR',
spec = c(E_NO = 0.9 , # 90% of NOx is NO
E_NO2 = 0.1 )) # 10% of NOx is NO2
Expand Down

0 comments on commit 0f2646b

Please sign in to comment.