source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @560   8 years rlacroix Add a first draft of the user guide. For now the only chapter is about …
(edit) @559   8 years rlacroix Update the reference guide to account for all recent changes I did.
(edit) @558   8 years rlacroix Fortran interface: Fix the intent of some function parameters in the IDATE …
(edit) @557   8 years mhnguyen Fixing a bug on calculating global index of band distribution +) Correct …
(edit) @556   8 years rlacroix Fix the Fortran interface generator and regenerate the interface.
(edit) @555   8 years mhnguyen Updating some Fortran interface files +) Update some Fortran interface …
(edit) @554   8 years mhnguyen Changing interface of tests to make sure global index begins at zero (0) …
(edit) @553   8 years mhnguyen Seperating global index computation on client and server side +) Create a …
(edit) @552   8 years mhnguyen Doing some cleans and improving a little bit performance of creating local …
(edit) @551   8 years mhnguyen Redesigning grid structure +) Add an intermediate class to calculate …
(edit) @550   8 years rlacroix Add a new user defined calendar type. A new calendar type "user_defined" …
(edit) @549   8 years rlacroix Revised calendar functionalities: - the calendar is now configured from …
(edit) @548   8 years rlacroix Backport r523 into the stable branch. Improve the message error handling …
(edit) @547   8 years rlacroix Fix test_complete.f90 not to use INTEGER variable instead of LOGICAL …
(edit) @546   8 years rlacroix Update the Fortran interface after r540.
(edit) @545   8 years rlacroix Expose the calendar operations through the Fortran interface. - Add …
(edit) @544   8 years rlacroix Fix: The conversion of a date to a number of seconds since the time origin …
(edit) @543   8 years rlacroix Fix: test_client was not compiled anymore after test_new_features was …
(edit) @542   8 years mhnguyen Modifying some codes to compromise with the new type of xios and do some …
(edit) @541   8 years mhnguyen Replacing some attribute files with new ones
(edit) @540   8 years mhnguyen Reorganizing structure of grid +) Grid doesn't have domain_ref and …
(edit) @539   8 years rlacroix Fix a possible infinite loop in the duration parser and make parsing …
(edit) @538   8 years rlacroix Convert more attributes to use the new duration type: - field: freq_op …
(edit) @537   8 years rlacroix Add a new attribute type for durations and use it for the context's …
(edit) @536   8 years ymipsl Add Xios reference documentation source file in tex (using lyx editor). …
(edit) @535   8 years rlacroix Backport r534 to XIOS 1.0: Add an error message when the timestep was not …
(edit) @534   8 years rlacroix Add an error message when the timestep was not configured by the user. …
(edit) @533   8 years rlacroix Fix compilation after r532 by adding the new "icdate.hpp" file which had …
(edit) @532   8 years rlacroix Add a new attribute type for dates and use it for the context's start_date …
(edit) @531   8 years rlacroix Fortran interface: Make sure all files are preprocessed. This will be …
(edit) @530   8 years rlacroix Fix: String variable with whitespaces were incorrectly parsed. The …
(edit) @529   8 years aclsce - Added xios_variable as public type (in order to be used by the xios …
(edit) @528   8 years rlacroix Add the ability to append data to existing output file(s). By default …
(edit) @527   8 years rlacroix Make the variable typing stricter. The type must now be one of: - bool …
(edit) @526   8 years rlacroix Convert some attributes to enumerations: - file: par_access - context: …
(edit) @525   8 years mhnguyen Fixing (temporarily) a bug on compiling with sequential netcdf. +) Add an …
(edit) @524   8 years mhnguyen Fixing compilation error in parallel with sequential netcdf (This patch is …
(edit) @523   8 years rlacroix Improve the message error handling by mimicking the behavior of the …
(edit) @522   8 years rlacroix Fix a typo in DECLARE_ENUM9 macro: getSize method returned 8 instead of 9. …
(edit) @521   8 years rlacroix Backport r520 "Fix: xios_is_valid_context always returned false." to the …
(edit) @520   8 years rlacroix Fix: xios_is_valid_context always returned false. Fixes ticket #58.
(edit) @519   8 years ymipsl bug fix reported in xios-1.0 : xios_is_valid_variable and …
(edit) @518   8 years mhnguyen Fixing bug of automatic dection of buffer size +) Split sending of …
(edit) @517   8 years rlacroix Add a new attribute to the file definition so that the output format can …
(edit) @516   8 years ymipsl bug fix : xios_is_valid_variable and xios_is_valid_variablegroup was not …
(edit) @515   8 years mhnguyen Removing a line causing compilation error on Ada
(edit) @514   8 years mhnguyen Removing a line causing compilation error on Ada
(edit) @513   8 years aclsce Removed the use of boolean variable in complete example.
(edit) @512   8 years mhnguyen Correct bug causing infinite run on multiple server and do some code clean …
(edit) @511   8 years mhnguyen Seperating database of context on "client" side and "server" side +) Add …
(edit) @510   8 years mhnguyen Implementing buffer-size automatic detection in mode connected …
(edit) @509   8 years mhnguyen Implementing buffer size auto-detection for mode client -server +) …
(edit) @508   8 years mhnguyen Fixing bug with netcdf_seq +) Adding include file for exception +) …
(edit) @507   8 years aclsce Fixed problem encountered in the case "using_oasis=true" : automatic …
(edit) @506   8 years aclsce Fixed problem encountered in the case "using_oasis=true" : automatic …
(edit) @505   8 years mhnguyen Fixing a minor bug on compiling with sequential netcdf +) Include more …
(edit) @504   8 years ymipsl Create XIOS_V1_00 branch YM
(edit) @503   8 years ymipsl Create XIOS_V1_00 branch
(edit) @502   8 years ymipsl Update documentation YM
(edit) @501   8 years ymipsl Add licence copyright to all file ond directory src using the command : …
(edit) @500   8 years ymipsl Add licence files. YM
(edit) @499   8 years mhnguyen Improving format of info and error file +) Change name of info and error …
(edit) @498   8 years mhnguyen Making a wrapper of NetCdf? C functions +) Add a wrapper class for NetCdf?
(edit) @497   8 years mhnguyen Making a minor change of info output +) Use a more beautiful format for …
(edit) @496   8 years ymipsl Add some BlueGene? IBM architecture in arch directory - Turing from IDRIS - …
(edit) @495   8 years ymipsl Forgotten stupid test was responsable of memory leak on client side. YM
(edit) @494   8 years ymipsl Problem when date is up to 9999 year. It solve the ticket #49 issue. YM
(edit) @493   8 years ymipsl Cleaning spurious output on stdout YM
(edit) @492   8 years ymipsl Add event scheduler functionnality in order to schedule events from …
(edit) @491   8 years mhnguyen Removing using_server from iodef.xml file. From now on, XIOS is capable of …
(edit) @490   8 years mhnguyen Implementing print output in seperate files +) Add an option to write …
(edit) @489   8 years mhnguyen Ticket 50: Implementing the getting/setting methods for Fortran interface …
(edit) @488   9 years mhnguyen Ticket 52: Adding some new variables (by default) into output file(s) +) …
(edit) @487   9 years aclsce Small bug fixed in test sources
(edit) @486   9 years aclsce Added complete test sources and xml files.
(edit) @485   9 years aclsce Use of parallel netcdf library on Obelix (LSCE machine).
(edit) @484   9 years aclsce Added compilation options for OBELIX (LSCE) machine.
(edit) @483   9 years aclsce Modified to be able to read in iodef.xml several component using XIOS …
(edit) @482   9 years ymipsl bug fix : In some case, reference inheritance is not correct. YM
(edit) @481   9 years aclsce Modified iodef.xml in order to have green trusting waiting for fixing bug.
(edit) @480   9 years ymipsl fix compilation problem while trying to compile with netcdf4 sequential …
(edit) @479   9 years ymipsl Typographic correction YM
(edit) @478   9 years ymipsl Bug fix : when a file is disabled, fields embeded was not considered as …
(edit) @477   9 years ymipsl bug fix : content of the variable was automatically converted to lower …
(edit) @476   9 years ymipsl bug fix : bug while parsing xml file when field has content. YM
(edit) @475   9 years aclsce Modified to use Oasis-MCT coupler in coupled mode.
(edit) @474   9 years ymipsl Compilation fix : missing file from rev 472 YM
(edit) @473   9 years ymipsl Compilation fix for some compiler : supress extra white space YM
(edit) @472   9 years ymipsl Enhancement : user defined global and field attribute can be output in the …
(edit) @471   9 years ymipsl Enhancement : using new field attribute "detect_missing_value=true" adn …
(edit) @470   9 years ymipsl Enhancement : using new field attribute "detect_missing_value=true" adn …
(edit) @469   9 years aclsce Modified the order of module loading for netcdf and hdf5 libraries.
(edit) @468   9 years ymipsl Add new executable file for testing unstructured grid based on a reduce …
(edit) @467   9 years ymipsl Add functionnalities for reduced gaussian grid support. YM
(edit) @466   9 years ymipsl bug fix in expression evaluation YM
(edit) @465   9 years ymipsl bug fix : field attribute prec was used without testing if it was defined. …
(edit) @464   9 years ymipsl Enhancement : Add scale_factor and add_offset attribute to field output …
(edit) @463   9 years ymipsl Enhancement : Add valid_min and valid_max attribute for field, wrote as …
(edit) @462   9 years ymipsl Enhancement : - Improving error message occuring along the xml parsing : …
(edit) @461   9 years ymipsl New function available form fortran interface : LOGICAL …
Note: See TracRevisionLog for help on using the revision log.