Contents 
---------

7 netcdf files, in the format required for MISMIP+ submission (but
containing only the x and y co-ordinates of gl points, plus the
volume, volume above flotation, and grounded area)

Ice0-example.nc Ice1ra-example.nc Ice1r-example.nc Ice1rr-example.nc
Ice2ra-example.nc Ice2r-example.nc Ice2rr-example.nc



2 python programs, which require the netcdf4-python package (from
https://github com/Unidata/netcdf4-python), numpy, and matplotlib

plot_example.py reads the 7 Ice*example.nc files and plots the
grounding line shapes and grounded area

write_example.py shows how to convert point data from theMISMIP3d
grounding line text file format to the MISMIP+ netcdf format. Needs
the mismip3d_dma6 sub-directory which contains some MISMIP3d grounding
line data, from the DMA6 submission (SSA).
