Ignore:
Timestamp:
06/06/18 11:25:32 (6 years ago)
Author:
ymipsl
Message:

Bug fix ;

Virtual grid created from field using domain_ref/axis_ref could be conflicting with other grid using same elements but with an other distribution sent to servers.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/config/field_attribute.conf

    r1493 r1524  
    2020DECLARE_ATTRIBUTE(bool,      check_if_active) 
    2121 
    22 DECLARE_ATTRIBUTE(StdString, domain_ref) 
    23 DECLARE_ATTRIBUTE(StdString, axis_ref) 
    24 DECLARE_ATTRIBUTE(StdString, scalar_ref) 
     22DECLARE_ATTRIBUTE(StdString, domain_ref, false) 
     23DECLARE_ATTRIBUTE(StdString, axis_ref, false) 
     24DECLARE_ATTRIBUTE(StdString, scalar_ref, false) 
    2525DECLARE_ATTRIBUTE(StdString, grid_ref) 
    2626DECLARE_ATTRIBUTE(StdString, field_ref) 
Note: See TracChangeset for help on using the changeset viewer.