Skip to content

Commit

Permalink
documentation for filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoDeg committed Sep 17, 2021
1 parent 1d6d6ba commit 03f4006
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/sphinx/manual/practical-usage/input-output.rst
Expand Up @@ -205,9 +205,16 @@ CDI-PIO supports several NetCDF file formats. The default value (``NC2``) corres
the choice that gave the best performance in our experiments, but you may need to switch
to a different format using :config:`output.cdi_pio.filetype` if grid dimensions are too
large. See NetCDF documentation on Large-Files_ for details.
The supported file types are only available if the CDI library was compiled with NetCDF
support:

CDI-PIO also supports different writing modes which can be set using
:config:`output.cdi_pio.mode`.
- ``CDI_FILETYPE_NC``: NetCDF file format

- ``CDI_FILETYPE_NC2``: NetCDF version 2 (64-bit)

- ``CDI_FILETYPE_NC4``: NetCDF version 4

- ``CDI_FILETYPE_NC4C``: NetCDF version 4 (classic)

CDI is designed for climate data and is less flexible than the NetCDF library. The
limitations and differences with standard output data in PISM are listed below.
Expand Down

0 comments on commit 03f4006

Please sign in to comment.