source: XIOS/trunk/src/interface

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @886   8 years mhnguyen Change send_scalar to send_field to make it more coherent +) Removing and …
(edit) @840   8 years mhnguyen Fixing some minors bug appeared under gcc 5.3 +) Make sure depend name …
(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) @817   8 years mhnguyen Adding some attributes for axis and grid (ticket 71, 78) +) Add index …
(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) @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) @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) @784   8 years mhnguyen Generating Fortran interface for zoom_axis and zoom_domain Test +) On …
(edit) @781   8 years rlacroix Domain: Remove an unused attribute.
(edit) @779   8 years rlacroix Update the Fortran API. It had been forgotten in recent changes.
(edit) @712   9 years rlacroix Cosmetic: Fix some file modes.
(edit) @711   9 years rlacroix Support creating the timeseries automatically. Fields which should be …
(edit) @704   9 years rlacroix Fix random communication errors when using the attached mode.
(edit) @699   9 years rlacroix Add the Fortran interface for the new "time_counter" file attribute. It …
(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) @676   9 years rlacroix Add support for indexed output. If the new field attribute …
(edit) @674   9 years rlacroix Fix Fortran interface generation to avoid generating long lines. Long …
(edit) @666   9 years mhnguyen Change name of several axis attributes and remove some redundant variable …
(edit) @664   9 years mhnguyen Changing some domain attributes +) Longitude and latitude from now on can …
(edit) @657   9 years mhnguyen Making changes in domain to make sure unstructed grid work with new method …
(edit) @639   9 years rlacroix Add a basic garbage collector to ensure no packets linger in the filter …
(edit) @611   9 years rlacroix Improve CF compliance: Add a new domain attribute "area". Fixes ticket …
(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) @598   9 years rlacroix Add the infrastructure to request fields from the server. This will be …
(edit) @597   9 years rlacroix Add basic infrastructure for servers to clients communication.
(edit) @593   9 years rlacroix Add a new interface xios_recv_field to get local instant data from a …
(edit) @591   9 years rlacroix Remove leftovers from the XMLIO age.
(edit) @587   9 years mhnguyen Correcting some issues because of merging code +) Correct Fortran …
(edit) @586   9 years mhnguyen Fixing some bugs on writting non-distributed data +) Implement scalar …
(edit) @581   9 years rlacroix Fix the Fortran interface generation to avoid generating dead code that …
(edit) @577   9 years rlacroix Fix compilation with GNU compilers after r576.
(edit) @576   9 years rlacroix Fix compilation with PGI for the development version of XIOS 2.0 - …
(edit) @575   9 years rlacroix Rename axisDomainOrder attribute to axis_domain_order. "Snake case" is …
(edit) @567   9 years mhnguyen Implementing a grid formed by only one axis or group of axis +) Add …
(edit) @558   9 years rlacroix Fortran interface: Fix the intent of some function parameters in the IDATE …
(edit) @556   9 years rlacroix Fix the Fortran interface generator and regenerate the interface.
(edit) @555   9 years mhnguyen Updating some Fortran interface files +) Update some Fortran interface …
(edit) @551   9 years mhnguyen Redesigning grid structure +) Add an intermediate class to calculate …
(edit) @550   9 years rlacroix Add a new user defined calendar type. A new calendar type "user_defined" …
(edit) @549   9 years rlacroix Revised calendar functionalities: - the calendar is now configured from …
(edit) @546   9 years rlacroix Update the Fortran interface after r540.
(edit) @545   9 years rlacroix Expose the calendar operations through the Fortran interface. - Add …
(edit) @541   9 years mhnguyen Replacing some attribute files with new ones
(edit) @538   9 years rlacroix Convert more attributes to use the new duration type: - field: freq_op …
(edit) @537   9 years rlacroix Add a new attribute type for durations and use it for the context's …
(edit) @533   9 years rlacroix Fix compilation after r532 by adding the new "icdate.hpp" file which had …
(edit) @532   9 years rlacroix Add a new attribute type for dates and use it for the context's start_date …
(edit) @531   9 years rlacroix Fortran interface: Make sure all files are preprocessed. This will be …
(edit) @529   9 years aclsce - Added xios_variable as public type (in order to be used by the xios …
(edit) @528   9 years rlacroix Add the ability to append data to existing output file(s). By default …
(edit) @527   9 years rlacroix Make the variable typing stricter. The type must now be one of: - bool …
(edit) @526   9 years rlacroix Convert some attributes to enumerations: - file: par_access - context: …
(edit) @520   9 years rlacroix Fix: xios_is_valid_context always returned false. Fixes ticket #58.
(edit) @517   9 years rlacroix Add a new attribute to the file definition so that the output format can …
(edit) @516   9 years ymipsl bug fix : xios_is_valid_variable and xios_is_valid_variablegroup was not …
(edit) @510   9 years mhnguyen Implementing buffer-size automatic detection in mode connected …
(edit) @509   9 years mhnguyen Implementing buffer size auto-detection for mode client -server +) …
(edit) @501   9 years ymipsl Add licence copyright to all file ond directory src using the command : …
(edit) @495   9 years ymipsl Forgotten stupid test was responsable of memory leak on client side. YM
(edit) @489   10 years mhnguyen Ticket 50: Implementing the getting/setting methods for Fortran interface …
(edit) @475   10 years aclsce Modified to use Oasis-MCT coupler in coupled mode.
(edit) @474   10 years ymipsl Compilation fix : missing file from rev 472 YM
(edit) @472   10 years ymipsl Enhancement : user defined global and field attribute can be output in the …
(edit) @467   10 years ymipsl Add functionnalities for reduced gaussian grid support. YM
(edit) @464   10 years ymipsl Enhancement : Add scale_factor and add_offset attribute to field output …
(edit) @463   10 years ymipsl Enhancement : Add valid_min and valid_max attribute for field, wrote as …
(edit) @461   10 years ymipsl New function available form fortran interface : LOGICAL …
(edit) @449   11 years ymipsl Add unstructured grid management. YM
(edit) @448   11 years ymipsl Bugs fix : due to the introduction of the 'ts' unit This correction avoid …
(edit) @445   11 years ymipsl Add possibility to make inheritance of attributes and reference before …
(edit) @432   11 years ymipsl Enhancement : Add fortran interface to know if an attribute is set or not …
(edit) @416   11 years ymipsl add some missing trace in c interface YM
(edit) @415   11 years ymipsl Add grid mask attribute YM
(edit) @403   11 years ymipsl Give the hand at each time step to the mpi library for better asynchronism …
(edit) @393   11 years ymipsl bug fix : regression for finding registred context YM
(edit) @382   11 years ymipsl embed MPI header to avoid some porting problem YM
(edit) @369   11 years ymipsl Major Update - redesign Type and attribute manipulation - add enumerate …
(edit) @361   12 years ymipsl Bug correction : using MPI_WTIME MPI function for tracing before MPI_Init …
(edit) @359   12 years ymipsl Bug correction : using MPI_WTIME MPI function for tracing before MPI_Init …
(edit) @352   12 years ymipsl
(edit) @347   12 years ymipsl - Supress lot of shared_ptr - instrument code for vampir-trace and timer …
(edit) @346   12 years ymipsl Suppress access to CObjectFactory class and CTreeManager. YM
(edit) @345   12 years ymipsl removed "tree" namespace YM
(edit) @343   12 years ymipsl remove "date" namespace ym
(edit) @342   12 years ymipsl suppress ym related element YM
(edit) @336   12 years ymipsl update fortran interface YM
(edit) @335   12 years ymipsl Change namespace xmlioserver -> xios YM
(edit) @329   12 years ymipsl Port to IBM POWER 6 Vargas from IDRIS YM
(edit) @326   12 years ymipsl port to gfortran/g++ YM
Note: See TracRevisionLog for help on using the revision log.