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/output/onetcdf4_decl.cpp

    r501 r676  
    99                                               const std::vector<StdSize> * count) ; 
    1010  
    11   macro(double,1) 
    12   macro(double,2) 
    13   macro(double,3)                                               
     11  macro(int, 1) 
     12  macro(double, 1) 
     13  macro(double, 2) 
     14  macro(double, 3) 
    1415  
    1516  template void CONetCDF4::setDefaultValue<double>(const StdString & varname, const double* value) ; 
Note: See TracChangeset for help on using the changeset viewer.