Ignore:
Timestamp:
10/09/15 14:51:28 (9 years ago)
Author:
mhnguyen
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/generate_rectilinear_domain_attribute.conf

    r687 r727  
     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) 
    16 
     7DECLARE_ATTRIBUTE(double    , lon_start) 
     8DECLARE_ATTRIBUTE(double    , lon_end) 
     9DECLARE_ATTRIBUTE(double    , lat_start) 
     10DECLARE_ATTRIBUTE(double    , lat_end) 
Note: See TracChangeset for help on using the changeset viewer.