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

Last change on this file since 983 was 982, checked in by mhnguyen, 8 years ago

Implementing domain interpolation weights exportation
The option 'file' locates file to read if it exists, otherwise a new file with name = 'file' will be created

+) Write interpolation weights into a file

Test
+) On Curie
+) Work

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