blaylockbk / pyBKB_v3

Python scripts for atmospheric science written during grad school at the University of Utah (Python 3)
http://home.chpc.utah.edu/~u0553130/Brian_Blaylock/home.html
MIT License
103 stars 32 forks source link

`rm` command not recognized on windows #2

Closed blaylockbk closed 5 years ago

blaylockbk commented 5 years ago

Now that pygrib works on Windows, so will all the HRRR_Pando scripts.

The rm command is currently used to remove the temporary HRRR file from the system. This needs to be changed to a pure python method, because rm is not recognized by the windows system.

blaylockbk commented 5 years ago

Changed to rm command to os.remove(outdir) so that the script can be used on Windows to See commit