Changeset 687 for XIOS/trunk/src/config


Ignore:
Timestamp:
09/15/15 17:30:55 (9 years ago)
Author:
mhnguyen
Message:

Implementing auto-generate rectilinear domain

+) Add a new special transformation to generate (complete) rectilinear domain

Test
+) On Curie
+) test_new_feature passed

Location:
XIOS/trunk/src/config
Files:
1 added
2 edited

Legend:

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

    r666 r687  
    5656DECLARE_ENUM3(type,rectilinear,curvilinear,unstructured) 
    5757DECLARE_ATTRIBUTE(StdString, domain_ref) 
    58  
     58DECLARE_ATTRIBUTE(StdString, domain_src) 
  • XIOS/trunk/src/config/node_type.conf

    r657 r687  
    5151#endif //__XIOS_CInterpolateFromFileDomain__ 
    5252 
     53#ifdef __XIOS_CGenerateRectilinearDomain__ 
     54   DECLARE_NODE(GenerateRectilinearDomain, generate_rectilinear_domain) 
     55#endif //__XIOS_CGenerateRectilinearDomain__ 
     56 
     57 
    5358#ifdef __XIOS_CContext__ 
    5459   DECLARE_NODE_PAR(Context, context) 
Note: See TracChangeset for help on using the changeset viewer.