Ignore:
Timestamp:
12/14/18 11:20:33 (5 years ago)
Author:
oabramkina
Message:

Bugfix for NEMO-like land processes elimination.

Values describing a domain (latitude, longitude, bounds,...) are set to -1 on land processes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/branchs/xios-2.5/src/node/grid.cpp

    r1397 r1624  
    978978 
    979979     nbIndexOnServer = 0; 
    980      for (size_t j = 0; j < globalIndexElementOnServerMap.size(); ++j) 
     980//     for (size_t j = 0; j < globalIndexElementOnServerMap.size(); ++j) 
     981     for (size_t j = 0; j < globalIndexElementOnClient.numElements(); ++j) 
    981982     { 
    982983       it = globalIndexElementOnServerMap.find(globalIndexElementOnClient(j)); 
     
    13051306  { 
    13061307    CContext* context = CContext::getCurrent();     
    1307 //    int nbSrvPools = (context->hasServer) ? (context->hasClient ? context->clientPrimServer.size() : 1) : 1; // This should be changed soon 
    1308 //    for (int p = 0; p < nbSrvPools; ++p) 
    1309     { 
    1310 //      CContextClient* client = (context->hasServer) ? (context->hasClient ? context->clientPrimServer[p] : context->client) 
    1311 //                                                    : context->client; 
     1308    { 
    13121309      CContextClient* client = context->client; 
    13131310 
Note: See TracChangeset for help on using the changeset viewer.