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

Last change on this file since 1615 was 1615, checked in by ymipsl, 5 years ago

Interpolation enhancement :
Domain area can be used to improved global conservation when there is a discrepency between model area and xios computed area.

New domain attribute :

radius : radius af the spherical domain, used to compute area ond the sphere with a normalized radius of 1 (for remapper).

New domain_interpolate attribute :
use_area : remapper will take model computed area in order to perform a global conservation for flux integrated over the cell (mass for example).
In this case the domain attributes "area" and "radius" must be defined on the source or target domain to be taking into account.

YM

File size: 421 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)
11DECLARE_ENUM2(read_write_convention, c, fortran)
12DECLARE_ATTRIBUTE(bool, use_area)
Note: See TracBrowser for help on using the repository browser.