Try using grib_open_file (Fortran interface) with mode "a" instead of "w". |
Try using grib_open_file (Fortran interface) with mode "a" instead of "w".
The "a" mode means: Append to a file. Writing operations append data at the end of the file. The file is created if it does not exist.
Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.