sample Fortran files

Hi everybody,

I´m looking for some sample Fortran90 files where it is shown how to read/write hdf5 -files.. at the homepage are just C-programs.

Thx a lot,
NH

···

_________________________________________________________________
Permanece actualizado con MSN Noticias. Clic aquí
http://noticias.latam.msn.com/

http://www.hdfgroup.org/HDF5/Tutor/rdwt.html

every example has both C and Fortran code.

==rob

···

On Tue, Feb 10, 2009 at 11:18:04AM +0100, Natalie Happenhofer wrote:

Hi everybody,

I�m looking for some sample Fortran90 files where it is shown how to
read/write hdf5 -files.. at the homepage are just C-programs.

--
Rob Latham
Mathematics and Computer Science Division A215 0178 EA2D B059 8CDF
Argonne National Lab, IL USA B29D F333 664A 4280 315B

----------------------------------------------------------------------
This mailing list is for HDF software users discussion.
To subscribe to this list, send a message to hdf-forum-subscribe@hdfgroup.org.
To unsubscribe, send a message to hdf-forum-unsubscribe@hdfgroup.org.

Hello Natalie,

Im looking for some sample Fortran90 files where it is shown how to
read/write hdf5 -files.. at the homepage are just C-programs.

In addition to the examples in the HDF5 Tutorial, there are
now (newly added) FORTRAN 90 examples for 1.8, accessible from the
HDF5 home page. They should work with 1.6, as well.

To find them, go to the HDF5 home page:
    http://www.hdfgroup.org/HDF5/index.html

Look under the "Information" heading. The last item under that
heading is "Example Programs by API". Click on that.

On the page that comes up, click on "FORTRAN", under
"HDF5 1.8 Examples". This will bring you to this page:

  http://www.hdfgroup.uiuc.edu/UserSupport/examples-by-api/api18-fortran.html

-Barbara

···

+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Barbara Jones
The HDF Helpdesk

The HDF Group
help@hdfgroup.org
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+

----------------------------------------------------------------------
This mailing list is for HDF software users discussion.
To subscribe to this list, send a message to hdf-forum-subscribe@hdfgroup.org.
To unsubscribe, send a message to hdf-forum-unsubscribe@hdfgroup.org.

Thanks a lot!
NH

···

Date: Tue, 10 Feb 2009 10:30:44 -0600
From: bljones@hdfgroup.org
To: nataliehapp@hotmail.com
CC: hdf-forum@hdfgroup.org
Subject: Re: [hdf-forum] sample Fortran files

Hello Natalie,

> Im looking for some sample Fortran90 files where it is shown how to
>read/write hdf5 -files.. at the homepage are just C-programs.

In addition to the examples in the HDF5 Tutorial, there are
now (newly added) FORTRAN 90 examples for 1.8, accessible from the
HDF5 home page. They should work with 1.6, as well.

To find them, go to the HDF5 home page:
    http://www.hdfgroup.org/HDF5/index.html

Look under the "Information" heading. The last item under that
heading is "Example Programs by API". Click on that.

On the page that comes up, click on "FORTRAN", under
"HDF5 1.8 Examples". This will bring you to this page:

  http://www.hdfgroup.uiuc.edu/UserSupport/examples-by-api/api18-fortran.html

-Barbara

+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Barbara Jones
The HDF Helpdesk

The HDF Group
help@hdfgroup.org
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+

----------------------------------------------------------------------
This mailing list is for HDF software users discussion.
To subscribe to this list, send a message to hdf-forum-subscribe@hdfgroup.org.
To unsubscribe, send a message to hdf-forum-unsubscribe@hdfgroup.org.

_________________________________________________________________
Disfruta los mejores contenidos en MSN Video
http://video.msn.com/?mkt=es-xl

Hi again,

maybe I´m just to stupid to find it, but I have a lot of .h5 files and I want to read them with a fortran program. In every example I looked at, a file was read using the function h5dread(...), but the dimensions of the dataset and the name,... had already been specified. I cannot specify them before, what I need are functions like "h5gget_groups", "h5dget_datasetnames", "h5dget_dimensions". Maybe someone could give me a hint..

thx,
Natalie

···

Date: Tue, 10 Feb 2009 09:36:35 -0600
From: robl@mcs.anl.gov
To: nataliehapp@hotmail.com
CC: hdf-forum@hdfgroup.org
Subject: Re: [hdf-forum] sample Fortran files

On Tue, Feb 10, 2009 at 11:18:04AM +0100, Natalie Happenhofer wrote:
>
> Hi everybody,
>
> I´m looking for some sample Fortran90 files where it is shown how to
> read/write hdf5 -files.. at the homepage are just C-programs.

http://www.hdfgroup.org/HDF5/Tutor/rdwt.html

every example has both C and Fortran code.

==rob

--
Rob Latham
Mathematics and Computer Science Division A215 0178 EA2D B059 8CDF
Argonne National Lab, IL USA B29D F333 664A 4280 315B

----------------------------------------------------------------------
This mailing list is for HDF software users discussion.
To subscribe to this list, send a message to hdf-forum-subscribe@hdfgroup.org.
To unsubscribe, send a message to hdf-forum-unsubscribe@hdfgroup.org.

_________________________________________________________________
Permanece actualizado con MSN Noticias. Clic aquí
http://noticias.latam.msn.com/

Natalie,

Please look at the http://www.hdfgroup.uiuc.edu/UserSupport/examples-by-api/hdf5-examples/1_8/FORTRAN/H5G/h5ex_g_corder.f90 and H5lget_name_by_idx_f function (1.8 releases).

Elena

···

On Feb 11, 2009, at 4:46 AM, Natalie Happenhofer wrote:

Hi again,

maybe I´m just to stupid to find it, but I have a lot of .h5 files and I want to read them with a fortran program. In every example I looked at, a file was read using the function h5dread(...), but the dimensions of the dataset and the name,... had already been specified. I cannot specify them before, what I need are functions like "h5gget_groups", "h5dget_datasetnames", "h5dget_dimensions". Maybe someone could give me a hint..

thx,
Natalie

> Date: Tue, 10 Feb 2009 09:36:35 -0600
> From: robl@mcs.anl.gov
> To: nataliehapp@hotmail.com
> CC: hdf-forum@hdfgroup.org
> Subject: Re: [hdf-forum] sample Fortran files
>
> On Tue, Feb 10, 2009 at 11:18:04AM +0100, Natalie Happenhofer wrote:
> >
> > Hi everybody,
> >
> > I´m looking for some sample Fortran90 files where it is shown how to
> > read/write hdf5 -files.. at the homepage are just C-programs.
>
> http://www.hdfgroup.org/HDF5/Tutor/rdwt.html
>
> every example has both C and Fortran code.
>
> ==rob
>
> --
> Rob Latham
> Mathematics and Computer Science Division A215 0178 EA2D B059 8CDF
> Argonne National Lab, IL USA B29D F333 664A 4280 315B
>
> ----------------------------------------------------------------------
> This mailing list is for HDF software users discussion.
> To subscribe to this list, send a message to hdf-forum-subscribe@hdfgroup.org.
> To unsubscribe, send a message to hdf-forum-unsubscribe@hdfgroup.org.
>

con Windows Live Messenger comparte fotos mientras charlas. El doble de diversión: