Ignore:
Timestamp:
10/08/20 10:53:18 (4 years ago)
Author:
oabramkina
Message:

Adding tile attributes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_oa/src/config/domain_attribute.conf

    r1615 r1952  
    6363DECLARE_ATTRIBUTE(StdString, domain_ref) 
    6464DECLARE_ATTRIBUTE(int,       prec) 
     65 
     66/* LOCAL */ 
     67DECLARE_ATTRIBUTE(int, ntiles, false) 
     68DECLARE_ARRAY(int, 1, tile_ni, false) 
     69DECLARE_ARRAY(int, 1, tile_nj, false) 
     70DECLARE_ARRAY(int, 1, tile_ibegin, false) 
     71DECLARE_ARRAY(int, 1, tile_jbegin, false) 
     72DECLARE_ARRAY(int, 1, tile_data_ibegin, false) 
     73DECLARE_ARRAY(int, 1, tile_data_jbegin, false) 
Note: See TracChangeset for help on using the changeset viewer.