Ignore:
Timestamp:
04/28/11 10:53:26 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/output/nc4_data_output.cpp

    r183 r185  
    7676         ARRAY(int, 2) mask = domain->getLocalMask(); 
    7777 
    78          unsigned int ssize = domain->ni.getValue() * domain->nj.getValue(); 
     78         unsigned int ssize = domain->zoom_ni_loc.getValue() * domain->zoom_nj_loc.getValue(); 
    7979         bool isCurvilinear = (domain->lonvalue.getValue()->size() == ssize); 
    8080 
     
    9797            case (MULTI_FILE) : 
    9898            { 
    99                SuperClassWriter::addDimension(lonid_loc, domain->ni.getValue()); 
    100                SuperClassWriter::addDimension(latid_loc, domain->nj.getValue()); 
     99               SuperClassWriter::addDimension(lonid_loc, domain->zoom_ni_loc.getValue()); 
     100               SuperClassWriter::addDimension(latid_loc, domain->zoom_nj_loc.getValue()); 
    101101               this->writeLocalAttributes(domain->ibegin.getValue(), domain->iend.getValue(), 
    102102                                          domain->jbegin.getValue(), domain->jend.getValue(), 
Note: See TracChangeset for help on using the changeset viewer.