.. _load-2d-icon: Load 2D ICON data with the CDI reader ------------------------------------- .. note:: This document is part of a series teaching how to :ref:`create-image-sea-surface-speeds` You might need to :ref:`activate_the_cdi_reader_plugin` Use File-> Open.., or use the top-left icon to open the file choser. .. image:: 01-load-file.png Chose uv.nc (get it from ....) .. image:: 02-chose-file.png Chose the CDI reader for ICON files -- Models with a regular (lat/lon, or stretched) grid usually go via "NetCDF Reader". If CDIReader does not appear in the menu, you need to :ref:`activate_the_cdi_reader_plugin`. .. image:: 02a-chose-reader.png uv.nc now appears in the top of the pipeline (top left). You can now chose which variables to load (we want u and v). They are considered as cell arrays, as we have all grid corners for them. Below that, you can chose the projection. We'll use Lat/Lon for now. Some ICON Ocean data comes with zeros on land points. Then a wet_c variable can be used to get rid of land points. With "Vertical levels" you can chose which vertical level you want to see if there's more than one in the source file (not in uv.nc). .. image:: 03-viever-properties.png The result should look like this: .. image:: 02b-ocean-loaded.png From the dropdown menu in the top you can chose to color by any variable, e.g. ``v`` .. image:: 04-chose-variable-for-display.png Which should give a basic idea of eddies and friends .. image:: 05-color-by-v.png You can now :ref:`calculator-uv-speed`