Ignore:
Timestamp:
06/28/18 17:53:42 (6 years ago)
Author:
oabramkina
Message:

The zoom is dead, long live the zoom.

Replacing domain_zoom transformation by copying it from domain_extract. From now on, only the zoomed part of a domain is sent to servers. On the user's side all definitions stay the same.

To do soon: axis_zoom.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/domain_algorithm_expand.cpp

    r1311 r1553  
    228228  domainDestination->ni.setValue(niDst); 
    229229  domainDestination->nj.setValue(njDst); 
    230   domainDestination->global_zoom_ni.setValue(domainSource->global_zoom_ni+2); 
    231   domainDestination->global_zoom_nj.setValue(domainSource->global_zoom_nj+2); 
    232230 
    233231  CArray<bool,1>& mask_1d_dst = domainDestination->domainMask; 
Note: See TracChangeset for help on using the changeset viewer.