Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/atmoschem/EmissV

# Conflicts:
#	README.md
  • Loading branch information
Schuch666 committed Sep 16, 2024
2 parents 8ae7c81 + 592c44a commit 48d5817
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 48d5817

Please sign in to comment.