Ignore:
Timestamp:
11/19/16 15:19:36 (7 years ago)
Author:
ymipsl
Message:
  • Clarify the situation about filter chaining order between spatial and arithmetics operation :
    • Arithmetic expression is computed first on the source grid
    • Spatial transform is computed after, transforming the result of arithmetics expression on source grid to the target grid.
    • Time filter will be involved on the target grid after spatial transform
  • @this is working now.
  • Add a field attribute "expr" that is equivalent to the XML content describing the arithmetic expression. This attribute can be inherited.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/context_server.cpp

    r887 r998  
    184184         // The best way to properly solve this problem will be to use the event scheduler also in attached mode 
    185185         // for now just set up a MPI barrier 
    186          if (!CServer::eventScheduler) MPI_Barrier(intraComm) ; 
     186         if (!CServer::eventScheduler && CXios::isServer) MPI_Barrier(intraComm) ; 
    187187 
    188188         CTimer::get("Process events").resume(); 
Note: See TracChangeset for help on using the changeset viewer.