source: XIOS/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @631   9 years mhnguyen Implementing zooming on a domain +) Add algorithm to do zooming on a …
(edit) @630   9 years mhnguyen Implementing interpolation (polynomial) and correct some bugs +) …
(edit) @629   9 years rlacroix Fix r628: "DOMAIN_dimensions_ids" should use Fortran indexing.
(edit) @628   9 years rlacroix Fix: Do not use a hardcoded value for the "DOMAIN_dimensions_ids" …
(edit) @627   9 years rlacroix Fix compilation with GNU compilers
(edit) @626   9 years mhnguyen Commiting the missing config file
(edit) @625   9 years mhnguyen Correcting some compilation errors during merge Test +) On Curie +) …
(edit) @624   9 years mhnguyen Final tests of zoom and inverse on axis +) Modify test_client and …
(edit) @623   9 years mhnguyen Implementing transformation algorithm: zoom axis (local commit) +) …
(edit) @622   9 years mhnguyen Final testing transfomation algorithm: inverse axis (local commit) +) …
(edit) @621   9 years mhnguyen Implementing generic transformation algorithm (local commit) +) Change a …
(edit) @620   9 years mhnguyen Implementing generic transformation algorithm (local commit) +) Implement …
(edit) @619   9 years mhnguyen Implementing the first prototype of filter +) Create new class filter +) …
(edit) @618   9 years rlacroix CF compliance: Fix cell_methods attribute. The specifications do not …
(edit) @617   9 years rlacroix Output bounds for regular and curvilinear domains. It was done only for …
(edit) @616   9 years rlacroix Cosmetics: Remove old unstructured code.
(edit) @615   9 years rlacroix Fix axis bounds output. The data were written in the wrong order.
(edit) @614   9 years rlacroix Improve CF compliance: Minor tweaks and improvements. - Bump the CF …
(edit) @613   9 years rlacroix Improve CF compliance: Various cosmetic changes. - Remove the axis
(edit) @612   9 years rlacroix Improve CF compliance: Write the "cell_methods" metadata. Also try to use …
(edit) @611   9 years rlacroix Improve CF compliance: Add a new domain attribute "area". Fixes ticket …
(edit) @610   9 years rlacroix Domain initialization: Reduce communications and simplify the code.
(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) @607   9 years rlacroix Improve the error message when compression cannot be used.
(edit) @606   9 years rlacroix Support NetCDF4 compression. Only available for non-parallel output so …
(edit) @605   9 years rlacroix Don't enable NETCDF parallel mode when only one server is used.
(edit) @603   9 years rlacroix Fix compilation for compilers over than GCC.
(edit) @602   9 years rlacroix Fix compilation: new files were forgotten in r599.
(edit) @601   9 years rlacroix Build script: forward the return code of fcm build. This should ensure …
(edit) @600   9 years rlacroix Grid: Remove scalar_grid attribute. It always was for internal use only. …
(edit) @599   9 years rlacroix Implement reading fields from NetCDF files.
(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) @596   9 years rlacroix Ensure the buffer sizes are sent synchronously to the servers when using …
(edit) @595   9 years rlacroix Allow using more servers than clients. This will be useful later when …
(edit) @594   9 years rlacroix Change the definition of non distributed axis and domain. Axis and domain …
(edit) @593   9 years rlacroix Add a new interface xios_recv_field to get local instant data from a …
(edit) @592   9 years aclsce Added arch files for Ciclad machine (IPSL cluster) machine (needed to …
(edit) @591   9 years rlacroix Remove leftovers from the XMLIO age.
(edit) @590   9 years rlacroix Fix: The computed size of the field data was off by one. The problem …
(edit) @589   9 years rlacroix Fix incorrect end date in the output files' names when using splitting.
(edit) @588   9 years aclsce - Fixed bug related to average temporal operation - Back to previous …
(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) @585   9 years mhnguyen Modifying some functions to make sure zoom working even with grid not …
(edit) @584   9 years mhnguyen Implementing new hash algorithm and fixing bug related to zoom +) Replace …
(edit) @583   9 years mhnguyen Fixing the minor bug relating to default buffer size +) Use size of node …
(edit) @582   9 years rlacroix Add arch files for building on the Cray XCs using the Cray compiler. …
(edit) @581   9 years rlacroix Fix the Fortran interface generation to avoid generating dead code that …
(edit) @580   9 years rlacroix Fix: getInheritedStringValue could return an incorrect value. The …
(edit) @579   9 years rlacroix Add a missing return statement to the CDuration::solveTimeStep method. …
(edit) @578   9 years rlacroix Fix possibly incorrect error messages in case of NetCDF failure. Some …
(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) @574   9 years rlacroix Update the arch files for Curie: - Update NetCDF to version 4.3.3.1 - …
(edit) @572   9 years rlacroix Fix: Make sure the grids are consistent when doing field operations. …
(edit) @571   9 years mhnguyen Update missing file Test: NO
(edit) @570   9 years mhnguyen Correcting a minor bug during merge Test: NO
(edit) @569   9 years mhnguyen Correct some bugs on discovering server index and do some code cleanings …
(edit) @568   9 years mhnguyen Implementing discovering algorithm of server index +) Implement the …
(edit) @567   9 years mhnguyen Implementing a grid formed by only one axis or group of axis +) Add …
(edit) @566   9 years rlacroix Improve the error messages when checking the axis attributes.
(edit) @565   9 years rlacroix Modify test_complete so that zoom is actually tested. Note that the trunk …
(edit) @564   9 years rlacroix Add arch files for Centro Euro-Mediterraneo sui Cambiamenti Climatici's …
(edit) @563   9 years rlacroix Test complete: Fix a typo in context_atmosphere (cosmetic only).
(edit) @562   9 years rlacroix Fix incorrect output values when using a field_ref or the @ operator on a …
(edit) @561   9 years rlacroix CCalendar: Make getCurrentDate and update methods return a const …
(edit) @560   9 years rlacroix Add a first draft of the user guide. For now the only chapter is about …
(edit) @559   9 years rlacroix Update the reference guide to account for all recent changes I did.
(edit) @558   9 years rlacroix Fortran interface: Fix the intent of some function parameters in the IDATE …
(edit) @557   9 years mhnguyen Fixing a bug on calculating global index of band distribution +) Correct …
(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) @554   9 years mhnguyen Changing interface of tests to make sure global index begins at zero (0) …
(edit) @553   9 years mhnguyen Seperating global index computation on client and server side +) Create a …
(edit) @552   9 years mhnguyen Doing some cleans and improving a little bit performance of creating local …
(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) @544   9 years rlacroix Fix: The conversion of a date to a number of seconds since the time origin …
(edit) @543   9 years rlacroix Fix: test_client was not compiled anymore after test_new_features was …
(edit) @542   9 years mhnguyen Modifying some codes to compromise with the new type of xios and do some …
(edit) @541   9 years mhnguyen Replacing some attribute files with new ones
(edit) @540   9 years mhnguyen Reorganizing structure of grid +) Grid doesn't have domain_ref and …
(edit) @539   9 years rlacroix Fix a possible infinite loop in the duration parser and make parsing …
(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) @536   9 years ymipsl Add Xios reference documentation source file in tex (using lyx editor). …
(edit) @534   9 years rlacroix Add an error message when the timestep was not configured by the user. …
(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) @530   9 years rlacroix Fix: String variable with whitespaces were incorrectly parsed. The …
(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 …
Note: See TracRevisionLog for help on using the revision log.