Custom Query (116 matches)
Results (64 - 66 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#118 | wontfix | Parser silently skip syntax error | ymipsl | ssenesi |
Description |
When provided with an additional context structure with a syntax error like below (in bold face), the additional context is just dis-regarded <context id="arpsfx"> <file_definition type="one_file" enabled="true" >
|
|||
#120 | fixed | reduce_domain doesn't work when using 'direction="iDir" ' | ymipsl | ssenesi |
Description |
I got error : [ id = 'fiou' , context = 'arpsfx' ] The axis is wrongly defined, attribute 'n_glo' must be specified" when using a reference to this axis in an output field :
while n_glo should be deduced from nj_glo of source_domain |
|||
#121 | fixed | mess in time axes | ymipsl | ssenesi |
Description |
Using a toy client like test_grid (see former ticket), and
I get an output with coordinates="... time_instant" and a time_instant variable which has values : [ 600, 1200, -, -] This seems odd; I was expecting either :
The same occurs if, instead of setting freq_op=2ts, I send the field only one out of 2 timesteps What did I miss ? |