Ignore:
Timestamp:
03/22/18 10:43:20 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with XIOS_DEV_CMIP6@1459

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/config/domain_attribute_private.conf

    r1064 r1460  
    1010DECLARE_ATTRIBUTE_PRIVATE(double,  bounds_lat_end) 
    1111 
    12 // Array contain whole value (non distributed) of longitude and latitude of rectilinear read from a file 
     12//  Array contain whole value (non distributed) of longitude and latitude read from a file 
    1313DECLARE_ARRAY_PRIVATE(double, 1, lonvalue_rectilinear_read_from_file) 
    1414DECLARE_ARRAY_PRIVATE(double, 1, latvalue_rectilinear_read_from_file) 
    1515 
    16 // Array contain whole value (non distributed) of longitude and latitude of curvilinear read from a file 
     16// Array containing longitude and latitude of LOCAL curvilinear domain to be read from a file 
    1717DECLARE_ARRAY_PRIVATE(double, 2, lonvalue_curvilinear_read_from_file) 
    1818DECLARE_ARRAY_PRIVATE(double, 2, latvalue_curvilinear_read_from_file) 
     
    2020DECLARE_ARRAY_PRIVATE(double, 3, bounds_latvalue_curvilinear_read_from_file) 
    2121 
    22 // Array contain whole value (non distributed) of longitude and latitude of unstructured read from a file 
     22// Array containing longitude and latitude of LOCAL unstructured domain to be read from a file 
    2323DECLARE_ARRAY_PRIVATE(double, 1, lonvalue_unstructured_read_from_file) 
    2424DECLARE_ARRAY_PRIVATE(double, 1, latvalue_unstructured_read_from_file) 
     
    3030DECLARE_ATTRIBUTE_PRIVATE(int,  global_zoom_jbegin) 
    3131DECLARE_ATTRIBUTE_PRIVATE(int,  global_zoom_nj) 
     32 
     33// Local zoom information 
     34DECLARE_ATTRIBUTE_PRIVATE(int,  zoom_ibegin) 
     35DECLARE_ATTRIBUTE_PRIVATE(int,  zoom_ni) 
     36DECLARE_ATTRIBUTE_PRIVATE(int,  zoom_jbegin) 
     37DECLARE_ATTRIBUTE_PRIVATE(int,  zoom_nj) 
     38 
     39 
     40DECLARE_ARRAY_PRIVATE(int    ,   1 , zoom_i_index, false) 
     41DECLARE_ARRAY_PRIVATE(int    ,   1 , zoom_j_index, false) 
Note: See TracChangeset for help on using the changeset viewer.