From aadaa4d390a965a9f1ff1c6fecc943839e26752d Mon Sep 17 00:00:00 2001 From: apcraig Date: Thu, 25 Jan 2024 21:35:22 -0700 Subject: [PATCH] Update documentation --- doc/source/user_guide/ug_implementation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/user_guide/ug_implementation.rst b/doc/source/user_guide/ug_implementation.rst index 0edcc782e..ef60ee857 100644 --- a/doc/source/user_guide/ug_implementation.rst +++ b/doc/source/user_guide/ug_implementation.rst @@ -1202,8 +1202,10 @@ in both netCDF and PIO output. | pnetcdf5 | netCDF3-64bit-data | pnetCDF | pio | +--------------+----------------------+---------+---------------------+ -These options are available for both history and restart files. Additional -details for history and restart files are provided later in this section. +netCDF requires CICE compilation with a netcdf library built externally. +PIO requires CICE compilation with a PIO and netcdf library built externally. +Both netCDF and PIO can be built with many options which may require additional libraries +such as hdf5 or pnetCDF. .. _history: