You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Step-by-step guide

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.



  • No labels