Ignore:
Timestamp:
09/10/20 13:51:02 (4 years ago)
Author:
ymipsl
Message:

Big update on on going work related to data distribution and transfer between clients and servers.
Revisite of the source and store filter using "connectors".

YM

Location:
XIOS/dev/dev_ym/XIOS_COUPLING/src/config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/config/axis_attribute.conf

    r1493 r1930  
    2222 
    2323/* LOCAL */ 
    24 DECLARE_ARRAY(double , 1   , value) 
    25 DECLARE_ATTRIBUTE(StdString, axis_ref) 
     24DECLARE_ARRAY(double , 1   , value, false) 
     25DECLARE_ATTRIBUTE(StdString, axis_ref, false) 
    2626 
    27 DECLARE_ARRAY(int    ,1    , index) 
     27DECLARE_ARRAY(int    ,1    , index, false) 
    2828 
    2929/* LOCAL */ 
    30 DECLARE_ATTRIBUTE(int,       data_n) 
    31 DECLARE_ATTRIBUTE(int,       data_begin) 
    32 DECLARE_ARRAY(int    ,   1 , data_index) 
     30DECLARE_ATTRIBUTE(int,       data_n, false) 
     31DECLARE_ATTRIBUTE(int,       data_begin, false) 
     32DECLARE_ARRAY(int    ,   1 , data_index, false) 
    3333 
    3434/*LOCAL */ 
    35 DECLARE_ATTRIBUTE(int,       begin) 
    36 DECLARE_ATTRIBUTE(int,       n) 
     35DECLARE_ATTRIBUTE(int,       begin, false) 
     36DECLARE_ATTRIBUTE(int,       n, false) 
    3737 
    3838/* LOCAL */ 
    39 DECLARE_ARRAY(bool, 1 , mask) 
    40 DECLARE_ARRAY(double, 2 , bounds) 
     39DECLARE_ARRAY(bool, 1 , mask, false) 
     40DECLARE_ARRAY(double, 2 , bounds, false) 
    4141DECLARE_ATTRIBUTE(int,       prec) 
    42 DECLARE_ARRAY(StdString    ,1    , label) 
     42DECLARE_ARRAY(StdString    ,1    , label, false) 
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/config/domain_attribute.conf

    r1615 r1930  
    5757DECLARE_ARRAY(double, 3, bounds_lat_2d, false) 
    5858 
    59 DECLARE_ARRAY(double, 2, area) 
     59DECLARE_ARRAY(double, 2, area, false) 
    6060DECLARE_ATTRIBUTE(double, radius) 
    6161 
    6262DECLARE_ENUM4(type,rectilinear,curvilinear,unstructured, gaussian) 
    63 DECLARE_ATTRIBUTE(StdString, domain_ref) 
     63DECLARE_ATTRIBUTE(StdString, domain_ref, false) 
    6464DECLARE_ATTRIBUTE(int,       prec) 
Note: See TracChangeset for help on using the changeset viewer.