NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [netcdfgroup] nf90_char size

  • To: netCDF Mail List <netcdfgroup@xxxxxxxxxxxxxxxx>
  • Subject: Re: [netcdfgroup] nf90_char size
  • From: Aleksandar Jelenak <ajelenak@xxxxxxxxxxxx>
  • Date: Fri, 15 May 2020 18:22:04 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=hdfgroup.org; dmarc=pass action=none header.from=hdfgroup.org; dkim=pass header.d=hdfgroup.org; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=NBuLuu9ppi2I5cjv92b3oO0MtlYXonG6wkRodGNOVp8=; b=KrHgqLGOJj49mb27K7jDeC+ra+oMxL2kPj0i4J/Nm3ulaG7GjkgoayOb5AquxoG+19VPRxwIkktqbUM0u8gPLhiQL5ifPNSQrE5nc6nJqaHrsi2TAaw7aO7hw7rKDOtFbTbsD/Ncr97/s4MBz0hLwZLnXovCFuA2gFKEGxs2ZURihzhovcSYCt/RRFMypP5MBR48Zfj5sU0GYBNNmQ86GoWrwYAfkv4yJPZvdoIyaitOSJ4qHV3NpKrRwSG2OawVwV+RIuHMHMNQEVEq+Rw7IAqLXyxHbZ9+7sM0BbgsVU0C59k0ObSzY+8aedjt1PheDRfBtErCXcWu0eK8OpXA5A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=IoPVNrW3O3ueAzXSsyWyLDPowRL1eR/YB5oBD+0pxl1ii+/PebvK29a7npHbouiGFSGhzZwaCb/5H9c4fYB6aXuVsKyssGuieGaRQJC/7Xzq7d2Sm3MOOYSaODlp7QIEPhEQKLy/slvCjtXz5lDULOQt4OaxqeIe7vB4hRoQqZGhMJbZQVVh/QnOn7T2MmjxKJM68bnWPSJRT1ZrkF0c8635rAouOpQiHqgfxYdcuXA7Wq4pBGVaUR+ZWe7S7+SdoNltwNQjBl96KmyGB+L1u8Q2SIeCldKtnmIdCF3yDCYTmXpodUuy+YNS2m2fQ2Ay3/ka/gYHF7x0wsOkain0yQ==
  • Authentication-results: unidata.ucar.edu; dkim=none (message not signed) header.d=none;unidata.ucar.edu; dmarc=none action=none header.from=hdfgroup.org;
Hi John,

On May 15, 2020, at 12:56 PM, John Buonagurio 
<jbuonagurio@xxxxxxxxxxxx<mailto:jbuonagurio@xxxxxxxxxxxx>> wrote:

(Side note: OFFSET 18446744073709551615 is ULLONG_MAX (2^64 - 1), I don't
know why h5dump prints that.)

In HDF5 the HADDR_UNDEF constant has the value ULLONG_MAX (2^64 - 1). So what 
h5dump is telling with:

>       STORAGE_LAYOUT {
>          CONTIGUOUS
>          SIZE 0
>          OFFSET 18446744073709551615
>       }

is that the HDF5 dataset was created but no data for it was written to the file.

I agree that h5dump’s output should have something more friendlier than the 
integer value itself.

-Aleksandar
  • 2020 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: