JPSS
  1. JPSS

HL_NPOESS

Public

Network

 
AuthorCommitMessageCommit Date
Scot BreitenfeldScot Breitenfeld
61b18b58a5bUpdated with example GMGTO files.
Scot BreitenfeldScot Breitenfeld
cac13a539f8Description: 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)
Scot BreitenfeldScot Breitenfeld
12ab726156eDescription: Fixed bug in allocating buffer using size of dataytpe in bytes instead of sizeof() datatype. Tested: gcc/g95 (amani)
Elena PourmalElena Pourmal
fb20c7e43f4Small bug fix: Wrong datatype was used to read data back; fixed. Platforms tested: amani (obvious error)
Scot BreitenfeldScot Breitenfeld
bdae237be9aDesciption: 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)
Scot BreitenfeldScot Breitenfeld
339ac2ab790Description: Changed the determination for size of the buffer type to use H5Tget_size. Tested: jam (intel)
Scot BreitenfeldScot Breitenfeld
ed1a89f8acdDescription: Removed references to NPOESS with HL_REGION
Scot BreitenfeldScot Breitenfeld
6a59e6b12dbDescription: 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.
Scot BreitenfeldScot Breitenfeld
3b241a4de82Description: 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)
Scot BreitenfeldScot Breitenfeld
bd6e4dda188Description: 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)
Scot BreitenfeldScot Breitenfeld
1da0450ffc5Description: 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)
Scot BreitenfeldScot Breitenfeld
c192aedbefcDescription: Added a file close for completeness Tested: jam (intel)
Scot BreitenfeldScot Breitenfeld
ac00894e601Description: Moved close group in H5LTcopy_region in case the group did not exist. Tested: intel (jam)
Scot BreitenfeldScot Breitenfeld
5d75f2b124dDescription: Removed how to select all elements from "space" desciption since it is a data_space id and not a selection type.
Scot BreitenfeldScot Breitenfeld
bef751af4f9Description: 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)
Scot BreitenfeldScot Breitenfeld
3fa44499afdDescription: 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)
Scot BreitenfeldScot Breitenfeld
80e044a8500Description: Added to error output statement in H5LTcopy_region which file opening caused the error (source or destination) Tested: intel
Scot BreitenfeldScot Breitenfeld
9e811cb0546Description: Generates NPOESS style output format and contians examples using NPOESS library.
Scot BreitenfeldScot Breitenfeld
06f0812ce10Description: 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
Scot BreitenfeldScot Breitenfeld
0b6f9722524Description: If h5fc exists in the HDF5_INSTALL_DIR, then by default the fortran modules will be compilied, installed and tested. Tested: jam
Scot BreitenfeldScot Breitenfeld
01ad10f3982Description: 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
Elena PourmalElena Pourmal
402172916f7Maintenance: adde information about tested platforms
Elena PourmalElena Pourmal
1f9e2a50e6aMaintenance: checked the file by mistake; fixed
Elena PourmalElena Pourmal
9dc76de194dMaintenance: 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)
Scot BreitenfeldScot Breitenfeld
a7b6962a174Description: Cleaned-up source code.
Scot BreitenfeldScot Breitenfeld
213183fac69Description: Cleaned-up source code.
Scot BreitenfeldScot Breitenfeld
996f3c89bb8Description: Added C function prototypes called by Fortran
Scot BreitenfeldScot Breitenfeld
8f978d54fd5Description: Added function prototypes for C functions called by Fortran. Cleaned up code. Tested: icc/ifort
Scot BreitenfeldScot Breitenfeld
a25213b0b4dDescription: Initialized character strings to zero. tested: bp
Scot BreitenfeldScot Breitenfeld
bddcdd9bc85Description: Removed const char to be compatible with HD4f2cstring tested: bp
Scot BreitenfeldScot Breitenfeld
db9090e0a4cDescription: changed const char to char to be compatable with HD5f2cstring. added external declaration for HD5packFstring. Tested: bp
Scot BreitenfeldScot Breitenfeld
286fbc2e6a0Description: Added header file for _fcd Tested: bp
Scot BreitenfeldScot Breitenfeld
a0163d741b4Description: added external decleration for HD5f2cstring for 64 byte compatability with xlf Tested: bp (xlc/xlf)
Scot BreitenfeldScot Breitenfeld
48f696ab904Description: Went back to HDf2cstring call instead of local call. Tested: jam (gcc/gfortran)
Scot BreitenfeldScot Breitenfeld
44ae04c6225Description: Changed type cast of integer in character string conversion Tested: jam (gcc/gfortran)
Scot BreitenfeldScot Breitenfeld
2d62920ac14Description: Added C standard header files to fix some problems with -q64 flag using xlc and xlf Tested: bp
Frank BakerFrank Baker
15db4f0296eDescription: Revise Fortram example links to point to fortran_examples/. Tested: Safari
Frank BakerFrank Baker
73dd560b437Description: Update links to examples. Update footer. Tested: Safari
Elena PourmalElena Pourmal
37b96ef3b9eBug 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
Scot BreitenfeldScot Breitenfeld
f02a35994f6Description: Another attempt to fix error with xlf compiler Tested: jam (gfortran, g95)
Scot BreitenfeldScot Breitenfeld
425d3c8dc12Description: Another attempt to fix error with xlf compiler Tested: jam (gfortran, g95)
Scot BreitenfeldScot Breitenfeld
ee64028e4bbDescription: Another attempt to fix error with xlf compiler Tested: jam (gfortran, g95)
Scot BreitenfeldScot Breitenfeld
b4234fd56feDescription: 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)
Scot BreitenfeldScot Breitenfeld
e2107e09633Description: Attempt to fix errors for xlf compiler: Tested: jam (intel, gcc)
Scot BreitenfeldScot Breitenfeld
db398243db4Description: Removed extra character length in C_LOC for xlf90 compiler tests. Tested: gcc intel (jam)
Scot BreitenfeldScot Breitenfeld
5e24f453989Desciption: Changed H5LRcreate_region_references_f to not have character pointes to fix compelation using xlf90 Tested: gcc and intel (jam)
Scot BreitenfeldScot Breitenfeld
5a0f6e4dba5Description: Added Fortran example links and corrected the paths to the C examples.
Scot BreitenfeldScot Breitenfeld
6db5590b3ddDescription: Fixed warnings in fortran wrappers C code from intel compiler.
Scot BreitenfeldScot Breitenfeld
fce4acf653dDescription: Added higher order arrays and tests for H5LT_read_bitfield_f Tested: intel
Scot BreitenfeldScot Breitenfeld
2699abaf420Added fortran test programs for bitfield