Ignore:
Timestamp:
07/07/17 18:17:49 (7 years ago)
Author:
oabramkina
Message:

Two server levels: merging trunk r1200 (except for non-contiguous zoom) into dev. Tested on Curie. Todo: non-contiguous zoom.

Location:
XIOS/dev/dev_olga/src/io
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/io/nc4_data_input.cpp

    r1158 r1201  
    318318      if (SuperClassWriter::hasVariable(boundsLatName) || SuperClassWriter::hasVariable(boundsLonName))  
    319319        domain->nvertex.setValue(nbVertex); 
     320 
    320321      std::vector<StdSize> nBeginBndsLatLon(3), nSizeBndsLatLon(3); 
    321322      nBeginBndsLatLon[0] = 0; nSizeBndsLatLon[0] = domain->nj_glo.getValue(); 
  • XIOS/dev/dev_olga/src/io/onetcdf4.cpp

    r1158 r1201  
    536536       
    537537      template <> 
     538 
    538539      void CONetCDF4::writeData_(int grpid, int varid, 
    539540                                 const std::vector<StdSize>& sstart, 
Note: See TracChangeset for help on using the changeset viewer.