Custom Query (116 matches)
Results (46 - 48 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#51 | fixed | How does XIOS manage the "multiple_file" output ? | ymipsl | theetten |
Description |
Hi, Curiosity question : I noticed that using xios in "attached mode" with "multiple file" option, the output files does not correspond to the domain decomposition used for the simulation. For example using 5 x 5 subdomains for the simulation, xios will create 25 files but not in the "shape" than the defined subdomain shape. The recombination of the files looks OK. Thanks, Sébastien |
|||
#59 | fixed | Floating Point Exception when output_frequency < timestep | oabramkina | ssenesi |
Description |
If a an output_freq of "2h" is set, my model having a timestep of 3h, XIOS does crash with FPE. Increasing output_freq to 3h 'solves' the problem. A smoother , landing with an an explicit explanantion would be friendlier. |
|||
#62 | fixed | Feeding a 2D global grid with processes working 1D is not working | ymipsl | ssenesi |
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 |