Ignore:
Timestamp:
11/02/15 11:46:25 (8 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/field.cpp

    r771 r775  
    826826     if (grid && !grid->isTransformed() && hasDirectFieldReference() && grid != getDirectFieldReference()->grid) 
    827827       grid->completeGrid(getDirectFieldReference()->grid); 
     828     else 
     829       grid->completeGrid(); 
     830   } 
     831 
     832   void CField::solveGridDomainAxisBaseRef() 
     833   { 
     834     grid->solveDomainAxisRef(false); 
     835     grid->solveDomainAxisBaseRef(); 
    828836   } 
    829837 
Note: See TracChangeset for help on using the changeset viewer.