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/transformation/domain_algorithm_generate_rectilinear.cpp

    r687 r727  
    2020: CDomainAlgorithmTransformation(domainDestination, domainSource), gridSrc_(gridSource), nbDomainDistributedPart_(0) 
    2121{ 
    22   genRectDomain->checkValid(domainSource); 
     22  genRectDomain->checkValid(domainDestination); 
    2323  computeDistributionGridSource(); 
    2424  fillInAttributesDomainDestination(); 
Note: See TracChangeset for help on using the changeset viewer.