source: XIOS/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @958   8 years rlacroix Timeseries fields now inherit the variables from the fields they are …
(edit) @957   8 years rlacroix Fix a possible crash caused by an infinite recursion. The way virtual …
(edit) @956   8 years rlacroix Make sure CXios::isClient and CXios::isServer variables are used in a …
(edit) @955   8 years yushan adding grid name for error message
(edit) @954   8 years ymipsl Revert to rev 944 (file commited by error) YM
(edit) @953   8 years ymipsl Add gaussian grid support./n YM
(edit) @952   8 years ymipsl - Attribut record_offset accept now negative value. - Field are not output …
(edit) @951   8 years ymipsl Fix compilation problem using GCC YM
(edit) @950   8 years ymipsl remapper : fix rounding error which stop the remaping. YM
(edit) @949   8 years ymipsl Remove 2 codes lines that have been forgotten, which cause spurious …
(edit) @948   8 years ymipsl Bug fix : read unstructured grid with one or more axis. This is a fix but …
(edit) @947   8 years oabramkina Setting context by id added (xios_set_current_context(id)).
(edit) @946   8 years oabramkina Reverting mesh.cpp to version 931.
(edit) @945   8 years oabramkina Reverting mesh.cpp to version 931.
(edit) @944   8 years mhnguyen Update compute_connectivity_domain with new functions of class CMesh +) …
(edit) @943   8 years mhnguyen Adding Fortran interfaces for retrieving domains, axis, scalars of a field …
(edit) @942   8 years mhnguyen Modifying some checking conditions of domain to be loosen +) Loosen the …
(edit) @941   8 years mhnguyen Finishing the implementation of expand domain transformation +) Make use …
(edit) @940   8 years mhnguyen Making some error messages clearer
(edit) @939   8 years mhnguyen Correcting minor bug in expand_domain +) Correct code registration Test …
(edit) @938   8 years mhnguyen Modifying reduce_axis_to_domain attribute to prevent error-prone +) …
(edit) @937   8 years mhnguyen Smalll improvements for interpolation axis +) Strictly check order of …
(edit) @936   8 years mhnguyen Correcting a bug of inverse axis on distributed axis +) The global index …
(edit) @935   8 years mhnguyen Adding interface for expand_domain
(edit) @934   8 years mhnguyen Adding new transformation: Compute_connectivity_domain Test +) On Curie …
(edit) @933   8 years mhnguyen Improving transformation selection. Instead of modifying directly …
(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) @930   8 years mhnguyen Improving the performance of on server side +) Replace searching …
(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) @925   8 years rlacroix Fix MPI_Init calls to be more compliant with the standard.
(edit) @924   8 years oabramkina Parallel version of UGRID norms. The following connectivity parameters …
(edit) @923   8 years ymipsl Improve remapper : - increase stability for smal grid remapping - increase …
(edit) @922   8 years mhnguyen Correcting compilation error with gcc 4.8 +) Remove some part which made …
(edit) @921   8 years mhnguyen Ticket 101: Wrong field name in timeseries mode +) Change the way to …
(edit) @920   8 years mhnguyen Ticket 100: Correct format name of splitted output file Test +) Local +) …
(edit) @919   8 years mhnguyen Commit the workaround of Rémi on the problem of remap library when moving …
(edit) @918   8 years mhnguyen Modifying vertical interpolation +) Only process interpolation, the …
(edit) @917   8 years rlacroix Fix the client/server communication protocol. In the some extreme cases a …
(edit) @916   8 years rlacroix User guide: Document the buffer size related options.
(edit) @915   8 years rlacroix Cosmetics: Fix intentation.
(edit) @914   8 years mhnguyen Ticket 98: Fixing bug relating to element size +) Correct return value of …
(edit) @913   8 years mhnguyen Adding the mask checking for dynamic vertical interpolation +) Only use …
(edit) @912   8 years mhnguyen Fixing bug in axis interpolation +) Correct index for searching …
(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) @907   8 years mhnguyen Correcting a minor thing of previous commit +) Make sure the number of …
(edit) @906   8 years mhnguyen Fixing bug: Ticket 98 +) Correct the way to distribute index of domain …
(edit) @905   8 years aclsce - LSCE ifort compilation : added -lnetcdff needed for the link.
(edit) @904   8 years mhnguyen Correcting error with gcc 4.4. +) Remove an unnecessary typename Test +) …
(edit) @903   8 years mhnguyen Fixing error with gfortran because of length of line +) Break long line …
(edit) @902   8 years oabramkina Sequential version of new functionalities for mesh connectivity: …
(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) @898   8 years ymipsl fix remaping for a small number of cells YM
(edit) @897   8 years mhnguyen Fixing bug in transformation selector +) If grid source and grid …
(edit) @896   8 years mhnguyen Correcting a bug in axis interpolation +) Ascending or Descending values …
(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) @892   8 years mhnguyen Adding new class to auto-generate global index based on DHT Test + NO
(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) @889   8 years mhnguyen Correcting a bug in transformation_selector +) Make sure transformation …
(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) @886   8 years mhnguyen Change send_scalar to send_field to make it more coherent +) Removing and …
(edit) @885   8 years rlacroix Ensure the server buffers are large enough so that the corresponding …
(edit) @884   8 years rlacroix Fix a possible deadlock for clients communicating with at least two …
(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) @880   8 years ymipsl Interpolation : solve issue with indexed mesh definition. YM
(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) @877   8 years ymipsl bugfix : interpolation order 2 : spurious NaN values occur sometime due to …
(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) @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 …
Note: See TracRevisionLog for help on using the revision log.