Changeset 1303 for XIOS/dev


Ignore:
Timestamp:
10/11/17 13:57:06 (6 years ago)
Author:
ymipsl
Message:

Fix when reading grid in file. Other grid, making reference to an initialized one, was not correctly inherited. To be tested for possible side effect.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/node/field.cpp

    r1302 r1303  
    827827 
    828828        solveGridReference(); 
     829        grid->solveDomainAxisRefInheritance(true); // make it again to solve grid reading from file 
    829830 
    830831        if (context->hasClient && !context->hasServer) 
Note: See TracChangeset for help on using the changeset viewer.