Ignore:
Timestamp:
09/28/16 00:45:10 (8 years ago)
Author:
ymipsl
Message:

Add gaussian grid support./n YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/domain.cpp

    r942 r953  
    3434      , isClientAfterTransformationChecked(false), hasLonLat(false) 
    3535      , lonvalue_client(), latvalue_client(), bounds_lon_client(), bounds_lat_client() 
    36       , isRedistributed_(false) 
     36      , isRedistributed_(false), hasPole(false) 
    3737   { 
    3838   } 
     
    4444      , isClientAfterTransformationChecked(false), hasLonLat(false) 
    4545      , lonvalue_client(), latvalue_client(), bounds_lon_client(), bounds_lat_client() 
    46       , isRedistributed_(false) 
     46      , isRedistributed_(false), hasPole(false) 
    4747   { 
    4848         } 
     
    614614             << "please define the 'type' attribute.") 
    615615     } 
    616  
     616     if (type == type_attr::gaussian)  
     617     { 
     618           hasPole=true ; 
     619           type.setValue(type_attr::unstructured) ; 
     620         } 
     621         else if (type == type_attr::rectilinear) hasPole=true ; 
     622          
    617623     if (type == type_attr::unstructured) 
    618624     { 
Note: See TracChangeset for help on using the changeset viewer.