source: XIOS/trunk/src/config

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @887   8 years mhnguyen Adding a new type of element into grid: Scalar +) Add a new node Scalar …
(edit) @878   8 years oabramkina Sequential version for UGRID norms. File attribute "convention" has been …
(edit) @850   8 years ymipsl Add cyclic file attribute. If cyclic=true, when last time record of a …
(edit) @846   8 years ymipsl Management of masked cell for conservative interpolation. YM
(edit) @827   8 years mhnguyen Implementing dynamic interpolation on axis +) Change grid transformation …
(edit) @821   8 years mhnguyen Making some improvements of transformation algorithm +) Correct the way …
(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) @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) @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) @775   8 years mhnguyen Implementing the reading of attributes of an axis from a file +) 3d grid …
(edit) @757   8 years rlacroix File: Add a new record_offset attribute. This is mostly useful in read …
(edit) @727   9 years mhnguyen Add more attributes to generate_rectilinear_domain +) Longitude and …
(edit) @711   9 years rlacroix Support creating the timeseries automatically. Fields which should be …
(edit) @692   9 years rlacroix Add a new file attribute to give our users more control on the time …
(edit) @689   9 years mhnguyen Modifying the interface of interpolation domain +) Change node name from …
(edit) @687   9 years mhnguyen Implementing auto-generate rectilinear domain +) Add a new special …
(edit) @676   9 years rlacroix Add support for indexed output. If the new field attribute …
(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) @633   9 years mhnguyen Correcting value written on an distributed axis +) Seperate writing value …
(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) @626   9 years mhnguyen Commiting the missing config file
(edit) @621   9 years mhnguyen Implementing generic transformation algorithm (local commit) +) Change a …
(edit) @619   9 years mhnguyen Implementing the first prototype of filter +) Create new class 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) @606   9 years rlacroix Support NetCDF4 compression. Only available for non-parallel output so …
(edit) @598   9 years rlacroix Add the infrastructure to request fields from the server. This will be …
(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) @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) @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) @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) @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) @532   9 years rlacroix Add a new attribute type for dates and use it for the context's start_date …
(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) @517   9 years rlacroix Add a new attribute to the file definition so that the output format can …
(edit) @501   10 years ymipsl Add licence copyright to all file ond directory src using the command : …
(edit) @472   10 years ymipsl Enhancement : user defined global and field attribute can be output in the …
(edit) @470   10 years ymipsl Enhancement : using new field attribute "detect_missing_value=true" adn …
(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) @449   11 years ymipsl Add unstructured grid management. YM
(edit) @443   11 years ymipsl Add new temporal operation : accumulate YM
(edit) @431   11 years ymipsl Bug fix : Solve problem in splitting date Enhancement : Add file attribute …
(edit) @421   11 years ymipsl suppress warning due to french accents -> english traduction of error …
(edit) @415   11 years ymipsl Add grid mask attribute YM
(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) @369   12 years ymipsl Major Update - redesign Type and attribute manipulation - add enumerate …
(edit) @351   12 years ymipsl Add zoom functionnality on vertical axis 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) @318   12 years ymipsl - Adding new file attribut : sync_freq : flush file for a given frequency …
(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/config:
(copy) @302   12 years ymipsl XMLIOSERVER devient XIOS !! YM
Note: See TracRevisionLog for help on using the revision log.