Ignore:
Timestamp:
01/29/14 11:49:29 (10 years ago)
Author:
ymipsl
Message:

Add functionnalities for reduced gaussian grid support.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/domain_attribute.conf

    r449 r467  
    2020DECLARE_ATTRIBUTE(int             , jend) 
    2121DECLARE_ATTRIBUTE(int             , nj) 
     22 
     23 
     24DECLARE_ARRAY(int,2             , i_index) 
     25DECLARE_ARRAY(int,2             , j_index) 
    2226 
    2327/* LOCAL */ 
     
    4852DECLARE_ATTRIBUTE(int             , data_n_index) 
    4953DECLARE_ARRAY(int, 1 , data_i_index) 
    50 DECLARE_ARRAY(int, 1, data_j_index) 
     54DECLARE_ARRAY(int, 1,  data_j_index) 
    5155 
    5256/* LOCAL */ 
Note: See TracChangeset for help on using the changeset viewer.