Custom Query (116 matches)
Results (88 - 90 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#69 | fixed | Reenforcement of CF compliance for time operation | rlacroix | ymipsl |
Description |
1) time units must be conform to UDUnits specification ( http://www.unidata.ucar.edu/software/udunits/udunits-2.1.24/udunits2.html#Database ) 2) Add cell methods for time operation in field metadata cell_methods = “time_variable_name: online_operation (interval: interval_operation) ex :
We have a name mapping between xios and Cf compliance : average -> mean instant -> point accumulate -> sum |
|||
#65 | fixed | Regression caused by automatic detection of buffer size | mhnguyen | rlacroix |
Description |
As far as I can tell the automatic detection of buffer size is causing two issues (closely related):
This can probably be solved by always allocating a buffer with a fixed minimum size we know will always be sufficient to allocate the internal messages. |
|||
#66 | fixed | Regression caused by grid related changes | mhnguyen | rlacroix |
Description |
It seems the recent grid related changes have caused a regression which affects the zoom feature. If some processes have nothing to output, XIOS will deadlock. This can be reproduced using the "test_complete" example after r565. This is possibly caused by the "pseudo-global" communication style used by XIOS, if one client skips the communication with the server, a deadlock will occur. |