source: XIOS/trunk/src/node

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @934   8 years mhnguyen Adding new transformation: Compute_connectivity_domain Test +) On Curie …
(edit) @932   8 years mhnguyen Adding Fortran interface for high-dimension grid (up to 7) +) Add check …
(edit) @931   8 years oabramkina Mesh connectivity: Functions for determining local and global …
(edit) @929   8 years oabramkina Mesh connectivity: Fixing a bug for UGRID in case meshes containing cells …
(edit) @928   8 years rlacroix Timeseries files now inherit the global variables from the file they are …
(edit) @927   8 years rlacroix Fix: Ensure that the buffer sizes needed to send the axis attributes are …
(edit) @926   8 years rlacroix Fix: Make sure that the connected servers are properly set for …
(edit) @924   8 years oabramkina Parallel version of UGRID norms. The following connectivity parameters …
(edit) @920   8 years mhnguyen Ticket 100: Correct format name of splitted output file Test +) Local +) …
(edit) @917   8 years rlacroix Fix the client/server communication protocol. In the some extreme cases a …
(edit) @914   8 years mhnguyen Ticket 98: Fixing bug relating to element size +) Correct return value of …
(edit) @911   8 years mhnguyen Adding an initialization for domain area Test +) On Curie +) Only …
(edit) @909   8 years rlacroix Fix: The "buffer_size_factor" parameter was not used. I mistakenly …
(edit) @908   8 years rlacroix Fix: The buffers sizes for servers to clients communications were …
(edit) @906   8 years mhnguyen Fixing bug: Ticket 98 +) Correct the way to distribute index of domain …
(edit) @901   8 years oabramkina Sequential version of new functionalities for mesh connectivity: …
(edit) @900   8 years oabramkina Sequential version of new functionalities for mesh connectivity: …
(edit) @899   8 years ymipsl Fix remaping for ni_glo=1 or nj_glo=1 YM
(edit) @895   8 years mhnguyen Adding a new transformation: Reduce a domain to an axis Test +) On Curie …
(edit) @894   8 years ymipsl Bug fix due to introduction of scalar elements. MHN
(edit) @893   8 years ymipsl Interpolation : solve issue with indexed mesh definition. YM
(edit) @891   8 years mhnguyen Adding Fortran interface for reduce_axis_to_scalar Test +) On Curie +) …
(edit) @890   8 years mhnguyen Removing some redundant codes and make some minor improvements +) Make a …
(edit) @888   8 years mhnguyen Adding new transformation for scalar: Reducing an axis to a scalar +) Add …
(edit) @887   8 years mhnguyen Adding a new type of element into grid: Scalar +) Add a new node Scalar …
(edit) @883   8 years oabramkina Sequential implementation for UGRID norms: fixing a bug.
(edit) @882   8 years oabramkina UGRID norms: fixing bugs.
(edit) @881   8 years oabramkina Commit for UGRID norms: bad allocations have been taken care of.
(edit) @879   8 years oabramkina Corrected submit for UGRID.
(edit) @878   8 years oabramkina Sequential version for UGRID norms. File attribute "convention" has been …
(edit) @876   8 years ymipsl Remove some debug output YM
(edit) @875   8 years ymipsl Improved format when activatin splitting. The key %start_date% and …
(edit) @873   8 years mhnguyen Masked interpolated points will have default_value (if defined) +) …
(edit) @865   8 years mhnguyen Optimizing codes: Change the way to compute distribution of grid +) …
(edit) @857   8 years ymipsl Bug fix four output scalir variable without time records. YM+MHN
(edit) @854   8 years ymipsl Correct bug in output using freq_op != 1ts and Gregorian calendar. YM
(edit) @850   8 years ymipsl Add cyclic file attribute. If cyclic=true, when last time record of a …
(edit) @847   8 years ymipsl bugfix : automatic generation of 2D regular domain. YM
(edit) @840   8 years mhnguyen Fixing some minors bug appeared under gcc 5.3 +) Make sure depend name …
(edit) @838   8 years ymipsl More flexible management of attributes to initialize …
(edit) @836   8 years mhnguyen Exposing transformation to Fortran interface +) Export zoom and axis …
(edit) @835   8 years mhnguyen Exposing some functions to Fortran interface +) Allow add axis and domain …
(edit) @834   8 years mhnguyen Making some minor changes in distribution client +) Seperate global index …
(edit) @831   8 years mhnguyen Cleaning up some redundant coeds and making some improvements +) Remove …
(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   9 years rlacroix Fix the buffer size estimation to avoid requests for unexpected buffers.
(edit) @763   9 years rlacroix Fix: Deadlocks could occur depending on the zoom configuration.
(edit) @762   9 years rlacroix Domain: Fix some error messages to reference the correct function.
(edit) @761   9 years rlacroix Fix: Longitudes, latitutes and their bounds were incorrect when using a …
(edit) @760   9 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 …
Note: See TracRevisionLog for help on using the revision log.