Broderik Craig
unread,Sep 3, 2024, 4:02:53 PM9/3/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inmap-users
When I run inmap.exe run stead --Config="config.toml" I get
2024/09/03 13:57:53 Loading emissions shapefile: .../Data/InMAP/inputs/test_emissions.shp.
2024/09/03 13:57:54 Loading CTM data...
2024/09/03 13:57:54 Reading input data...
2024/09/03 13:57:55 Loading population and mortality rate data...
2024/09/03 13:57:55 Initializing model...
2024/09/03 13:57:55 Emission totals:
2024/09/03 13:57:55 gOrg, 0 μg/s
2024/09/03 13:57:55 pOrg, 0 μg/s
2024/09/03 13:57:55 PM2_5, 0 μg/s
2024/09/03 13:57:55 gNH, 0 μg/s
2024/09/03 13:57:55 pNH, 0 μg/s
2024/09/03 13:57:55 gS, 0 μg/s
2024/09/03 13:57:55 pS, 0 μg/s
2024/09/03 13:57:55 gNO, 0 μg/s
2024/09/03 13:57:55 pNO, 0 μg/s
My emissions file has a PM25 column and a geometry column like this
PM25 geometry
0 98.009382 MULTILINESTRING ((-1243902.104 179806.229, -12...
1 98.031927 MULTILINESTRING ((-1246668.739 188252.389, -12...
2 101.078069 MULTILINESTRING ((-1243554.297 179874.291, -12...
3 100.145103 MULTILINESTRING ((-1244113.632 178168.202, -12...
4 100.145103 MULTILINESTRING ((-1244113.632 178168.202, -12...
... ... ...
326 72.305537 MULTILINESTRING ((-1241056.073 188074.166, -12...
327 96.410829 MULTILINESTRING ((-1241056.073 188074.166, -12...
328 72.306666 MULTILINESTRING ((-1241056.073 188074.166, -12...
329 64.271337 MULTILINESTRING ((-1241056.073 188074.166, -12...
330 56.504580 MULTILINESTRING ((-1238926.044 186312.086, -12...
I'm stumped because running a test model from the evaldata returns meaningful results. Any help is appreciated.