Custom Query (116 matches)
Results (37 - 39 of 116)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#106 | fixed | read a scalar in a file doesn't work | mhnguyen | ymipsl |
Description |
To be checked... |
|||
#105 | fixed | Implement grid type gaussian for interpolation | ymipsl | ymipsl |
Description |
Actually gaussian grid are considered like unstructured, ie edge are geodesic line (a great circle on the sphere). When interpolation is performed, interpolation error is increasing near the pole. Gaussian grid must specifie to the mapper that vertex on same latitude are linked with a small circle (like regular lon lat grid) |
|||
#104 | wontfix | When setting default field name, id should prevail on field_ref | ymipsl | ssenesi |
Description |
When writing :
Field "oddust" get the same name as field "odd550dust" When writing
field "oddust" has name=id="oddust" I beliewe that most users expect that the latter behaviour applies in the first case |