Ignore:
Timestamp:
03/22/18 10:43:20 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with XIOS_DEV_CMIP6@1459

File:
1 edited

Legend:

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

    r1050 r1460  
    44 
    55DECLARE_ATTRIBUTE(StdString, unit) 
     6DECLARE_ATTRIBUTE(StdString, formula) 
     7DECLARE_ATTRIBUTE(StdString, formula_term) 
     8DECLARE_ATTRIBUTE(StdString, formula_bounds) 
     9DECLARE_ATTRIBUTE(StdString, formula_term_bounds) 
     10DECLARE_ATTRIBUTE(StdString, bounds_name) 
    611 
    712DECLARE_ATTRIBUTE(int,       n_glo) 
    813DECLARE_ENUM2(positive, up, down) 
     14DECLARE_ENUM4(axis_type, X, Y, Z, T) 
     15 
     16DECLARE_ATTRIBUTE(StdString, dim_name) 
    917 
    1018/* GLOBAL */ 
Note: See TracChangeset for help on using the changeset viewer.