8000 GitHub - NOAA-EMC/NCEPLIBS-bacio: This library performs binary I/O for the NCEP models.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NOAA-EMC/NCEPLIBS-bacio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

BACIO

This library performs binary I/O for the NCEP models, processing unformatted byte-addressable data records, and transforming the little endian files and big endian files.

This is part of the NCEPLIBS project.

For more detailed documentation see https://noaa-emc.github.io/NCEPLIBS-bacio/.

To submit bug reports, feature requests, or other code-related issues including installation and usage questions, please create a GitHub issue. For general NCEPLIBS inquiries, contact Ed Hartnett (secondary point of contact Alex Richert).

Users

The NCEPLIBS-bacio library is used by:

Authors

Robert Grumbine, Mark Iredell, Jun Wang, Dexin Zhang, other NCEP/EMC Developers

Code Manager: Hang Lei, Ed Hartnett

Installing

git clone https://github.com/NOAA-EMC/NCEPLIBS-bacio # or download a release from https://github.com/NOAA-EMC/NCEPLIBS-bacio/releases
cmake -DCMAKE_INSTALL_PREFIX=/path/to/install -S NCEPLIBS-bacio -B NCEPLIBS-bacio/build # <add'l CMake options>
cmake --build NCEPLIBS-bacio/build --parallel 2
ctest --test-dir NCEPLIBS-bacio/build --parallel 2 # <add'l CTest options>
cmake --install NCEPLIBS-bacio/build

NCEPLIBS-bacio is also available through Spack as 'bacio'.

Disclaimer

The United States Department of Commerce (DOC) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. DOC has relinquished control of the information and no longer has responsibility to protect the integrity, confidentiality, or availability of the information. Any claims against the Department of Commerce stemming from the use of its GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.

About

This library performs binary I/O for the NCEP models.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 9

0