Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 116)

Ticket Resolution Summary Owner Reporter
#122 fixed regression with detect_missing_value between 1013 and 1029 ymipsl ssenesi
Description

I am time-averaging fields (snow albedoes) which are both :

  • defined with a mask and
  • showing missing values at time-varying location

I am also remapping these fields to grid complete' : a rectilinear grid with gaussian latitudes

In Xios parlance, it writes :

<file id="EXPID_test_4D" output_freq="6h" >

<field_group domain_ref="complete" expr="@this">

<field field_ref="albs" name="albs_avg" operation="average" detect_missing_value="true"/>

</field_group>

</file>

The result is fine with XIOS 1013 : locations which do not always have a defined values do show senesible values However, with XIOS 1029, they show values which obviously are averaged n samples whare the mssing value (here 1.e+20) is considered as a valid value

#123 wontfix Parser just holds on syntax error ymipsl ssenesi
Description

When reading an xml construct such as

<field field_ref="albs" default_value="1.e+20"/>/>

which shows a syntax error near to the end of line, Xios parser just holds

If the xml file is quite long, you may spend some tens of minutes searching for the error (assuming you suspect it is a syntax error, and you are not beginning your search elsewhere ....)

#124 fixed %start_date% is wrong when split_freq="1ts" ymipsl ssenesi
Description

I know this may seem odd, but I tried it anyway : outputting some diags with freq_op="1ts" and split_freq="1ts" In that case, you only get the 'year' part of %start_date%

Note: See TracQuery for help on using queries.