Ignore:
Timestamp:
07/16/20 17:18:01 (4 years ago)
Author:
ymipsl
Message:

Big update on on going work related to data distribution and transfer between clients and servers.

  • move all related file into distribution directorie
  • implement the concept of data "View"
  • implement the concept of "connector" which make the data transfer between 2 differents "Views"

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/source_filter.cpp

    r1869 r1918  
    4343    else 
    4444    { 
    45       if (mask) 
    46         grid->maskField(data, packet->data); 
    47       else 
    48         grid->inputField(data, packet->data); 
     45      if (mask) grid->maskField(data, packet->data); 
     46      else grid->inputField(data, packet->data); 
    4947    } 
    5048    // Convert missing values to NaN 
Note: See TracChangeset for help on using the changeset viewer.