Ignore:
Timestamp:
03/21/22 15:25:14 (2 years ago)
Author:
ymipsl
Message:

temporary fix when reading grid from file. Some part of code must rewrite in future.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.hpp

    r2304 r2312  
    219219         bool hasLonLat; 
    220220         bool hasPole ; 
    221          bool hasLatInReadFile_ ; // specify if latitude is defined on read file, so it can be read later when grid distribution will be defined 
    222          bool hasBoundsLatInReadFile_ ; // specify if latitude boundarues are defined on read file, so it can be read later when grid distribution will be defined 
    223          bool hasLonInReadFile_ ; // specify if longitude is defined on read file, so it can be read later when grid distribution will be defined 
    224          bool hasBoundsLonInReadFile_ ; // specify if longitude boundaries are defined on read file, so it can be read later when grid distribution will be defined 
    225  
     221         
    226222         void computeLocalMask(void) ; 
    227223       
Note: See TracChangeset for help on using the changeset viewer.