uataq / stilt-tutorials

12 stars 2 forks source link

PARTICLE_STILT.DAT does not contain any trajectory data #1

Closed ankitpatel0698 closed 3 years ago

ankitpatel0698 commented 3 years ago

Used wrfout met data given in https://github.com/uataq/stilt-tutorials/tree/main/03-wrf/wrfout. Converted it into .arl format, edited and run r/runstilt.r. But getting the error: myproject/out/by-id/201509060200-111.847672_40.766189_25/PARTICLE_STILT.DAT does not contain any trajectory data. Check for errors in log.txt Screenshot from 2021-02-15 22-49-36

Screenshot from 2021-02-15 22-32-42

Help please Thanks

benfasoli commented 3 years ago

It looks like your STILT install is out of date. Can you try starting a new STILT project for the tutorial to confirm the issue is still happening?

ankitpatel0698 commented 3 years ago

Dear benfasoli...Yeah it worked thanks. I have following doubts:

  1. There's no information about how to use the output of WRF-STILT i.e. What to do after STEP 5 (https://github.com/uataq/stilt-tutorials/tree/main/03-wrf) ? Can you please tell me how i gonna use (plotting) output of wrf-stilt run i.e. footprints inside the directory ./out for plotting purpose. Will i need to run stilt-tutorials/01-wbb/tutorial.r in case of wrf-stilt run??

  2. Please enlighten me about emissions.rds file (stilt-tutorials/01-wbb/emissions.rds). How to will i create such emission file when i will be using STILT for my experiment?

benfasoli commented 3 years ago

The WBB Tutorial or this example have sample code to visualize the footprint files. The WRF-STILT tutorial just shows how to convert WRF data into a format compatible with STILT (and HYSPLIT >= v5.0.2).

The emissions data typically comes from an emissions inventory but the specifics will depend on your use case, what species you're interested in, and where in the world you are trying to model. The ODIAC emission data product is a global fossil fuel CO2 emissions inventory and would be a good place to start.