#!/usr/bin/env python3

import surfex
import sys

kwargs = surfex.parse_args_plot_field(sys.argv[1:])
surfex.run_plot_field(**kwargs)
