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/data_output.cpp

    r391 r472  
    3737         this->writeFile_(file); 
    3838      } 
    39   
     39 
     40      void CDataOutput::writeAttribute(CVariable*  var) 
     41      { 
     42         this->writeAttribute_(var) ; 
     43      } 
     44 
    4045      void CDataOutput::syncFile(void) 
    4146      { 
Note: See TracChangeset for help on using the changeset viewer.