rich-iannone / splitr

Use the HYSPLIT model from inside R and do more with it
Other
141 stars 60 forks source link

Solves bug and allows to keep temporary files in the working directory #56

Closed bjoernbos closed 3 years ago

bjoernbos commented 4 years ago

By default SplitR removes any temporary files in the working directory.

Although there exists a parameter clean_up in the function add_trajectory_params(), it has not passed through to the model parameters and has not been considered during run_model(). Furthermore, this parameter did not exists for the function add_dispersion_params().

This PR resolves this bug and allows users to keep any temporary files in the working directory.

rich-iannone commented 3 years ago

Really sorry for taking so long to look at this. Will merge now.