Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 116)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#67 fixed Add bounds for vertical axis rlacroix ymipsl
Description

Add an optionnal attribute for vertical axis named "bounds" of double array. The dimensions must be [n][2] where n is the size of the axis. If this attribute is present, the bounds must be writen in the nectdf file. For example : If the name of the verical axis is "presniv" : we must have in the file: dimensions:

presnivs = 64 ; presnivs_nbounds=2 ; float presnivs(presnivs) ;

presnivs:units = "Pa" ; presnivs: bounds = "presnivs_bounds"

variable:

float presnivs_bounds(presnivs,presnivs_nbounds) ;

This must be also reported into XIOS-2.0

#107 fixed Add filter to extract a level from an axis mhnguyen ymipsl
Description

Similar to what is done for rectilinear domain

#81 fixed Add more informations in one specific output error message yushan acosce
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

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.