source: XIOS/trunk/src/config/interpolate_domain_attribute.conf @ 1014

Last change on this file since 1014 was 1014, checked in by mhnguyen, 7 years ago

Fixing Bug: Writing interpolation weights of masked domain causes error

+) If domain is masked, some processes can have no interpolation weight at all,
which can cause writing problem if we use the collective mode.
By changing to independent mode, this problem is solved.
+) Remove redundant attribute of interpolate_domain.

Test
+) On Curie
+) Work

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