source: XIOS

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @874   8 years mhnguyen Fixing a bug on activating zoom on axis or domain +) Correct index of …
(edit) @873   8 years mhnguyen Masked interpolated points will have default_value (if defined) +) …
(edit) @872   8 years mhnguyen Correcting a bug invovling with the order of transformations +) Add a …
(edit) @871   8 years mhnguyen Correcting a bug which sometimes make transformations between different …
(edit) @870   8 years mhnguyen Removing some unnecessary files and code lines
(edit) @869   8 years mhnguyen Removing the usage of blocking MPI on transformations +) Use non-blocking …
(edit) @868   8 years mhnguyen Fixing a stupid bug in transformation which sometimes makes wrong result …
(edit) @867   8 years mhnguyen Various clean up +) Remove some redundant codes Test +) On Curie +) …
(edit) @866   8 years mhnguyen Reorganizing codes +) Reorganize some structures to make them more …
(edit) @865   8 years mhnguyen Optimizing codes: Change the way to compute distribution of grid +) …
(edit) @864   8 years mhnguyen Minor correction for distribution client +) Make sure the index of first …
(edit) @863   8 years mhnguyen Some minor improvements for DHT +) Use to minimize the redundant loops …
(edit) @862   8 years mhnguyen Chaning the way to process transformation to improve the performance. …
(edit) @861   8 years mhnguyen Improving the performance of index distribution calculation +) …
(edit) @860   8 years mhnguyen Improvement of DHT: allow multiple values correspond to one key +) If …
(edit) @859   8 years ymipsl Add Yellowstone supercomputer arch files YM
(edit) @858   8 years ymipsl Bug fix : dynamic interpolation : source grid was created from dest grid …
(edit) @857   8 years ymipsl Bug fix four output scalir variable without time records. YM+MHN
(edit) @856   8 years mhnguyen Fixing other compilation errors with PGI +) Change some variable for …
(edit) @855   8 years mhnguyen Fixing a bug during compilation on PGI +) Remove some codes which contain …
(edit) @854   8 years ymipsl Correct bug in output using freq_op != 1ts and Gregorian calendar. YM
(edit) @853   8 years ymipsl bug fix in remaping : segfault occur when process does'nt have cells YM
(edit) @852   8 years ymipsl remapper : Fix problem in parallel when number of cell to insert is to …
(edit) @851   8 years ymipsl adding an MPI synchronisation when processing events in attached mode, …
(edit) @850   8 years ymipsl Add cyclic file attribute. If cyclic=true, when last time record of a …
(edit) @849   8 years ymipsl Remapper : manage some floating rounding error leading to some NAN YM
(edit) @848   8 years mhnguyen Fixing a bug in transformation in case of masking grid +) Number of local …
(edit) @847   8 years ymipsl bugfix : automatic generation of 2D regular domain. YM
(edit) @846   8 years ymipsl Management of masked cell for conservative interpolation. YM
(edit) @845   8 years ymipsl Correction of area incoherency between supermesh and target cells due to …
(edit) @844   8 years ymipsl Management of masked cell for remapping algorithm. YM
(edit) @843   8 years mhnguyen Several improvements +) Replace some time-consuming operations by simpler …
(edit) @842   8 years mhnguyen Small improvements on transformation mapping +) Remove complex structure …
(edit) @841   8 years mhnguyen Changing the way to create virtual grid during transformation. +)Instead …
(edit) @840   8 years mhnguyen Fixing some minors bug appeared under gcc 5.3 +) Make sure depend name …
(edit) @839   8 years mhnguyen Correcting a bug in dht +) The exchange message (MPI_Isend,MPI_Irecv) …
(edit) @838   8 years ymipsl More flexible management of attributes to initialize …
(edit) @837   8 years mhnguyen Just a commit to relaunch trusting
(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) @833   8 years mhnguyen Improvements for dht +) Implement adaptive hierarchy for dht, level of …
(edit) @832   8 years mhnguyen Weight computation of dynamic transformation is done only one for each …
(edit) @831   8 years mhnguyen Cleaning up some redundant coeds and making some improvements +) Remove …
(edit) @830   8 years mhnguyen Implementing pack and unpack function for generic type of dht +) Replace …
(edit) @829   8 years mhnguyen Refactoring transformation code +) On exchanging information during …
(edit) @828   8 years mhnguyen Ticket 84: Replacing abort by MPI_Abort to prevent deadlocks in some …
(edit) @827   8 years mhnguyen Implementing dynamic interpolation on axis +) Change grid transformation …
(edit) @826   8 years mhnguyen Adding more test case in test_remap Test +) all pass
(edit) @825   8 years mhnguyen Relaxing constraints on reading attributes from a file. +) If there is no …
(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) @822   8 years ymipsl Add Occigen arch files YM
(edit) @821   8 years mhnguyen Making some improvements of transformation algorithm +) Correct the way …
(edit) @820   8 years mhnguyen Fixing duplicate *_ref on reading attributes from file +) Remove *_ref …
(edit) @819   8 years aclsce Modified to have correct global attirbutes (needed for rebuild tool) …
(edit) @818   8 years mhnguyen Fixing mixed index of unstructured grid +) Update correct global index …
(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) @814   8 years mhnguyen Correcting a bug on compilation with Intel whose version < 13.1 +) Use …
(edit) @813   8 years ymipsl mask2d domain attribute must reset instead of simply deallocated. YM
(edit) @812   8 years ymipsl Remapping library : some fix when grid is to small and cannot be shared …
(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) @807   8 years ymipsl Fix problem for reading dimension variable in file. When reading file, …
(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) @804   8 years aclsce - Fixed bug in binary filter (pb with aruthmetic operations between 2 …
(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) @801   8 years rlacroix Fortran interface: Add functions to convert a string to a date or a …
(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) @797   8 years mhnguyen Updating User guide and reference doc
(edit) @796   8 years mhnguyen Fixing minor bug on writing axis_bounds +) Use the correct start and …
(edit) @795   8 years mhnguyen Fixng a minor bug +) Remove function that shadows the one of ancestor …
(edit) @794   8 years rlacroix Fortran interface: Add functions to convert date and duration to string.
(edit) @793   8 years rlacroix Fortran interface: Make the compilation of some helper functions more …
(edit) @792   8 years rlacroix Make sure that the ERROR macro can work everywhere.
(edit) @791   8 years rlacroix Grid: Make the axis_domain_order attribute private. It was never meant …
(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) @788   8 years rlacroix Fix compilation with GNU compilers.
(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) @781   8 years rlacroix Domain: Remove an unused attribute.
(edit) @780   8 years rlacroix Fix --full compilation.
(edit) @779   8 years rlacroix Update the Fortran API. It had been forgotten in recent changes.
(edit) @778   8 years rlacroix Fix the generation of the Fortran interface to support private attributes.
(edit) @777   8 years mhnguyen Fixing some minors bug during merge Test +) On Curie +) test_remap …
(edit) @776   8 years mhnguyen Adding a dummy precision +) A dummy precision serves for operation with …
(edit) @775   8 years mhnguyen Implementing the reading of attributes of an axis from a file +) 3d grid …
Note: See TracRevisionLog for help on using the revision log.