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

Last change on this file since 1264 was 1264, checked in by ymipsl, 7 years ago
  • Add new attribute : detect_missing_value on "interpolate_domain" element. It will replace the standard detect_missing_value set on the field. It will be added progressively to all spatial transformation.
  • Now, when detecting missing value, horizontal interpolation do a correct renormalization.

YM

File size: 338 bytes
Line 
1/* GLOBAL */
2DECLARE_ATTRIBUTE(int, order)
3DECLARE_ATTRIBUTE(bool, renormalize)
4DECLARE_ATTRIBUTE(bool, quantity)
5DECLARE_ATTRIBUTE(bool, detect_missing_value)
6
7/* Write interpolation weights into file */
8DECLARE_ENUM3(mode,compute,read,read_or_compute)
9DECLARE_ATTRIBUTE(StdString, weight_filename)
10DECLARE_ATTRIBUTE(bool, write_weight)
Note: See TracBrowser for help on using the repository browser.