flexpart_convert_trajectory ================================== .. py:function:: flexpart_convert_trajectory(raw_tr_file, outprefix) Converts the raw trajectory file generated by FLEXPART into CSV format better suited to processing with Metview. :param str raw_tr_file: raw trajectory file generated by FLEXPART :param str outprefix: defines the output file name prefix :rtype: None There is a separate CSV file produced for each FLEXPART release. The output file name convention is as follows:: outprefix_rRRR.csv where RRR is the release number (starts from one) with leading zeros. .. mv-minigallery:: flexpart_convert_trajectory