Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 116)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Owner Reporter Resolution Summary
#81 yushan acosce fixed Add more informations in one specific output error message
Description

It will be perfect if we can know the name of the array in addition to the size information in this kind of message

In file '/ccc/work/cont003/dsm/p24cozic/WORK/COUP_ORCH_INCA/20160118/modipsl/modeles/XIOS/inc/grid.hpp', line 166 -> [ Awaiting size of the data = 60, Received data size = 780 ] The array of data has not the good size !

Anne

#83 mhnguyen ymipsl fixed chaining filter doesn't works when reading data from file
Description

Field reference are not correctly build when data is coming from a file. <file id="toto" />

<field id="read_field>

</file>

<field id="tmp_field" field_ref="read_field"/> <field id="final_field" field_ref="tmp_field" />

Data flow value is not transmitted from tmp_field to final_field.

#87 ymipsl ssenesi worksforme Duration arithmetics does not work
Description

According to the ref_guide :

Arithmetic operations on durations
The following arithmetic operations on durations are available:
• Addition: xios_duration = xios_duration + xios_duration
• Subtraction: xios_duration = xios_duration - xios_duration
• Multiplication by a scalar value: xios_duration = scalar * xios_duration
or xios_duration = xios_duration * scalar
• Negation: xios_duration = -xios_duration

But gfortran doesn't agree :

      CALL XIOS_SET_FIELD_ATTR(HREC, freq_op=KFREQOP*XIOS_HOUR)

1

Error: Operands of binary numeric operator '*' at (1) are INTEGER(4)/TYPE(xios_duration)

   CALL XIOS_SET_FIELD_ATTR(HREC, freq_offset=0.*XIOS_SECOND)

1

Error: Operands of binary numeric operator '*' at (1) are REAL(8)/TYPE(xios_duration)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.