Ignore:
Timestamp:
12/03/14 17:54:33 (9 years ago)
Author:
rlacroix
Message:

Add the ability to append data to existing output file(s).

By default existing file(s) will still be overwritten. Set the new file attribute "append" to true if you wish to append data to existing NetCDF file(s).

Note that the append mode is currently not supported when file splitting is used and that the structure of the output file cannot be changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/file_attribute.conf

    r526 r528  
    1414DECLARE_ENUM2(format, netcdf4, netcdf4_classic) 
    1515DECLARE_ENUM2(par_access, collective, independent) 
     16DECLARE_ATTRIBUTE(bool,      append) 
    1617 
    1718// DECLARE_ATTRIBUTE_DEF(bool, enabled, true) 
Note: See TracChangeset for help on using the changeset viewer.