source: XIOS/trunk/src/config/generate_rectilinear_domain_attribute.conf @ 1314

Last change on this file since 1314 was 727, checked in by mhnguyen, 9 years ago

Add more attributes to generate_rectilinear_domain

+) Longitude and latitude of an auto-generated domain can be specified by its boundaries whose values are determined by range

Test
+) On Curie
+) test_remap passes

File size: 362 bytes
RevLine 
[727]1/* GLOBAL */
2DECLARE_ATTRIBUTE(double    , bounds_lon_start)
3DECLARE_ATTRIBUTE(double    , bounds_lon_end)
4DECLARE_ATTRIBUTE(double    , bounds_lat_start)
5DECLARE_ATTRIBUTE(double    , bounds_lat_end)
[687]6
[727]7DECLARE_ATTRIBUTE(double    , lon_start)
8DECLARE_ATTRIBUTE(double    , lon_end)
9DECLARE_ATTRIBUTE(double    , lat_start)
10DECLARE_ATTRIBUTE(double    , lat_end)
Note: See TracBrowser for help on using the repository browser.