Custom Query (116 matches)
Results (91 - 93 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#53 | fixed | More verbosity needed | mhnguyen | omamce |
Description |
I've got : Error [CONetCDF4::CheckError(int status)] : In file '/ccc/work/cont003/dsm/p86mart/CPL/TRUN01/modeles/XIOS/src/output/onetcdf4.cpp', line 79 -> [ status = -60 ] NetCDF: Numeric conversion not representable It's due to a problem with an ORCHIDEE variable. A more comprehensive message is needed, with the information about the context : model involved, variable name, file, etc ... Thanks |
|||
#70 | fixed | Flexibility and verbosity of parse_xml | ymipsl | omamce |
Description |
2 requests
Thanks, Olivier |
|||
#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 |