Ignore:
Timestamp:
07/01/16 16:55:33 (8 years ago)
Author:
oabramkina
Message:

Sequential version for UGRID norms. File attribute "convention" has been added with two possible values "CF" and "UGRID". The default value is "CF".

File:
1 edited

Legend:

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

    r850 r878  
    1313DECLARE_ENUM2(type,          one_file, multiple_file) 
    1414DECLARE_ENUM2(format,        netcdf4, netcdf4_classic) 
     15DECLARE_ENUM2(convention,    CF, UGRID) 
    1516DECLARE_ENUM2(par_access,    collective, independent) 
    1617DECLARE_ATTRIBUTE(bool,      append) 
     
    2526DECLARE_ENUM4(timeseries,    none, only, both, exclusive) 
    2627DECLARE_ATTRIBUTE(StdString, ts_prefix) 
     28 
Note: See TracChangeset for help on using the changeset viewer.