Skip to content

Commit

Permalink
Added a BUFR CLIMAT example
Browse files Browse the repository at this point in the history
  • Loading branch information
gbvalor committed Jul 8, 2015
1 parent 5ab1b3a commit e7c39d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ To see the 'emulated' synop reports from this bufr file

We will get a list of 58 synops to stdout.

And to see CLIMAT reports, we can try with another bufr file

bufr2synop -i 20150705121512_ISCD01_LIIB_050000.bufr

We will get 19 CLIMAT reports, some of them NIL reports.

There are some more options for bufrnoaa and bufr2synop. You can see a list using

bufrnoaa -h
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([bufr2synop], 0.6.0)
AC_INIT([bufr2synop], 0.6.1)
AC_CONFIG_SRCDIR([src/apps/bufr2synop.c])
AM_INIT_AUTOMAKE

Expand Down
Binary file added examples/20150705121512_ISCD01_LIIB_050000.bufr
Binary file not shown.

0 comments on commit e7c39d1

Please sign in to comment.