Closed dcesari closed 4 years ago
Since, AFAIU, now json is a full-right citizen among the dballe formats, could we use it natively also from the fortran interface for reading/writing files, e.g. in idba_messages_open_input & c, together with bufr and crex?
idba_messages_open_input
Yes, definitely: you use "JSON" instead of "BUFR" as the format argument.
I just added a Fortran test to make sure it is: https://github.com/ARPA-SIMC/dballe/blob/master/fortran/check_messages_json.f90
Since, AFAIU, now json is a full-right citizen among the dballe formats, could we use it natively also from the fortran interface for reading/writing files, e.g. in
idba_messages_open_input
& c, together with bufr and crex?