Ignore:
Timestamp:
01/25/17 16:25:17 (7 years ago)
Author:
yushan
Message:

initialize the branch

Location:
XIOS/dev/branch_yushan/src/config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/config/field_attribute.conf

    r998 r1037  
    1111DECLARE_ATTRIBUTE(int,       level) 
    1212DECLARE_ATTRIBUTE(int,       prec) 
    13 DECLARE_ATTRIBUTE(StdString, expr) 
    1413 
    1514DECLARE_ATTRIBUTE(bool,      enabled) 
     
    3433DECLARE_ATTRIBUTE(bool,      ts_enabled) 
    3534DECLARE_ATTRIBUTE(CDuration, ts_split_freq) 
    36  
    37 DECLARE_ATTRIBUTE(StdString, cell_methods) 
    38 DECLARE_ENUM4(cell_methods_mode,  overwrite, prefix, suffix, none) 
  • XIOS/dev/branch_yushan/src/config/interpolate_domain_attribute.conf

    r1014 r1037  
    11/* GLOBAL */ 
     2DECLARE_ATTRIBUTE(StdString, file) 
    23DECLARE_ATTRIBUTE(int, order) 
    34DECLARE_ATTRIBUTE(bool, renormalize) 
    45 
    56/* Write interpolation weights into file */ 
    6 DECLARE_ENUM3(mode,compute,read,read_or_compute) 
    7 DECLARE_ATTRIBUTE(StdString, weight_filename) 
    8 DECLARE_ATTRIBUTE(bool, write_weight) 
     7DECLARE_ENUM2(mode,write,read) 
Note: See TracChangeset for help on using the changeset viewer.