source: XIOS

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @705   9 years ymipsl Bug fix for unstructured grid output. It was working before only with one …
(edit) @704   9 years rlacroix Fix random communication errors when using the attached mode.
(edit) @703   9 years rlacroix XIOS 1.0: Add the Fortran interface for the new "time_counter" file …
(edit) @702   9 years rlacroix Allow restarting a simulation in append mode with file splitting enabled. …
(edit) @701   9 years rlacroix Fix the append mode after r614.
(edit) @700   9 years rlacroix Registry: Fix the getter/setter methods. - Fix a typo in `void …
(edit) @699   9 years rlacroix Add the Fortran interface for the new "time_counter" file attribute. It …
(edit) @698   9 years ymipsl Minor fix : registry dump is done before stream closing on client side. YM
(edit) @697   9 years ymipsl Implement registryIn and registryOut functionnalities. YM
(edit) @696   9 years ymipsl Implement CRegistry class to manage restart parameters YM
(edit) @695   9 years ymipsl Bug fix in buffer_in.cpp Change attribut "size" by "bufferSize" YM
(edit) @694   9 years rlacroix Fix compilation issues caused by the new "remap" library. Use our MPI …
(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) @691   9 years mhnguyen Correcting minor bugs after merging Test +) On Curie +) All tests pass
(edit) @690   9 years mhnguyen Updating some fortran interface Test +) On Curie +) All tests pass
(edit) @689   9 years mhnguyen Modifying the interface of interpolation domain +) Change node name from …
(edit) @688   9 years mhnguyen Integrating remap library into XIOS +) Change name of some files of remap …
(edit) @687   9 years mhnguyen Implementing auto-generate rectilinear domain +) Add a new special …
(edit) @686   9 years rlacroix Use the NetCDF wrapper for inputs for better error checking.
(edit) @685   9 years rlacroix Merge "output" and "input" folders into one "io" folder. Some files were …
(edit) @684   9 years rlacroix User guide: Add new sections about files and fields.
(edit) @683   9 years rlacroix Store filter: Fix a copy-paste error.
(edit) @682   9 years rlacroix Improve the error messages when the server receives incoherent events. …
(edit) @681   9 years rlacroix Fix compilation. I forgot to "git add" some changes…
(edit) @680   9 years rlacroix Rephrase some error messages so that they are clearer.
(edit) @679   9 years rlacroix Improve the error messages for axis and domains. - Fix some errors in …
(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) @676   9 years rlacroix Add support for indexed output. If the new field attribute …
(edit) @675   9 years rlacroix Fix mask for domains after r664. Using 2D mask caused an incorrect error …
(edit) @674   9 years rlacroix Fix Fortran interface generation to avoid generating long lines. Long …
(edit) @673   9 years rlacroix test_remap.f90: Fix compilation with GNU Fortran compiler.
(edit) @672   9 years rlacroix generate_interface_impl.hpp: Remove old code.
(edit) @671   9 years rlacroix Avoid using C++11 feature for now.
(edit) @670   9 years rlacroix Fix index computation for distributed axis. Typo in r667.
(edit) @669   9 years mhnguyen Updating user document
(edit) @668   9 years mhnguyen Implementing some code factoring +) Replace some slow searching function …
(edit) @667   9 years mhnguyen Clearing some redundant codes and add some comments Test No
(edit) @666   9 years mhnguyen Change name of several axis attributes and remove some redundant variable …
(edit) @665   9 years mhnguyen Changing longitude and latitude (as well as their bounds) be optional +) …
(edit) @664   9 years mhnguyen Changing some domain attributes +) Longitude and latitude from now on can …
(edit) @663   9 years mhnguyen Correcting minor bugs on processing domain transformation +) Correct …
(edit) @662   9 years aclsce Modified arch config file on Ada IDRIS in order to compile new test_remap …
(edit) @661   9 years rlacroix Fix compilation with GNU compilers.
(edit) @660   9 years mhnguyen Adding interpolation test_remap +) Add new test case for domain …
(edit) @659   9 years rlacroix Fix compilation with GNU compilers.
(edit) @658   9 years mhnguyen Some minor corrections after merge Test +) On Curie +) All tests: …
(edit) @657   9 years mhnguyen Making changes in domain to make sure unstructed grid work with new method …
(edit) @656   9 years rlacroix Grid: Release all allocated memory.
(edit) @655   9 years rlacroix Properly release all MPI resources.
(edit) @654   9 years rlacroix Tests: Explicitly deallocate arrays for cleaner Valgrind output.
(edit) @653   9 years rlacroix Distributions and transformations: Avoid using heap allocations.
(edit) @652   9 years rlacroix Timer: Avoid using heap allocations.
(edit) @651   9 years rlacroix Field: Avoid some heap allocations.
(edit) @650   9 years rlacroix Grid: Avoid some heap allocations and do various cleanups.
(edit) @649   9 years rlacroix Simplify a bit the generation of Fortran interfaces.
(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) @646   9 years rlacroix Fix compilation after r645. Partial recompilation was hidding the …
(edit) @645   9 years rlacroix Cleanup: Remove now deprecated code.
(edit) @644   9 years rlacroix Use the filter infrastructure to handle the spatial transformations. Add …
(edit) @643   9 years rlacroix Use the filter infrastructure to handle the temporal operations. Add a …
(edit) @642   9 years rlacroix Use the filter infrastructure to handle the expressions Parse the …
(edit) @641   9 years rlacroix Use the filter infrastructure to handle field references. Add a …
(edit) @640   9 years rlacroix Start using the filter infrastructure to read and write fields. Note that …
(edit) @639   9 years rlacroix Add a basic garbage collector to ensure no packets linger in the filter …
(edit) @638   9 years rlacroix Add a source filter and two terminal filters.
(edit) @637   9 years rlacroix Add the base classes for the new filter framework.
(edit) @636   9 years rlacroix Test complete: Fix typos. The atmosphere fields got mixed up.
(edit) @635   9 years rlacroix Domain: Fix the initialization of some member variables. This could cause …
(edit) @634   9 years rlacroix Transformations: Fix some errors in MPI communications - Some …
(edit) @633   9 years mhnguyen Correcting value written on an distributed axis +) Seperate writing value …
(edit) @632   9 years mhnguyen Moving transformation from grid source to grid destination +) grid …
(edit) @631   9 years mhnguyen Implementing zooming on a domain +) Add algorithm to do zooming on a …
(edit) @630   9 years mhnguyen Implementing interpolation (polynomial) and correct some bugs +) …
(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) @627   9 years rlacroix Fix compilation with GNU compilers
(edit) @626   9 years mhnguyen Commiting the missing config file
(edit) @625   9 years mhnguyen Correcting some compilation errors during merge Test +) On Curie +) …
(edit) @624   9 years mhnguyen Final tests of zoom and inverse on axis +) Modify test_client and …
(edit) @623   9 years mhnguyen Implementing transformation algorithm: zoom axis (local commit) +) …
(edit) @622   9 years mhnguyen Final testing transfomation algorithm: inverse axis (local commit) +) …
(edit) @621   9 years mhnguyen Implementing generic transformation algorithm (local commit) +) Change a …
(edit) @620   9 years mhnguyen Implementing generic transformation algorithm (local commit) +) Implement …
(edit) @619   9 years mhnguyen Implementing the first prototype of filter +) Create new class filter +) …
(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 …
Note: See TracRevisionLog for help on using the revision log.