Ignore:
Timestamp:
10/21/11 19:01:35 (13 years ago)
Author:
ymipsl
Message:

reprise en main de la version de H. Ozdoba. Correction de différentes erreurs de conception et bug.
Version NEMO operationnel en client/server, interoperabilita avec OASIS, reconstition de fichiers via netcdf4/HDF5

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/src/xmlio/output/nc4_data_output.hpp

    r219 r286  
    2727               (const StdString & filename, bool exist); 
    2828            CNc4DataOutput 
    29                (const StdString & filename, bool exist, bool multigroup, MPI_Comm comm_server); 
    30             CNc4DataOutput 
    31                (const StdString & filename, bool exist, bool multigroup, comm::MPIComm comm_server, bool); 
     29               (const StdString & filename, bool exist, MPI_Comm comm_server, bool multifile); 
    3230 
    3331            CNc4DataOutput(const CNc4DataOutput & dataoutput);       // Not implemented. 
     
    4846            virtual void writeFieldData_ (const boost::shared_ptr<tree::CField>    field); 
    4947            virtual void writeFile_      (const boost::shared_ptr<tree::CFile>     file); 
     48            virtual void closeFile_      (void); 
    5049            virtual void writeTimeAxis_  (const boost::shared_ptr<tree::CField>    field, 
    5150                                          const boost::shared_ptr<date::CCalendar> cal); 
Note: See TracChangeset for help on using the changeset viewer.