Custom Query (116 matches)
Results (10 - 12 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#151 | invalid | Declaring with same ID does not raise an error | ymipsl | omamce |
Description |
I you declare in your XML something like : <file id="file1" name_suffix="_grid_T" An then later in the XML : <file id="file1" name_suffix="_grid_U" Only the lastest declared file is created. XIOS does not see that an ID is used several times, and does not raise any error or warning. The same problem exists for ID in variable declarations, and probably for other objects. It might be very hard for the user to understand that his/her file or variable is not written. XIOS should see the conflict and raise an error (at least a warning). Thanks, Olivier |
|||
#146 | fixed | Need function xios_copy_domain | ymipsl | ssenesi |
Description |
A use case for some Surface Models is to have one Xios domain per tile (e.g. for Land, Sea, Town, Lakes ...) which share a single spatial grid but use each a different compression index (data_i_index) For initializing such domains, the cleanest way would be to derive all these domains from a single one, using a 'copy_domain' function |
|||
#142 | invalid | test2 | developer | ymipsl |