source: XIOS/dev/branch_openmp/src/config/interpolate_domain_attribute.conf @ 1460

Last change on this file since 1460 was 1460, checked in by yushan, 6 years ago

branch_openmp merged with XIOS_DEV_CMIP6@1459

File size: 387 bytes
RevLine 
[657]1/* GLOBAL */
[689]2DECLARE_ATTRIBUTE(int, order)
[846]3DECLARE_ATTRIBUTE(bool, renormalize)
[1114]4DECLARE_ATTRIBUTE(bool, quantity)
[1460]5DECLARE_ATTRIBUTE(bool, detect_missing_value)
[982]6
7/* Write interpolation weights into file */
[1004]8DECLARE_ENUM3(mode,compute,read,read_or_compute)
9DECLARE_ATTRIBUTE(StdString, weight_filename)
[1114]10DECLARE_ATTRIBUTE(bool, write_weight)
[1460]11DECLARE_ENUM2(read_write_convention, c, fortran)
Note: See TracBrowser for help on using the repository browser.