Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 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

#115 fixed Date parsing does not support whitespace rlacroix ssenesi
Description

I got an error with r1028 when writing

start_date="1950-01-01 00:00:00 + 3d + 3d "

instead of

start_date="1950-01-01 00:00:00 +3d+3d"

#50 fixed Create interface for setting/getting variables value from code mhnguyen ymipsl
Note: See TracQuery for help on using queries.