Ignore:
Timestamp:
05/17/17 18:30:38 (7 years ago)
Author:
mhnguyen
Message:

Reading for two-level server

+) Update reading with the changes of grid distribution
+) Correct a minor bug on modification grid mask
+) Do some code cleaning

Test
+) On Curie
+) Work in both mode: classical and two-level
+) Push some *.nc for test_remap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/test/test_remap.f90

    r1025 r1136  
    176176  ! ALLOCATE(tmp_field_2(src_tmp_ni*src_tmp_nj)) 
    177177 
    178   DO ts=1,5 
     178  DO ts=1,1 
    179179    CALL xios_recv_field("src_field_regular", tmp_field_0) 
    180180    ! CALL xios_recv_field("src_field_curvilinear", tmp_field_1) 
     
    184184    CALL xios_send_field("src_field_2D_clone",src_field_2D) 
    185185    CALL xios_send_field("src_field_3D",src_field_3D) 
    186     CALL xios_send_field("src_field_4D",src_field_4D) 
    187     CALL xios_send_field("src_field_3D_pression",src_field_pression) 
     186    ! CALL xios_send_field("src_field_4D",src_field_4D) 
     187    ! CALL xios_send_field("src_field_3D_pression",src_field_pression) 
    188188    CALL xios_send_field("tmp_field_0",tmp_field_0) 
    189189    ! CALL xios_send_field("tmp_field_1",tmp_field_1) 
Note: See TracChangeset for help on using the changeset viewer.