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/node/context.hpp

    r655 r676  
    109109         void updateCalendar(int step); 
    110110         void createFileHeader(void ); 
     111         void checkAxisDomainsGridsEligibilityForCompressedOutput(); 
    111112         void solveAllRefOfEnabledFields(bool sendToServer); 
    112113         void buildFilterGraphOfEnabledFields(); 
Note: See TracChangeset for help on using the changeset viewer.