Ignore:
Timestamp:
11/02/15 11:46:25 (9 years ago)
Author:
mhnguyen
Message:

Implementing the reading of attributes of an axis from a file

+) 3d grid can be read directly from a file
+) Clean some redundant codes
+) Add new attribute declaration that allows to output only desired attributes

Test
+) On Curie
+) test_remap passes and result is correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/context.hpp

    r740 r775  
    103103         // Some functions to process context 
    104104         void findAllEnabledFields(void); 
     105         void findAllEnabledFieldsInReadModeFiles(void); 
     106         void readAttributesOfEnabledFieldsInReadModeFiles(); 
    105107         void solveAllInheritance(bool apply=true); 
    106108         void findEnabledFiles(void); 
     
    218220         // Concrete contex client 
    219221         CContextClient* client; 
    220          CRegistry* registryIn ;  //!< input registry which is read from file  
     222         CRegistry* registryIn ;  //!< input registry which is read from file 
    221223         CRegistry* registryOut ; //!< output registry which will be wrote on file at the finalize 
    222           
     224 
    223225      private: 
    224226         bool isPostProcessed; 
Note: See TracChangeset for help on using the changeset viewer.