Skip to content

ACCESS-NRI/dummygrib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dummygrib

Dummy GRIB library to use with the Met Office Unified Model.

The UM makes use of a proprietary library to decode GRIB files, which is not available to all licensors of the model. This library provides stub functions that can be linked in place of the GRIB library to avoid compiler errors.

Note that these stubs will fail unconditionally, no logic is included in them.

Compile with:

make

then add -L/path/to/dummygrib -ldummygrib to your LDFLAGS when building the UM.

Releases

No releases published

Packages

No packages published