source: XIOS/trunk/src/node

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @829   8 years mhnguyen Refactoring transformation code +) On exchanging information during …
(edit) @827   8 years mhnguyen Implementing dynamic interpolation on axis +) Change grid transformation …
(edit) @824   8 years mhnguyen Correcting the behavior of field_ref +) If a field refers to another one …
(edit) @823   8 years mhnguyen Implementing grid destination clone in case of two grid source +) Clone …
(edit) @821   8 years mhnguyen Making some improvements of transformation algorithm +) Correct the way …
(edit) @817   8 years mhnguyen Adding some attributes for axis and grid (ticket 71, 78) +) Add index …
(edit) @816   8 years mhnguyen Changing value of axis from obligatory to optional attribute Test +) On …
(edit) @815   8 years mhnguyen Fixing the bug in ticket 72 +) The distributed axis on client side send …
(edit) @813   8 years ymipsl mask2d domain attribute must reset instead of simply deallocated. YM
(edit) @811   8 years ymipsl Bug fix when time dimension is not the unlimited dimension YM
(edit) @810   8 years ymipsl Improve generation of boundaries for rectilinear grid YM
(edit) @809   8 years ymipsl Fix problems for interpolation onto regular domain. YM
(edit) @808   8 years ymipsl Fix problem using rectilinear grid from file, or self-generated - Defining …
(edit) @806   8 years rlacroix Fix: Only the first record of the input files was read which caused the …
(edit) @805   8 years rlacroix Fix: Ensure time_counter_name is given a default value even when opening …
(edit) @803   8 years rlacroix Fix buffer size estimation on server side when opening a file.
(edit) @802   8 years rlacroix Add a new file attribute time_counter_name. Users can now modify the …
(edit) @795   8 years mhnguyen Fixng a minor bug +) Remove function that shadows the one of ancestor …
(edit) @790   8 years rlacroix Add a new field attribute grid_path to allow chaining spatial …
(edit) @789   8 years rlacroix Domain: Remove the domain_src attribute. It was added but was never …
(edit) @787   8 years mhnguyen Changing name of attributes of zoom Test +) test_client and test_complete …
(edit) @786   8 years mhnguyen Generating interface for transformations +) Update Fortran interface for …
(edit) @785   8 years mhnguyen Allowing each process to retrieve its own distribution with i_index +) …
(edit) @784   8 years mhnguyen Generating Fortran interface for zoom_axis and zoom_domain Test +) On …
(edit) @783   8 years mhnguyen Adding attribute reading of unstructured grid +) Fix a minor bug relating …
(edit) @782   8 years mhnguyen Reading attributes of curvilinear grid from file +) Correct some minor …
(edit) @777   8 years mhnguyen Fixing some minors bug during merge Test +) On Curie +) test_remap …
(edit) @775   8 years mhnguyen Implementing the reading of attributes of an axis from a file +) 3d grid …
(edit) @773   8 years rlacroix File/Variable?: Add an helper function to get the output name.
(edit) @772   8 years rlacroix Axis/Domain?: Use the new infrastructure to get the output name.
(edit) @771   8 years rlacroix Remove the now unused base reference framework.
(edit) @770   8 years rlacroix Field: Handle more correctly the output name for the fields with a …
(edit) @767   8 years rlacroix Fix: Make xios_field_is_active a lot more reliable. The old system only …
(edit) @766   8 years rlacroix Remove unused files.
(edit) @764   8 years rlacroix Fix the buffer size estimation to avoid requests for unexpected buffers.
(edit) @763   8 years rlacroix Fix: Deadlocks could occur depending on the zoom configuration.
(edit) @762   8 years rlacroix Domain: Fix some error messages to reference the correct function.
(edit) @761   8 years rlacroix Fix: Longitudes, latitutes and their bounds were incorrect when using a …
(edit) @760   8 years rlacroix Fix: The domain indexes were sometimes not sent when they should have …
(edit) @758   9 years rlacroix Fix r756 for input fields using the this keyword.
(edit) @757   9 years rlacroix File: Add a new record_offset attribute. This is mostly useful in read …
(edit) @756   9 years rlacroix Support freq_offset for fields in files in read mode. In theory the …
(edit) @754   9 years rlacroix Fix the buffer size estimation when using axis/domain bounds. The number …
(edit) @747   9 years rlacroix Fix the inherited name for axis/domains with reference in some cases. …
(edit) @746   9 years rlacroix Restore support for spatial transformations when 'domain_ref'/'axis_ref' …
(edit) @745   9 years rlacroix Grid: Don't recreate a temporary grid if an existing temporary grid can be …
(edit) @744   9 years rlacroix Grid: Force 'grid_ref' and 'axis_ref'/'domain_ref' to be mutually …
(edit) @743   9 years mhnguyen Processing pole of rectangular grid with latitude = 90 +) Use average …
(edit) @742   9 years mhnguyen Implement direct transformation with domain_ref and axis_ref +) Add a new …
(edit) @741   9 years rlacroix Correctly support expression with the "this" keyword for fields inside a …
(edit) @740   9 years rlacroix Fix: disabling a file with read access had no effect.
(edit) @739   9 years rlacroix Fix a small mistake in the buffer size evaluation. The issue affected …
(edit) @737   9 years rlacroix Correctly support expression with the "this" keyword when using a …
(edit) @734   9 years mhnguyen Correcting a bug concerning the range of longitude and latitude of …
(edit) @733   9 years rlacroix Fix: Remove forgotten references in return types.
(edit) @731   9 years rlacroix Correctly estimate the needed buffer sizes. The attributes were not …
(edit) @730   9 years rlacroix Fix: Really abide by the automatic buffer size mode (performance or …
(edit) @729   9 years rlacroix Ensure all needed buffers are properly initialized with the minimum buffer …
(edit) @727   9 years mhnguyen Add more attributes to generate_rectilinear_domain +) Longitude and …
(edit) @721   9 years mhnguyen Templated version of distributed hashed table +) Implement DHT in more …
(edit) @720   9 years mhnguyen First implementation of hierarchical distributed hashed table +) …
(edit) @719   9 years rlacroix Add a new configuration variable "min_buffer_size". This allows the user …
(edit) @718   9 years rlacroix Rename "buffer_factor_size" to "buffer_size_factor" to clarify its …
(edit) @715   9 years mhnguyen Temporary modification of auto-generate domain. This should be changed to …
(edit) @713   9 years rlacroix Fix axis bounds: the dimensions were reversed.
(edit) @711   9 years rlacroix Support creating the timeseries automatically. Fields which should be …
(edit) @708   9 years rlacroix Fix reading files in attached mode.
(edit) @707   9 years rlacroix Append mode: Detect the correct restart point and erase some records if …
(edit) @702   9 years rlacroix Allow restarting a simulation in append mode with file splitting enabled. …
(edit) @697   9 years ymipsl Implement registryIn and registryOut functionnalities. YM
(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) @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) @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) @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) @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) @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) @660   9 years mhnguyen Adding interpolation test_remap +) Add new test case for domain …
(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) @651   9 years rlacroix Field: Avoid some heap allocations.
(edit) @650   9 years rlacroix Grid: Avoid some heap allocations and do various cleanups.
(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 …
Note: See TracRevisionLog for help on using the revision log.