Ignore:
Timestamp:
09/19/13 17:05:07 (11 years ago)
Author:
ymipsl
Message:

Add unstructured grid management.

YM

File:
1 edited

Legend:

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

    r369 r449  
    5353DECLARE_ARRAY(double, 1, lonvalue) 
    5454DECLARE_ARRAY(double, 1, latvalue) 
     55DECLARE_ATTRIBUTE(int, nvertex) 
     56DECLARE_ARRAY(double, 2, bounds_lon) 
     57DECLARE_ARRAY(double, 2, bounds_lat) 
    5558 
     59DECLARE_ENUM3(type,regular,curvilinear,unstructured) 
     60 
Note: See TracChangeset for help on using the changeset viewer.