diff --git a/src/USER-NETCDF/dump_netcdf.cpp b/src/USER-NETCDF/dump_netcdf.cpp index a88d74434bf95829ec9d318f696bc60588e07421..4147b3897d26df8a13086f43197ee8988de01248 100644 --- a/src/USER-NETCDF/dump_netcdf.cpp +++ b/src/USER-NETCDF/dump_netcdf.cpp @@ -343,7 +343,7 @@ void DumpNetCDF::openfile() if (framei <= 0) framei = nframes+framei+1; if (framei < 1) framei = 1; } else { - if (framei != 0) + if (framei != 0 && !multifile) error->all(FLERR,"at keyword requires use of 'append yes'"); int dims[NC_MAX_VAR_DIMS]; diff --git a/src/USER-NETCDF/dump_netcdf_mpiio.cpp b/src/USER-NETCDF/dump_netcdf_mpiio.cpp index 5e5be1c7aaa2c9c7979e022d11b79914b337da64..129f9cccbb9978dc77968b9c673bc4e7b639b6a0 100644 --- a/src/USER-NETCDF/dump_netcdf_mpiio.cpp +++ b/src/USER-NETCDF/dump_netcdf_mpiio.cpp @@ -342,7 +342,7 @@ void DumpNetCDFMPIIO::openfile() if (framei <= 0) framei = nframes+framei+1; if (framei < 1) framei = 1; } else { - if (framei != 0) + if (framei != 0 && !multifile) error->all(FLERR,"at keyword requires use of 'append yes'"); int dims[NC_MAX_VAR_DIMS];