Ignore:
Timestamp:
04/23/18 11:18:05 (6 years ago)
Author:
yushan
Message:

Branch EP merged with Dev_cmip6 @r1490

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/test/test_remap_omp.f90

    r1468 r1491  
    144144  ENDDO 
    145145 
    146   print*, "ID = ", rank, "src_ni = ", "src_nvertex = ", src_nvertex, "src_ni_glo = ", src_ni_glo 
     146  print*, "ID = ", rank, "src_ni = ", src_ni, "src_nvertex = ", src_nvertex, "src_ni_glo = ", src_ni_glo 
    147147 
    148148  ierr=NF90_OPEN(dst_file, NF90_NOWRITE, ncid) 
     
    228228   
    229229  DO ts=1,1 
    230     CALL xios_recv_field("src_field_regular", tmp_field_0) 
    231     !CALL xios_recv_field("src_field_curvilinear", tmp_field_1) 
    232     !CALL xios_recv_field("src_field_unstructured", tmp_field_2) 
    233230    CALL xios_recv_field("src_field_regular", tmp_field_0) 
    234231    !CALL xios_recv_field("src_field_curvilinear", tmp_field_1) 
Note: See TracChangeset for help on using the changeset viewer.