From 58ba81b6a37f00ed8e7503f14e4c73ebfd677c08 Mon Sep 17 00:00:00 2001 From: Michael Niklas Date: Fri, 28 Jun 2024 20:52:29 +0200 Subject: [PATCH] !fixup a192f68ec706fb8bb78e7c6aec533bdc7d2b900e --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 8191c3314..9ac639aa0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -118,8 +118,8 @@

Creating/Opening/Closing a netCDF If the file is open for write access (mode='w', 'r+' or 'a'), you may write any type of data including new dimensions, groups, variables and attributes. -netCDF files come in five flavors (NETCDF3_CLASSIC, -NETCDF3_64BIT_OFFSET, NETCDF3_64BIT_DATA, NETCDF4_CLASSIC, and NETCDF4). +netCDF files come in five flavors (NETCDF3_CLASSIC, + NETCDF3_64BIT_OFFSET, NETCDF3_64BIT_DATA, NETCDF4_CLASSIC<code>, and </code>NETCDF4). NETCDF3_CLASSIC was the original netcdf binary format, and was limited to file sizes less than 2 Gb. NETCDF3_64BIT_OFFSET was introduced in version 3.6.0 of the library, and extended the original binary format