source: XIOS/trunk/src/output

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) @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) @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) @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) @609   9 years rlacroix Improve CF compliance: add a new axis attribute "bounds". Fixes ticket …
(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) @599   9 years rlacroix Implement reading fields from NetCDF files.
(edit) @591   9 years rlacroix Remove leftovers from the XMLIO age.
(edit) @586   9 years mhnguyen Fixing some bugs on writting non-distributed data +) Implement scalar …
(edit) @578   9 years rlacroix Fix possibly incorrect error messages in case of NetCDF failure. Some …
(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) @544   9 years rlacroix Fix: The conversion of a date to a number of seconds since the time origin …
(edit) @540   9 years mhnguyen Reorganizing structure of grid +) Grid doesn't have domain_ref and …
(edit) @538   9 years rlacroix Convert more attributes to use the new duration type: - field: freq_op …
(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) @525   9 years mhnguyen Fixing (temporarily) a bug on compiling with sequential netcdf. +) Add an …
(edit) @517   9 years rlacroix Add a new attribute to the file definition so that the output format can …
(edit) @515   9 years mhnguyen Removing a line causing compilation error on Ada
(edit) @505   10 years mhnguyen Fixing a minor bug on compiling with sequential netcdf +) Include more …
(edit) @501   10 years ymipsl Add licence copyright to all file ond directory src using the command : …
(edit) @498   10 years mhnguyen Making a wrapper of NetCdf? C functions +) Add a wrapper class for NetCdf?
(edit) @488   10 years mhnguyen Ticket 52: Adding some new variables (by default) into output file(s) +) …
(edit) @480   10 years ymipsl fix compilation problem while trying to compile with netcdf4 sequential …
(edit) @472   10 years ymipsl Enhancement : user defined global and field attribute can be output in the …
(edit) @465   10 years ymipsl bug fix : field attribute prec was used without testing if it was defined. …
(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) @454   10 years aclsce Fixed a small bug : problem encountered with ORCHIDEE regular grid.
(edit) @453   10 years ymipsl Work-arround for fixing bug in netcdf4/hdf5 : the chunk size cannot exceed …
(edit) @450   11 years ymipsl Bug fix in one file mode for unstructured grid. YM
(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) @444   11 years ymipsl suppress time axis writing for "once" operation YM
(edit) @438   11 years ymipsl cleaning YM
(edit) @437   11 years ymipsl not commited file from rev 436 YM
(edit) @434   11 years ymipsl bug fix : correct the name axis to be conform of CF convention when using …
(edit) @433   11 years ymipsl bug fix : correct the name axis to be conform of CF convention when using …
(edit) @413   11 years ymipsl Performance improvment on Lustre YM
(edit) @412   11 years ymipsl management of internal netcdf library YM
(edit) @401   11 years ymipsl - Implement mechanism for tracking memory leak - Correct important memory …
(edit) @399   11 years ymipsl add "positive" attribute for vertical axis. YM
(edit) @391   11 years ymipsl -Add min_digits attribute -Add global attribute to be compatible with …
(edit) @384   11 years ymipsl Cartesian/Regular? grid are now working correctly. YM
(edit) @382   11 years ymipsl embed MPI header to avoid some porting problem YM
(edit) @380   11 years ymipsl cleaning some output YM
(edit) @379   11 years ymipsl - zoom can be output in single file without need to patch the netcdf …
(edit) @369   12 years ymipsl Major Update - redesign Type and attribute manipulation - add enumerate …
(edit) @354   12 years ymipsl some sources modification for compiling under CRAY compiler
(edit) @352   12 years ymipsl
(edit) @351   12 years ymipsl Add zoom functionnality on vertical axis YM
(edit) @350   12 years ymipsl Add chunking when writing field YM
(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) @337   12 years ymipsl remove "io" namespace YM
(edit) @335   12 years ymipsl Change namespace xmlioserver -> xios YM
(edit) @334   12 years ymipsl - Add new attribut : time_origin for time axis origin which appear in …
(edit) @321   12 years ymipsl Add splitting file functionality new file attribut "split_freq" to put the …
(edit) @318   12 years ymipsl - Adding new file attribut : sync_freq : flush file for a given frequency …
(edit) @316   12 years ymipsl - Change date format : dd/mm/yyyy-hh:mm:ss becomes yyyy-mm-dd hh:mm:ss - …
(edit) @314   12 years ymipsl Removing obsolete files and some cleaning... YM
(edit) @313   12 years ymipsl Fortran attribut interface are now automaticaly generated. Add get …
(copy) @306   12 years ymipsl Transfert dev/common vers trunk YM
copied from XIOS/dev/common/src/output:
(copy) @302   12 years ymipsl XMLIOSERVER devient XIOS !! YM
Note: See TracRevisionLog for help on using the revision log.