Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 116)

Ticket Resolution Summary Owner Reporter
#86 fixed Allowing durations expressed as strings with the Fortran API ymipsl ssenesi
Description

Model developpers would appreciate to be able to :

call xios_set_attr('field',freq_op='6h')

i.e. to benefit from the API of the same features as in xml file for expressing durations (without managing XIOS types)

I didn't find a function for converting from string to duration, which could help in this respect

#85 fixed Interpolation does not work ymipsl ssenesi
Description

Doing a simple test of interpolation to a rectilinear domain fails at the stage of close_context. See attached files : s.xml defines one interpolated field and one single output file. When enabling the interpolated field, XIOS crashes with the attached stack trace. In my application, almost all definitions are done using the API. The internal grid is an unstructured one.

#84 fixed abort in XIOS cause dead lock with MPI mhnguyen ymipsl
Description

When exception is launch from XIOS, it terminates with abort() call. It may be a mistake with MPI run under some environment since de MPI library doesn't catch the abort and transfer the information to the other MPI processes.

Try to replace abort() in exception.cpp by MPI_Abort

Note: See TracQuery for help on using queries.