Hello everyone,
I am currently working on a project where I need to integrate emission files in netCDF format into InMAP. I would like to know if any of you have had experience with this integration and if you could kindly share the command script used.
Any help or guidance will be greatly appreciated, thank you in advance for your assistance!
Ana Carolina
Hello Cris,
Thank you for providing this link about the netCDFs. I am still having issues with this error. This happens because in my command script I only put a # before the section "EmissionsShapefiles = []" and inMAP tries to pull the following file: "["${INMAP_ROOT_DIR}/cmd/inmap/testdata/testEmis.shp"]." If I continue the configuration and run it this way, it gives the following error: "Error: there was a problem reading the emissions shapefile '/cmd/inmap/testdata/testEmis' The error message was open /cmd/inmap/testdata/testEmis.shp: The system cannot find the specified path. ← there was a problem reading the emissions shapefile '/cmd/inmap/testdata/testEmis' The error message was open /cmd/inmap/testdata/testEmis.shp: The system cannot find the specified path." If I remove the section "EmissionsShapefiles = []" inMAP turns the file dialog box red, indicating an error.
I manually removed the file "["${INMAP_ROOT_DIR}/cmd/inmap/testdata/testEmis.shp"]." and then got the following error: "Error: InMAP: problem initializing model: aep: opening GridRef file: open null: The system cannot find the specified file."
Could I be configuring something wrong? I will also share my command script, in case you don't mind taking a look.
Thank you in advance,