Opened 9 years ago

Closed 9 years ago

#62 closed defect (fixed)

Feeding a 2D global grid with processes working 1D is not working

Reported by: ssenesi Owned by: ymipsl
Priority: major Component: XIOS
Version: 1.0 Keywords:
Cc:

Description

Attached source test1d.90 is a modified version of test_complete.f90. It reduces nj_glo to a value of 3 (instead of 100°. Next, it defines "domain_1" as being the same global domain as "domain_A", being fed by processes which work on the same 2D sub-domains as for domain_A, except that they declare themselves to Xios as being 1D sub-domains, and they provide i_index and j_index for describing the mapping of the 1D local data to the 2D global domain.

Execution results in incorrect data in field_1 (which actually receive, at some location, values from field_A at llm=3) . This may be due to misunderstanding in the API arguments in this configuration

iodef.xml and result file are also attached

Attachments (3)

output.nc (290.9 KB) - added by ssenesi 9 years ago.
iodef.xml (1.5 KB) - added by ssenesi 9 years ago.
test1d.f90 (5.0 KB) - added by ssenesi 9 years ago.

Download all attachments as: .zip

Change History (4)

Changed 9 years ago by ssenesi

Changed 9 years ago by ssenesi

Changed 9 years ago by ssenesi

comment:1 Changed 9 years ago by rlacroix

  • Resolution set to fixed
  • Status changed from new to closed

Closed per opener requested.

@ssenesi: Feel free to explain how you solved your issue, it might be of used in the future.

Note: See TracTickets for help on using tickets.