source: XIOS/branchs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @910   8 years mhnguyen Adding an initialization for domain area Test +) On Curie +) Only …
(edit) @800   8 years rlacroix Allow restarting a simulation in append mode with file splitting enabled. …
(edit) @799   8 years rlacroix Add registry
(edit) @798   8 years rlacroix Append mode
(edit) @738   8 years rlacroix CBufferIn: Fix erratic behavior caused by the use of an initialized …
(edit) @713   8 years rlacroix Fix axis bounds: the dimensions were reversed.
(edit) @703   9 years rlacroix XIOS 1.0: Add the Fortran interface for the new "time_counter" file …
(edit) @693   9 years rlacroix Fix compilation of test_unstruct_complete with GNU compilers.
(edit) @692   9 years rlacroix Add a new file attribute to give our users more control on the time …
(edit) @678   9 years rlacroix Relax some checks on domain attributes to allow empty local domains.
(edit) @677   9 years rlacroix Fix array attributes to be able to distinguish between empty arrays and …
(edit) @648   9 years rlacroix Fix possible overflows when simplifying a duration. Affected XIOS 1.0 …
(edit) @647   9 years rlacroix Fix a possible overflow when converting a date in seconds since the time …
(edit) @629   9 years rlacroix Fix r628: "DOMAIN_dimensions_ids" should use Fortran indexing.
(edit) @628   9 years rlacroix Fix: Do not use a hardcoded value for the "DOMAIN_dimensions_ids" …
(edit) @618   9 years rlacroix CF compliance: Fix cell_methods attribute. The specifications do not …
(edit) @617   9 years rlacroix Output bounds for regular and curvilinear domains. It was done only for …
(edit) @616   9 years rlacroix Cosmetics: Remove old unstructured code.
(edit) @615   9 years rlacroix Fix axis bounds output. The data were written in the wrong order.
(edit) @614   9 years rlacroix Improve CF compliance: Minor tweaks and improvements. - Bump the CF …
(edit) @613   9 years rlacroix Improve CF compliance: Various cosmetic changes. - Remove the axis
(edit) @612   9 years rlacroix Improve CF compliance: Write the "cell_methods" metadata. Also try to use …
(edit) @611   9 years rlacroix Improve CF compliance: Add a new domain attribute "area". Fixes ticket …
(edit) @610   9 years rlacroix Domain initialization: Reduce communications and simplify the code.
(edit) @609   9 years rlacroix Improve CF compliance: add a new axis attribute "bounds". Fixes ticket …
(edit) @608   9 years rlacroix Add the Fortran interface for the "compression_level" attribute. It had …
(edit) @607   9 years rlacroix Improve the error message when compression cannot be used.
(edit) @606   9 years rlacroix Support NetCDF4 compression. Only available for non-parallel output so …
(edit) @605   9 years rlacroix Don't enable NETCDF parallel mode when only one server is used.
(edit) @604   9 years aclsce - Modified to use netcdf/4.3.3.1_hdf5_parallel by default on Curie …
(edit) @601   9 years rlacroix Build script: forward the return code of fcm build. This should ensure …
(edit) @592   9 years aclsce Added arch files for Ciclad machine (IPSL cluster) machine (needed to …
(edit) @589   9 years rlacroix Fix incorrect end date in the output files' names when using splitting.
(edit) @588   9 years aclsce - Fixed bug related to average temporal operation - Back to previous …
(edit) @582   9 years rlacroix Add arch files for building on the Cray XCs using the Cray compiler. …
(edit) @581   9 years rlacroix Fix the Fortran interface generation to avoid generating dead code that …
(edit) @580   9 years rlacroix Fix: getInheritedStringValue could return an incorrect value. The …
(edit) @579   9 years rlacroix Add a missing return statement to the CDuration::solveTimeStep method. …
(edit) @578   9 years rlacroix Fix possibly incorrect error messages in case of NetCDF failure. Some …
(edit) @576   9 years rlacroix Fix compilation with PGI for the development version of XIOS 2.0 - …
(edit) @574   9 years rlacroix Update the arch files for Curie: - Update NetCDF to version 4.3.3.1 - …
(edit) @573   9 years rlacroix Convert parse_xml.cpp to Fortran to ease compiling with PGI compilers. …
(edit) @572   9 years rlacroix Fix: Make sure the grids are consistent when doing field operations. …
(edit) @566   9 years rlacroix Improve the error messages when checking the axis attributes.
(edit) @565   9 years rlacroix Modify test_complete so that zoom is actually tested. Note that the trunk …
(edit) @564   9 years rlacroix Add arch files for Centro Euro-Mediterraneo sui Cambiamenti Climatici's …
(edit) @563   9 years rlacroix Test complete: Fix a typo in context_atmosphere (cosmetic only).
(edit) @562   9 years rlacroix Fix incorrect output values when using a field_ref or the @ operator on a …
(edit) @548   9 years rlacroix Backport r523 into the stable branch. Improve the message error handling …
(edit) @547   9 years rlacroix Fix test_complete.f90 not to use INTEGER variable instead of LOGICAL …
(edit) @544   9 years rlacroix Fix: The conversion of a date to a number of seconds since the time origin …
(edit) @535   9 years rlacroix Backport r534 to XIOS 1.0: Add an error message when the timestep was not …
(edit) @530   9 years rlacroix Fix: String variable with whitespaces were incorrectly parsed. The …
(edit) @529   9 years aclsce - Added xios_variable as public type (in order to be used by the xios …
(edit) @524   9 years mhnguyen Fixing compilation error in parallel with sequential netcdf (This patch is …
(edit) @522   9 years rlacroix Fix a typo in DECLARE_ENUM9 macro: getSize method returned 8 instead of 9. …
(edit) @521   9 years rlacroix Backport r520 "Fix: xios_is_valid_context always returned false." to the …
(edit) @519   9 years ymipsl bug fix reported in xios-1.0 : xios_is_valid_variable and …
(edit) @514   9 years mhnguyen Removing a line causing compilation error on Ada
(edit) @513   9 years aclsce Removed the use of boolean variable in complete example.
(edit) @508   9 years mhnguyen Fixing bug with netcdf_seq +) Adding include file for exception +) …
(edit) @507   9 years aclsce Fixed problem encountered in the case "using_oasis=true" : automatic …
(edit) @504   9 years ymipsl Create XIOS_V1_00 branch YM
(edit) @503   9 years ymipsl Create XIOS_V1_00 branch
(copy) @302   12 years ymipsl XMLIOSERVER devient XIOS !! YM
copied from XMLIO_V2/branchs:
(edit) @299   12 years ymipsl creation branch xios-1.0-alpha1
Note: See TracRevisionLog for help on using the revision log.