Ignore:
Timestamp:
10/22/12 13:47:08 (12 years ago)
Author:
ymipsl
Message:
  • zoom can be output in single file without need to patch the netcdf library
  • sequential version of netcdf4 are now managed. Can be used to output in multiple_file mode

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/output/nc4_data_output.cpp

    r369 r379  
    2727 
    2828      CNc4DataOutput::CNc4DataOutput 
    29          (const StdString & filename, bool exist, MPI_Comm comm_server,bool multifile, bool isCollective) 
     29         (const StdString & filename, bool exist, MPI_Comm comm_file,bool multifile, bool isCollective) 
    3030            : SuperClass() 
    31             , SuperClassWriter(filename, exist, &comm_server,multifile) 
    32             , comm_server(comm_server) 
     31            , SuperClassWriter(filename, exist, &comm_file,multifile) 
     32            , comm_file(comm_file) 
    3333            , filename(filename) 
    3434            , isCollective(isCollective) 
Note: See TracChangeset for help on using the changeset viewer.