Ignore:
Timestamp:
06/24/15 14:51:09 (9 years ago)
Author:
rlacroix
Message:

Fix: Do not use a hardcoded value for the "DOMAIN_dimensions_ids" attribute.

After the CF-compliance changes, the hardcoded value was sometimes wrong.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/output/nc4_data_output.hpp

    r613 r628  
    5757            void writeUnstructuredDomain (CDomain* domain); 
    5858            void writeLocalAttributes(int ibegin, int ni, int jbegin, int nj, StdString domid); 
    59             void writeLocalAttributes_IOIPSL(int ibegin, int ni, int jbegin, int nj, int ni_glo, int nj_glo, int rank, int size) ; 
     59            void writeLocalAttributes_IOIPSL(const StdString& dimXid, const StdString& dimYid, 
     60                                             int ibegin, int ni, int jbegin, int nj, int ni_glo, int nj_glo, int rank, int size); 
    6061            void writeTimeAxisAttributes(const StdString & axis_name, 
    6162                                         const StdString & calendar, 
Note: See TracChangeset for help on using the changeset viewer.