source: XIOS/dev/XIOS_DEV_CMIP6/src/config/generate_rectilinear_domain_attribute.conf @ 1269

Last change on this file since 1269 was 727, checked in by mhnguyen, 8 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
Line 
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)
6
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.