source: XIOS/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @470   10 years ymipsl Enhancement : using new field attribute "detect_missing_value=true" adn …
(edit) @468   10 years ymipsl Add new executable file for testing unstructured grid based on a reduce …
(edit) @467   10 years ymipsl Add functionnalities for reduced gaussian grid support. YM
(edit) @466   10 years ymipsl bug fix in expression evaluation YM
(edit) @465   10 years ymipsl bug fix : field attribute prec was used without testing if it was defined. …
(edit) @464   10 years ymipsl Enhancement : Add scale_factor and add_offset attribute to field output …
(edit) @463   10 years ymipsl Enhancement : Add valid_min and valid_max attribute for field, wrote as …
(edit) @462   10 years ymipsl Enhancement : - Improving error message occuring along the xml parsing : …
(edit) @461   10 years ymipsl New function available form fortran interface : LOGICAL …
(edit) @460   10 years ymipsl New functionnalities : expression may combine fields after temporal …
(edit) @459   10 years ymipsl Add new parsing expression functionnalities (modified files) YM
(edit) @458   10 years ymipsl Add new parsing expression functionnalities adding new files YM
(edit) @457   10 years ymipsl Add new parsing expression functionnalities YM
(edit) @456   10 years ymipsl Longitude and latitude value are now initialized to 0 in order to avoid to …
(edit) @455   10 years aclsce Modifed test_client : use of local communicator (instead of COMM_WORLD)
(edit) @454   10 years aclsce Fixed a small bug : problem encountered with ORCHIDEE regular grid.
(edit) @453   10 years ymipsl Work-arround for fixing bug in netcdf4/hdf5 : the chunk size cannot exceed …
(edit) @452   10 years aclsce Modified to have test_client.exe which fits with iodef.xml input file.
(edit) @451   11 years aclsce Modified to flush netcdf file at the goog frequency (regarding sync_file …
(edit) @450   11 years ymipsl Bug fix in one file mode for unstructured grid. YM
(edit) @449   11 years ymipsl Add unstructured grid management. YM
(edit) @448   11 years ymipsl Bugs fix : due to the introduction of the 'ts' unit This correction avoid …
(edit) @447   11 years ymipsl bugfix : array was corretcly resized YM
(edit) @446   11 years ymipsl bug fix in group referencing when solving inherited value YM
(edit) @445   11 years ymipsl Add possibility to make inheritance of attributes and reference before …
(edit) @444   11 years ymipsl suppress time axis writing for "once" operation YM
(edit) @443   11 years ymipsl Add new temporal operation : accumulate YM
(edit) @439   11 years ymipsl cleaning output YM
(edit) @438   11 years ymipsl cleaning YM
(edit) @437   11 years ymipsl not commited file from rev 436 YM
(edit) @436   11 years ymipsl bug fix : - freq_op is now by default of 1 timestep (1ts) - once …
(edit) @435   11 years ymipsl enhancement : error message more explicit with non compliant mask size YM
(edit) @434   11 years ymipsl bug fix : correct the name axis to be conform of CF convention when using …
(edit) @433   11 years ymipsl bug fix : correct the name axis to be conform of CF convention when using …
(edit) @432   11 years ymipsl Enhancement : Add fortran interface to know if an attribute is set or not …
(edit) @431   11 years ymipsl Bug fix : Solve problem in splitting date Enhancement : Add file attribute …
(edit) @430   11 years ymipsl Switch default value of "enable" file attribut from "true" to "false". YM
(edit) @429   11 years ymipsl Bug fix in the operator - for duration YM
(edit) @426   11 years ymipsl Missing ";" for compiling. YM
(edit) @425   11 years ymipsl bug fix on calendar YM
(edit) @424   11 years ymipsl Add new timestep unit : ts, for duration YM
(edit) @423   11 years ymipsl Bug fix in calendar YM
(edit) @421   11 years ymipsl suppress warning due to french accents -> english traduction of error …
(edit) @419   11 years ymipsl bug fix on context finalize, use adress of deallocated object. YM
(edit) @418   11 years ymipsl Change inheritance order when mixed grid_ref, domain_ref and axis_ref …
(edit) @417   11 years ymipsl correct tracing resume/suspend in generated fortran interface. YM
(edit) @416   11 years ymipsl add some missing trace in c interface YM
(edit) @415   11 years ymipsl Add grid mask attribute YM
(edit) @413   11 years ymipsl Performance improvment on Lustre YM
(edit) @412   11 years ymipsl management of internal netcdf library YM
(edit) @407   11 years ymipsl suppress print line YM
(edit) @404   11 years ymipsl Little syntaxic correction for llvm compiler used sometime on MAC-OS …
(edit) @403   11 years ymipsl Give the hand at each time step to the mpi library for better asynchronism …
(edit) @401   11 years ymipsl - Implement mechanism for tracking memory leak - Correct important memory …
(edit) @400   11 years ymipsl implement some memory information - buffer memory size managment - out of …
(edit) @399   11 years ymipsl add "positive" attribute for vertical axis. YM
(edit) @394   11 years ymipsl PGI port on CURIE YM
(edit) @393   11 years ymipsl bug fix : regression for finding registred context YM
(edit) @392   11 years ymipsl bug fix : error message on some compiler (some version of xlC and gcc) YM
(edit) @391   11 years ymipsl -Add min_digits attribute -Add global attribute to be compatible with …
(edit) @389   11 years ymipsl Eliminate space on variable. YM
(edit) @388   11 years ymipsl Missing boost header YM
(edit) @387   11 years ymipsl supress white space in parsing variable. YM
(edit) @386   11 years ymipsl Suprress a dead-lock rising in connected mod, probably due to the quality …
(edit) @384   12 years ymipsl Cartesian/Regular? grid are now working correctly. YM
(edit) @382   12 years ymipsl embed MPI header to avoid some porting problem YM
(edit) @380   12 years ymipsl cleaning some output YM
(edit) @379   12 years ymipsl - zoom can be output in single file without need to patch the netcdf …
(edit) @378   12 years ymipsl supress some warning at compile time YM
(edit) @375   12 years ymipsl output file in mutiple file option are now indexed by digit with a width …
(edit) @374   12 years aclsce - Created test_client (from test_cs) to have test_client and xios_server …
(edit) @369   12 years ymipsl Major Update - redesign Type and attribute manipulation - add enumerate …
(edit) @367   12 years ymipsl correction : non usefull ";" provided some warning on IBM/AIX computer YM
(edit) @364   12 years ymipsl missing <string> header YM
(edit) @361   12 years ymipsl Bug correction : using MPI_WTIME MPI function for tracing before MPI_Init …
(edit) @359   12 years ymipsl Bug correction : using MPI_WTIME MPI function for tracing before MPI_Init …
(edit) @354   12 years ymipsl some sources modification for compiling under CRAY compiler
(edit) @352   12 years ymipsl
(edit) @351   12 years ymipsl Add zoom functionnality on vertical axis YM
(edit) @350   12 years ymipsl Add chunking when writing field YM
(edit) @349   12 years ymipsl Add wait subroutine in fortran to simulate some active work from clients. …
(edit) @347   12 years ymipsl - Supress lot of shared_ptr - instrument code for vampir-trace and timer …
(edit) @346   12 years ymipsl Suppress access to CObjectFactory class and CTreeManager. YM
(edit) @345   12 years ymipsl removed "tree" namespace YM
(edit) @344   12 years ymipsl remove obsolete method and member in context class YM
(edit) @343   12 years ymipsl remove "date" namespace ym
(edit) @342   12 years ymipsl suppress ym related element YM
(edit) @341   12 years ymipsl suppress ym related element YM
(edit) @340   12 years ymipsl suppress ym related element YM
(edit) @339   12 years ymipsl suppress ym related element YM
(edit) @338   12 years ymipsl remove obsolete file YM
(edit) @337   12 years ymipsl remove "io" namespace YM
(edit) @336   12 years ymipsl update fortran interface YM
(edit) @335   12 years ymipsl Change namespace xmlioserver -> xios YM
(edit) @334   12 years ymipsl - Add new attribut : time_origin for time axis origin which appear in …
(edit) @333   12 years ymipsl correct bug about operation between date and duration YM
(edit) @332   12 years ymipsl Bug correction in online mode : MPI_send was send to server without recv …
(edit) @330   12 years ymipsl Pb with netcdf4 : netcdf4 for some obscur reason include some part of mpi …
(edit) @329   12 years ymipsl Port to IBM POWER 6 Vargas from IDRIS YM
(edit) @328   12 years ymipsl port to gfortran/g++ YM
Note: See TracRevisionLog for help on using the revision log.