NOAA-CSL / MELODIES-MONET

MELODIES MONET - diagnostic tool for evaluating models against a variety of observations including surface, aircraft, and satellite data all within a common framework
https://melodies-monet.readthedocs.io
Apache License 2.0
19 stars 21 forks source link

remove / and spaces when saving out plot file #151

Open rschwant opened 1 year ago

rschwant commented 1 year ago

Some of the site ids for the surface observations have characters that are not supported as an output name. So when saving out the output files we need to change / to - and spaces to _. Maybe other characters need adjusting too. This could be in MELODIES MONET or in the MONET code in savefig (https://github.com/noaa-oar-arl/monet/blob/stable/monet/plots/__init__.py).

rschwant commented 1 month ago

Check out Colin's fix for this in the aircraft evaluation for netcdf files.