Closed alaniwi closed 1 year ago
The above was my commit.
It fixes it for trajectory plots, but the underlying routines in ADAQ don't seem to support a filename input argument for the plot field routine that is used by the general forward and air history runs. For now, I have removed the image format input from those run types. We could post-process any PNG files found in the output directory, using "convert". This would require imagemagick to be installed in the conda environment.
This is now working. The PDF plots are not particularly well centered in the cases where:
Both of these are issues that could be addressed inside ADAQ, not the responsibility of the WPS.
Plot type input is currently being ignored (PNG always written). Pass this through and check that matplotlib will generate plots of the correct type. If option not available in ADAQ for any reason, then include a postprocessing step if not PNG.