Ignore:
Timestamp:
08/25/15 16:52:45 (9 years ago)
Author:
rlacroix
Message:

Add support for indexed output.

If the new field attribute "indexed_output" is set to true and a mask is defined (either at grid, domain or axis level), the indexed data will be outputed instead of the full data with missing values.

See http://cfconventions.org/Data/cf-conventions/cf-conventions-1.5/build/cf-conventions.html#compression-by-gathering for more information.

File:
1 edited

Legend:

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

    r606 r676  
    1414DECLARE_ATTRIBUTE(bool,      enabled) 
    1515DECLARE_ATTRIBUTE(bool,      read_access) 
     16DECLARE_ATTRIBUTE(bool,      indexed_output) 
    1617 
    1718DECLARE_ATTRIBUTE(StdString, domain_ref) 
Note: See TracChangeset for help on using the changeset viewer.