source: XIOS/dev/XIOS_DEV_CMIP6/src/config/interpolate_domain_attribute.conf @ 1313

Last change on this file since 1313 was 1269, checked in by ymipsl, 7 years ago

interpolate_domain : add new attribute "read_write_convention" which msut be "c" or fortran. The default remain fortran (global indices begin at 1)

YM

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