source: XIOS/dev/XIOS_DEV_CMIP6/src/config/expand_domain_attribute.conf @ 1314

Last change on this file since 1314 was 1158, checked in by oabramkina, 7 years ago

Two server levels: merging with trunk r1137.
There are bugs.

File size: 228 bytes
Line 
1DECLARE_ATTRIBUTE(int, order)
2
3DECLARE_ENUM2(type,node,edge)
4
5// Flag to determine if domain expension should be periodic (and in which direction)
6DECLARE_ATTRIBUTE(bool,      i_periodic)
7DECLARE_ATTRIBUTE(bool,      j_periodic)
Note: See TracBrowser for help on using the repository browser.