Ignore:
Timestamp:
05/12/20 11:52:13 (4 years ago)
Author:
ymipsl
Message:

XIOS coupling branch
Some updates.

First coupling test is beginning to work...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/test/generic_testcase.f90

    r1869 r1875  
    18601860        bounds_lon(3,i,j)=bounds_lon_glo(1,ibegin+i) 
    18611861        bounds_lon(4,i,j)=bounds_lon_glo(2,ibegin+i) 
    1862         bounds_lat(1,i,j)=bounds_lat_glo(1,ibegin+i) 
    1863         bounds_lat(2,i,j)=bounds_lat_glo(1,ibegin+i) 
    1864         bounds_lat(3,i,j)=bounds_lat_glo(2,ibegin+i) 
    1865         bounds_lat(4,i,j)=bounds_lat_glo(2,ibegin+i) 
     1862        bounds_lat(1,i,j)=bounds_lat_glo(1,jbegin+j) 
     1863        bounds_lat(2,i,j)=bounds_lat_glo(1,jbegin+j) 
     1864        bounds_lat(3,i,j)=bounds_lat_glo(2,jbegin+j) 
     1865        bounds_lat(4,i,j)=bounds_lat_glo(2,jbegin+j) 
    18661866 
    18671867        ij=(j+offset_j)*(ni+2*offset_i)+i+offset_i 
     
    19081908      CALL xios_set_domain_attr(TRIM(domain_id), nj_glo=nj_glo, jbegin=jbegin, nj=nj, data_jbegin=-offset_j, data_nj=nj+2*offset_j) 
    19091909      CALL xios_set_domain_attr(TRIM(domain_id), data_dim=2, lonvalue_2d=lon, latvalue_2d=lat, mask_1d=return_mask) 
     1910      CALL xios_set_domain_attr(TRIM(domain_id), bounds_lon_2d=bounds_lon, bounds_lat_2d=bounds_lat, nvertex=4) 
    19101911    ENDIF 
    19111912 
Note: See TracChangeset for help on using the changeset viewer.