Author Commit Message Commit Date Scot Breitenfeld 61b18b58a5b Updated with example GMGTO files. 29 Jul 2010 Scot Breitenfeld cac13a539f8 Description: Renamed GMGTO example program and made necessary changes in the Makefile. Added GMGTO to be tested when make test is run, added necessary test files. Added README to describe the GMGTO example program (i.e. what files it uses and how those files are generated).
Tested: jam (intel) 29 Jul 2010 Scot Breitenfeld 12ab726156e Description: Fixed bug in allocating buffer using size of dataytpe in bytes instead of sizeof() datatype.
Tested: gcc/g95 (amani) 27 Jul 2010 Elena Pourmal fb20c7e43f4 Small bug fix: Wrong datatype was used to read data back; fixed.
Platforms tested: amani (obvious error) 27 Jul 2010 Scot Breitenfeld bdae237be9a Desciption:
Cleaned up code, writes data to screen that needs to be verified with automatic testing. Contains bug in LRread_region when reading Big/Littel Endian on opposite os.
Tested: jam (intel) 26 Jul 2010 Scot Breitenfeld 339ac2ab790 Description:
Changed the determination for size of the buffer type to use H5Tget_size.
Tested: jam (intel) 26 Jul 2010 Scot Breitenfeld ed1a89f8acd Description:
Removed references to NPOESS with HL_REGION 09 Jul 2010 Scot Breitenfeld 6a59e6b12db Description:
1) renamed the library to libhdf5_hl_region.a
libhdf5_hl_region_fortran.a
2) renamed source files - rename NPOESS to hl_region
3) have one header file for an application
h5hl_region.h
4) added main fortran modules for application,
h5hl_region.mod
and installs modules under include
Removed references to NPOESS in texts. 09 Jul 2010 Scot Breitenfeld 3b241a4de82 Description: GMGTO_gen.c creates a datafile format similar to that specified in
the Geolocation Product VIIRS-MOD-EDR-GEO (Product: ID GMGTO) of the
Ground Integrated Data Processing System for NPOESS. It produces both
little (GMGTO_LE.h5) and big endian formats (GMGTO_BE.h5) depending on
the system. These files are used by the GMGTO.c example program.
Tested: jam (LE), linew (BE)
07 Jul 2010 Scot Breitenfeld bd6e4dda188 Description:
Added the behavior for H5LRcreate_ref_to_all that if the group for the dataset ds_path does not exist then it will create the groups needed.
Tested: intel (ifort, icc) 07 Jul 2010 Scot Breitenfeld 1da0450ffc5 Description:
Added check for H5L*_make_dataset function's destination group path. If path to destination dataset does not exists then it automatically creates it. Added a check if only the root "/" is specified.
Tested: jam (intel) 29 Jun 2010 Scot Breitenfeld c192aedbefc Description:
Added a file close for completeness
Tested: jam (intel) 28 Jun 2010 Scot Breitenfeld ac00894e601 Description:
Moved close group in H5LTcopy_region in case the group did not exist.
Tested: intel (jam) 28 Jun 2010 Scot Breitenfeld 5d75f2b124d Description:
Removed how to select all elements from "space" desciption since it is a data_space id and not a selection type. 20 Jun 2010 Scot Breitenfeld bef751af4f9 Description:
Fixed "space" input in H5LTread_bitfield_value such that it represents the dataspace identifier, describing the elements to be read. It previously had no effect and H5S_ALL was the default.
Tested: jam (intel, pgi, gnu compilers) 20 Jun 2010 Scot Breitenfeld 3fa44499afd Description:
H5LTcopy_region now handles the situation if the destination file does not exist then it will be created. Additionally, if the path to the destination or the destination dataset does not exists then the path will be created and the source region dataset will be copied to the the destination dataset.
Tested: intel
pgi (jam) 16 Jun 2010 Scot Breitenfeld 80e044a8500 Description:
Added to error output statement in H5LTcopy_region which file opening caused the error (source or destination)
Tested: intel 13 Jun 2010 Scot Breitenfeld 9e811cb0546 Description:
Generates NPOESS style output format and contians examples using NPOESS library. 06 Jun 2010 Scot Breitenfeld 06f0812ce10 Description:
Fixed missing prototype and mismatched prototype. Modified Makefiles to link the fortran module files to the fortran example and test directories so the Fortran compiler can find them. Otherwise we would have to give the path to the compiler for which we would a compiler dependent flag.
Tested: jam (pgi)
linew 01 Jun 2010 Scot Breitenfeld 0b6f9722524 Description:
If h5fc exists in the HDF5_INSTALL_DIR, then by default the fortran modules will be compilied, installed and tested.
Tested: jam 01 Jun 2010 Scot Breitenfeld 01ad10f3982 Description:
Fixed character string not being initialized to blank by assigning the string to the whole character and not to a subset of the string.
tested:
jam -- intel, gfortran, pgi
01 Jun 2010 Elena Pourmal 402172916f7 Maintenance: adde information about tested platforms 30 May 2010 Elena Pourmal 1f9e2a50e6a Maintenance: checked the file by mistake; fixed 30 May 2010 Elena Pourmal 9dc76de194d Maintenance: Changed version numebr to 1.1.0 to reflect new fortran
interfaces; modified README.txt accordingly
Platforms tested: AIX 6.1. 32 and 64-bit (bp-login1), jam, amani, Mac OSX.
F2003 compliant compiler is required (gfortran 4.4 and higher) 30 May 2010 Scot Breitenfeld a7b6962a174 Description:
Cleaned-up source code. 27 May 2010 Scot Breitenfeld 213183fac69 Description:
Cleaned-up source code. 27 May 2010 Scot Breitenfeld 996f3c89bb8 Description:
Added C function prototypes called by Fortran 27 May 2010 Scot Breitenfeld 8f978d54fd5 Description:
Added function prototypes for C functions called by Fortran. Cleaned up code.
Tested:
icc/ifort 26 May 2010 Scot Breitenfeld a25213b0b4d Description:
Initialized character strings to zero.
tested:
bp 22 May 2010 Scot Breitenfeld bddcdd9bc85 Description:
Removed const char to be compatible with HD4f2cstring
tested:
bp 22 May 2010 Scot Breitenfeld db9090e0a4c Description:
changed const char to char to be compatable with HD5f2cstring. added external declaration for HD5packFstring.
Tested:
bp 22 May 2010 Scot Breitenfeld 286fbc2e6a0 Description:
Added header file for _fcd
Tested:
bp 22 May 2010 Scot Breitenfeld a0163d741b4 Description:
added external decleration for HD5f2cstring for 64 byte compatability with xlf
Tested:
bp (xlc/xlf) 22 May 2010 Scot Breitenfeld 48f696ab904 Description:
Went back to HDf2cstring call instead of local call.
Tested:
jam (gcc/gfortran) 09 May 2010 Scot Breitenfeld 44ae04c6225 Description:
Changed type cast of integer in character string conversion
Tested: jam (gcc/gfortran) 09 May 2010 Scot Breitenfeld 2d62920ac14 Description:
Added C standard header files to fix some problems with -q64 flag using xlc and xlf
Tested: bp 01 May 2010 Frank Baker 15db4f0296e Description:
Revise Fortram example links to point to fortran_examples/.
Tested: Safari 19 Apr 2010 Frank Baker 73dd560b437 Description:
Update links to examples.
Update footer.
Tested: Safari 19 Apr 2010 Elena Pourmal 37b96ef3b9e Bug fix: On my 64-bit Mac constant is treated as 4 byte integer while
interface requires INTEGER(size_t) which is 8 byte; as a result
compilation failed; used appropriate variable instead.
Platforms tested: minor change; Mac OSX 64-bit 17 Apr 2010 Scot Breitenfeld f02a35994f6 Description:
Another attempt to fix error with xlf compiler
Tested: jam (gfortran, g95) 01 Apr 2010 Scot Breitenfeld 425d3c8dc12 Description:
Another attempt to fix error with xlf compiler
Tested: jam (gfortran, g95) 01 Apr 2010 Scot Breitenfeld ee64028e4bb Description:
Another attempt to fix error with xlf compiler
Tested: jam (gfortran, g95) 01 Apr 2010 Scot Breitenfeld b4234fd56fe Description: Removed all C_LOC(X) where X is a character, which is not
currently allowed because the xlf compiler has a bug and gives a error.
Tested: jam (gcc/gfortran, icc/ifort, gcc/g95) 31 Mar 2010 Scot Breitenfeld e2107e09633 Description: Attempt to fix errors for xlf compiler:
Tested: jam (intel, gcc) 30 Mar 2010 Scot Breitenfeld db398243db4 Description: Removed extra character length in C_LOC for xlf90 compiler tests.
Tested: gcc intel (jam) 29 Mar 2010 Scot Breitenfeld 5e24f453989 Desciption: Changed H5LRcreate_region_references_f to not have character pointes to fix compelation using xlf90
Tested: gcc and intel (jam) 29 Mar 2010 Scot Breitenfeld 5a0f6e4dba5 Description:
Added Fortran example links and corrected the paths to the C examples. 29 Mar 2010 Scot Breitenfeld 6db5590b3dd Description:
Fixed warnings in fortran wrappers C code from intel compiler. 28 Mar 2010 Scot Breitenfeld fce4acf653d Description:
Added higher order arrays and tests for H5LT_read_bitfield_f
Tested: intel 27 Mar 2010 Scot Breitenfeld 2699abaf420 Added fortran test programs for bitfield 23 Mar 2010 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '61b18b58a5b72e30dd8b9da7651d0665e750fa37', href: '/projects/JPSS/repos/hl_npoess/commits/61b18b58a5b72e30dd8b9da7651d0665e750fa37',parents: [{ id: 'cac13a539f848a2decee5b4da8355661ee605664' }]},{id: 'cac13a539f848a2decee5b4da8355661ee605664', href: '/projects/JPSS/repos/hl_npoess/commits/cac13a539f848a2decee5b4da8355661ee605664',parents: [{ id: '12ab726156ee8022e5c0444f9a331f5b1608f658' }]},{id: '12ab726156ee8022e5c0444f9a331f5b1608f658', href: '/projects/JPSS/repos/hl_npoess/commits/12ab726156ee8022e5c0444f9a331f5b1608f658',parents: [{ id: 'fb20c7e43f4f835bab15ad2bdf2c722856ad7f11' }]},{id: 'fb20c7e43f4f835bab15ad2bdf2c722856ad7f11', href: '/projects/JPSS/repos/hl_npoess/commits/fb20c7e43f4f835bab15ad2bdf2c722856ad7f11',parents: [{ id: 'bdae237be9aa78e40858206ccaf8385fb3e0a279' }]},{id: 'bdae237be9aa78e40858206ccaf8385fb3e0a279', href: '/projects/JPSS/repos/hl_npoess/commits/bdae237be9aa78e40858206ccaf8385fb3e0a279',parents: [{ id: '339ac2ab790702e0f73ab35fad49ead8d9c6fdc5' }]},{id: '339ac2ab790702e0f73ab35fad49ead8d9c6fdc5', href: '/projects/JPSS/repos/hl_npoess/commits/339ac2ab790702e0f73ab35fad49ead8d9c6fdc5',parents: [{ id: 'ed1a89f8acd1da1bd978e8c409dca1641bebd1fb' }]},{id: 'ed1a89f8acd1da1bd978e8c409dca1641bebd1fb', href: '/projects/JPSS/repos/hl_npoess/commits/ed1a89f8acd1da1bd978e8c409dca1641bebd1fb',parents: [{ id: '6a59e6b12db0840dfb2d60f23de439204cd9b30e' }]},{id: '6a59e6b12db0840dfb2d60f23de439204cd9b30e', href: '/projects/JPSS/repos/hl_npoess/commits/6a59e6b12db0840dfb2d60f23de439204cd9b30e',parents: [{ id: '3b241a4de825ae9fdeba607bb50547dabbbd1b65' }]},{id: '3b241a4de825ae9fdeba607bb50547dabbbd1b65', href: '/projects/JPSS/repos/hl_npoess/commits/3b241a4de825ae9fdeba607bb50547dabbbd1b65',parents: [{ id: 'bd6e4dda188751e3d3bb5850bdab0c9f3c216d62' }]},{id: 'bd6e4dda188751e3d3bb5850bdab0c9f3c216d62', href: '/projects/JPSS/repos/hl_npoess/commits/bd6e4dda188751e3d3bb5850bdab0c9f3c216d62',parents: [{ id: '1da0450ffc59659b74e5156b88ce4803c0c4fb33' }]},{id: '1da0450ffc59659b74e5156b88ce4803c0c4fb33', href: '/projects/JPSS/repos/hl_npoess/commits/1da0450ffc59659b74e5156b88ce4803c0c4fb33',parents: [{ id: 'c192aedbefca451a0bf7f2589c5449e8caacc716' }]},{id: 'c192aedbefca451a0bf7f2589c5449e8caacc716', href: '/projects/JPSS/repos/hl_npoess/commits/c192aedbefca451a0bf7f2589c5449e8caacc716',parents: [{ id: 'ac00894e601e5a2fc975722bca2a2cf42faa7bb0' }]},{id: 'ac00894e601e5a2fc975722bca2a2cf42faa7bb0', href: '/projects/JPSS/repos/hl_npoess/commits/ac00894e601e5a2fc975722bca2a2cf42faa7bb0',parents: [{ id: '5d75f2b124d9bf104ed84add0f2fca1888bf0ca5' }]},{id: '5d75f2b124d9bf104ed84add0f2fca1888bf0ca5', href: '/projects/JPSS/repos/hl_npoess/commits/5d75f2b124d9bf104ed84add0f2fca1888bf0ca5',parents: [{ id: 'bef751af4f9366d8c678c7721c0d4363bd45814c' }]},{id: 'bef751af4f9366d8c678c7721c0d4363bd45814c', href: '/projects/JPSS/repos/hl_npoess/commits/bef751af4f9366d8c678c7721c0d4363bd45814c',parents: [{ id: '3fa44499afd3902fc35ca4a03f44877e2b7f1b50' }]},{id: '3fa44499afd3902fc35ca4a03f44877e2b7f1b50', href: '/projects/JPSS/repos/hl_npoess/commits/3fa44499afd3902fc35ca4a03f44877e2b7f1b50',parents: [{ id: '80e044a8500fd1c12668d1de314a53b5e0f48e80' }]},{id: '80e044a8500fd1c12668d1de314a53b5e0f48e80', href: '/projects/JPSS/repos/hl_npoess/commits/80e044a8500fd1c12668d1de314a53b5e0f48e80',parents: [{ id: '9e811cb0546e7ee7aafea1b935c857f6122113bf' }]},{id: '9e811cb0546e7ee7aafea1b935c857f6122113bf', href: '/projects/JPSS/repos/hl_npoess/commits/9e811cb0546e7ee7aafea1b935c857f6122113bf',parents: [{ id: '06f0812ce103814dbcab33fc84edda8fd7e038b3' }]},{id: '06f0812ce103814dbcab33fc84edda8fd7e038b3', href: '/projects/JPSS/repos/hl_npoess/commits/06f0812ce103814dbcab33fc84edda8fd7e038b3',parents: [{ id: '0b6f9722524a6ba972c4819e126d41ad78dd1b45' }]},{id: '0b6f9722524a6ba972c4819e126d41ad78dd1b45', href: '/projects/JPSS/repos/hl_npoess/commits/0b6f9722524a6ba972c4819e126d41ad78dd1b45',parents: [{ id: '01ad10f398214d33f2af94d64aecdd7421f7912a' }]},{id: '01ad10f398214d33f2af94d64aecdd7421f7912a', href: '/projects/JPSS/repos/hl_npoess/commits/01ad10f398214d33f2af94d64aecdd7421f7912a',parents: [{ id: '402172916f72d3adda80fb6b09c507570014100a' }]},{id: '402172916f72d3adda80fb6b09c507570014100a', href: '/projects/JPSS/repos/hl_npoess/commits/402172916f72d3adda80fb6b09c507570014100a',parents: [{ id: '1f9e2a50e6a4f28b220cebe8fea5ba3578e26ddc' }]},{id: '1f9e2a50e6a4f28b220cebe8fea5ba3578e26ddc', href: '/projects/JPSS/repos/hl_npoess/commits/1f9e2a50e6a4f28b220cebe8fea5ba3578e26ddc',parents: [{ id: '9dc76de194d3b9bebb919b115c5fcb719bdcf536' }]},{id: '9dc76de194d3b9bebb919b115c5fcb719bdcf536', href: '/projects/JPSS/repos/hl_npoess/commits/9dc76de194d3b9bebb919b115c5fcb719bdcf536',parents: [{ id: 'a7b6962a1748373166a419bdb57b56d7d351a28f' }]},{id: 'a7b6962a1748373166a419bdb57b56d7d351a28f', href: '/projects/JPSS/repos/hl_npoess/commits/a7b6962a1748373166a419bdb57b56d7d351a28f',parents: [{ id: '213183fac69e07cd9e433dca46bdf5249c9d4bf0' }]},{id: '213183fac69e07cd9e433dca46bdf5249c9d4bf0', href: '/projects/JPSS/repos/hl_npoess/commits/213183fac69e07cd9e433dca46bdf5249c9d4bf0',parents: [{ id: '996f3c89bb898e4c8a91dd80ad8f4000f63915fa' }]},{id: '996f3c89bb898e4c8a91dd80ad8f4000f63915fa', href: '/projects/JPSS/repos/hl_npoess/commits/996f3c89bb898e4c8a91dd80ad8f4000f63915fa',parents: [{ id: '8f978d54fd54257fb38e91c6f35a2c6a3fe832a4' }]},{id: '8f978d54fd54257fb38e91c6f35a2c6a3fe832a4', href: '/projects/JPSS/repos/hl_npoess/commits/8f978d54fd54257fb38e91c6f35a2c6a3fe832a4',parents: [{ id: 'a25213b0b4db641971030c82453baa7179a13a80' }]},{id: 'a25213b0b4db641971030c82453baa7179a13a80', href: '/projects/JPSS/repos/hl_npoess/commits/a25213b0b4db641971030c82453baa7179a13a80',parents: [{ id: 'bddcdd9bc85458de3ab780571c91f86668dba9c4' }]},{id: 'bddcdd9bc85458de3ab780571c91f86668dba9c4', href: '/projects/JPSS/repos/hl_npoess/commits/bddcdd9bc85458de3ab780571c91f86668dba9c4',parents: [{ id: 'db9090e0a4c06f6c28c76ade8904bebb3e1b9d44' }]},{id: 'db9090e0a4c06f6c28c76ade8904bebb3e1b9d44', href: '/projects/JPSS/repos/hl_npoess/commits/db9090e0a4c06f6c28c76ade8904bebb3e1b9d44',parents: [{ id: '286fbc2e6a078dcd833bfc686a2d838ef7f4b6f6' }]},{id: '286fbc2e6a078dcd833bfc686a2d838ef7f4b6f6', href: '/projects/JPSS/repos/hl_npoess/commits/286fbc2e6a078dcd833bfc686a2d838ef7f4b6f6',parents: [{ id: 'a0163d741b454d8f09bbb6519e63232e8ea3ad7e' }]},{id: 'a0163d741b454d8f09bbb6519e63232e8ea3ad7e', href: '/projects/JPSS/repos/hl_npoess/commits/a0163d741b454d8f09bbb6519e63232e8ea3ad7e',parents: [{ id: '48f696ab904a02b7db8c34a7e76d206457165988' }]},{id: '48f696ab904a02b7db8c34a7e76d206457165988', href: '/projects/JPSS/repos/hl_npoess/commits/48f696ab904a02b7db8c34a7e76d206457165988',parents: [{ id: '44ae04c622556ca677b9c3b42557863d5601d802' }]},{id: '44ae04c622556ca677b9c3b42557863d5601d802', href: '/projects/JPSS/repos/hl_npoess/commits/44ae04c622556ca677b9c3b42557863d5601d802',parents: [{ id: '2d62920ac145e6fd0ea3ac4b87d7cbc977ab552c' }]},{id: '2d62920ac145e6fd0ea3ac4b87d7cbc977ab552c', href: '/projects/JPSS/repos/hl_npoess/commits/2d62920ac145e6fd0ea3ac4b87d7cbc977ab552c',parents: [{ id: '15db4f0296eec2f7f8367845e4c16ce9553e25c7' }]},{id: '15db4f0296eec2f7f8367845e4c16ce9553e25c7', href: '/projects/JPSS/repos/hl_npoess/commits/15db4f0296eec2f7f8367845e4c16ce9553e25c7',parents: [{ id: '73dd560b437450d54a10f285d60dd350a368de32' }]},{id: '73dd560b437450d54a10f285d60dd350a368de32', href: '/projects/JPSS/repos/hl_npoess/commits/73dd560b437450d54a10f285d60dd350a368de32',parents: [{ id: '37b96ef3b9e5733772a443f9ae0a1c747091821e' }]},{id: '37b96ef3b9e5733772a443f9ae0a1c747091821e', href: '/projects/JPSS/repos/hl_npoess/commits/37b96ef3b9e5733772a443f9ae0a1c747091821e',parents: [{ id: 'f02a35994f67d26791a323c3a7bb8879d967066b' }]},{id: 'f02a35994f67d26791a323c3a7bb8879d967066b', href: '/projects/JPSS/repos/hl_npoess/commits/f02a35994f67d26791a323c3a7bb8879d967066b',parents: [{ id: '425d3c8dc1253a601df8dff2eaa9199b918d9708' }]},{id: '425d3c8dc1253a601df8dff2eaa9199b918d9708', href: '/projects/JPSS/repos/hl_npoess/commits/425d3c8dc1253a601df8dff2eaa9199b918d9708',parents: [{ id: 'ee64028e4bbdaabf9e41db42f3802956e7e08378' }]},{id: 'ee64028e4bbdaabf9e41db42f3802956e7e08378', href: '/projects/JPSS/repos/hl_npoess/commits/ee64028e4bbdaabf9e41db42f3802956e7e08378',parents: [{ id: 'b4234fd56fed92a494f1eb288ac4601f4a23f4dd' }]},{id: 'b4234fd56fed92a494f1eb288ac4601f4a23f4dd', href: '/projects/JPSS/repos/hl_npoess/commits/b4234fd56fed92a494f1eb288ac4601f4a23f4dd',parents: [{ id: 'e2107e0963388241f167c44f231d4af51910595d' }]},{id: 'e2107e0963388241f167c44f231d4af51910595d', href: '/projects/JPSS/repos/hl_npoess/commits/e2107e0963388241f167c44f231d4af51910595d',parents: [{ id: 'db398243db4afcd7eeb77d2630bec37c2aac9c12' }]},{id: 'db398243db4afcd7eeb77d2630bec37c2aac9c12', href: '/projects/JPSS/repos/hl_npoess/commits/db398243db4afcd7eeb77d2630bec37c2aac9c12',parents: [{ id: '5e24f453989e19b3d2ed666f775b38a764d4cfa6' }]},{id: '5e24f453989e19b3d2ed666f775b38a764d4cfa6', href: '/projects/JPSS/repos/hl_npoess/commits/5e24f453989e19b3d2ed666f775b38a764d4cfa6',parents: [{ id: '5a0f6e4dba59adbe3ad0a002ea89946f5c4a2a35' }]},{id: '5a0f6e4dba59adbe3ad0a002ea89946f5c4a2a35', href: '/projects/JPSS/repos/hl_npoess/commits/5a0f6e4dba59adbe3ad0a002ea89946f5c4a2a35',parents: [{ id: '6db5590b3ddd01faa030f3cd5b22727424f53554' }]},{id: '6db5590b3ddd01faa030f3cd5b22727424f53554', href: '/projects/JPSS/repos/hl_npoess/commits/6db5590b3ddd01faa030f3cd5b22727424f53554',parents: [{ id: 'fce4acf653d2bf2fa47837f1f711e28409635579' }]},{id: 'fce4acf653d2bf2fa47837f1f711e28409635579', href: '/projects/JPSS/repos/hl_npoess/commits/fce4acf653d2bf2fa47837f1f711e28409635579',parents: [{ id: '2699abaf420fbbe92716fcfbfa9af1927d205fc6' }]},{id: '2699abaf420fbbe92716fcfbfa9af1927d205fc6', href: '/projects/JPSS/repos/hl_npoess/commits/2699abaf420fbbe92716fcfbfa9af1927d205fc6',parents: [{ id: '3edef5419b4ac0dea3c373c2e0e16a8905c288da' }]}]);