Ignore:
Timestamp:
02/03/14 14:16:20 (10 years ago)
Author:
ymipsl
Message:

Enhancement : user defined global and field attribute can be output in the netcdfcf file.
A variable child element inclosed into a file element will be output as a global file attribute.
A variable child element inclosed into a field element will be output as a field attribute.

+ variable fortran interface added

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/group_template.hpp

    r445 r472  
    5050         virtual void parse(xml::CXMLNode & node); 
    5151         virtual void parse(xml::CXMLNode & node, bool withAttr); 
    52           
     52         virtual void parseChild(xml::CXMLNode & node); 
     53         
    5354         /// Test /// 
    5455         virtual bool hasChild(void) const; 
Note: See TracChangeset for help on using the changeset viewer.