# Copyright (c) 2024 The YAC Authors
#
# SPDX-License-Identifier: CC-BY-4.0

This is a simple output component that receives one fields (with
collection_size == 1) on a regular 360x180 grid and dumps the data
into a netcdf file. The component name, grid name and field name of
the source are given by command line arguments. As this is only a
simple example, no further configuartion parameters are provided. The
produced file can be viewed e.g. with ncview.

It is not supposed to be used in production!  Please use it only as an
example and for testing purposes.
