source: XIOS/trunk/src/node/field.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1387   6 years oabramkina Fixing a bug in case of output_freq defined in months to avoid adding a …
(edit) @1358   6 years rlacroix Support reentrant workflows and workflows with temporal integration for …
(edit) @1326   6 years oabramkina Reactivating a grid self-transformation (the case when a field has no …
(edit) @1322   6 years rlacroix Fix r1321 so that it makes some sense... Polling a constant variable …
(edit) @1321   6 years rlacroix Improve the check for late data added in r1318. Avoid waiting for data at …
(edit) @1319   7 years rlacroix Fix r1315: The attributes checks were too aggressive and could cause …
(edit) @1318   7 years rlacroix Fix: Handle end-of-file correctly for files in read mode. Previously …
(edit) @1315   7 years rlacroix Fix the default "freq_offset" for fields read from files. Also throw an …
(edit) @1307   7 years oabramkina Backporting r1306 and r1292 to trunk: changes concerned default values of …
(edit) @1286   7 years oabramkina Backporting r1280 to trunk: adding a check on the field attributes freq_op …
(edit) @1186   7 years rlacroix Fix: Ensure "detect_missing_value" is always applied. Missing values are …
(edit) @1181   7 years rlacroix Add a new field attribut "check_if_active". If this attribut is set to …
(edit) @1135   7 years ymipsl - Add new timer for better profiling. The full timer output will be …
(edit) @1120   7 years rlacroix Add some error checking for xios_field_is_active. It does not make sense …
(edit) @1119   7 years rlacroix Add the ability to check if an output field is active at the current …
(edit) @1018   7 years mhnguyen Improving missing-value processing If detect_missing_value is activated, …
(edit) @1017   7 years rlacroix Inputs: Avoid sending requests for next record if we know EOF has already …
(edit) @1013   7 years rlacroix Improve the prefetching of the fields read from a file. Previously the …
(edit) @1011   7 years mhnguyen Some cosmetic things
(edit) @1006   7 years rlacroix The workflow is now triggered when using xios_recv_field for fields in …
(edit) @1003   7 years mhnguyen Correcting the behavior of arithmetic expression in a field which has no …
(edit) @1000   7 years rlacroix Fix handling of arithmetic expression for fields without a field_ref after …
(edit) @998   7 years ymipsl - Clarify the situation about filter chaining order between spatial and …
(edit) @989   7 years mhnguyen Allowing fields to have its own time_counter value if time_counter is not …
(edit) @988   7 years mhnguyen Correcting a bug on reading non-distributed data in server mode. +) Non …
(edit) @967   8 years mhnguyen Ticket 106: Reading a scalar from file +) Add method to read scalar value …
(edit) @959   8 years ymipsl Fix bug introduced in rev 952 causing trouble for reading functionalities. …
(edit) @957   8 years rlacroix Fix a possible crash caused by an infinite recursion. The way virtual …
(edit) @952   8 years ymipsl - Attribut record_offset accept now negative value. - Field are not output …
(edit) @934   8 years mhnguyen Adding new transformation: Compute_connectivity_domain Test +) On Curie …
(edit) @894   8 years ymipsl Bug fix due to introduction of scalar elements. MHN
(edit) @887   8 years mhnguyen Adding a new type of element into grid: Scalar +) Add a new node Scalar …
(edit) @873   8 years mhnguyen Masked interpolated points will have default_value (if defined) +) …
(edit) @854   8 years ymipsl Correct bug in output using freq_op != 1ts and Gregorian calendar. YM
(edit) @850   8 years ymipsl Add cyclic file attribute. If cyclic=true, when last time record of a …
(edit) @824   8 years mhnguyen Correcting the behavior of field_ref +) If a field refers to another one …
(edit) @823   8 years mhnguyen Implementing grid destination clone in case of two grid source +) Clone …
(edit) @790   8 years rlacroix Add a new field attribute grid_path to allow chaining spatial …
(edit) @775   8 years mhnguyen Implementing the reading of attributes of an axis from a file +) 3d grid …
(edit) @771   8 years rlacroix Remove the now unused base reference framework.
(edit) @770   8 years rlacroix Field: Handle more correctly the output name for the fields with a …
(edit) @767   8 years rlacroix Fix: Make xios_field_is_active a lot more reliable. The old system only …
(edit) @758   9 years rlacroix Fix r756 for input fields using the this keyword.
(edit) @756   9 years rlacroix Support freq_offset for fields in files in read mode. In theory the …
(edit) @746   9 years rlacroix Restore support for spatial transformations when 'domain_ref'/'axis_ref' …
(edit) @745   9 years rlacroix Grid: Don't recreate a temporary grid if an existing temporary grid can be …
(edit) @744   9 years rlacroix Grid: Force 'grid_ref' and 'axis_ref'/'domain_ref' to be mutually …
(edit) @742   9 years mhnguyen Implement direct transformation with domain_ref and axis_ref +) Add a new …
(edit) @741   9 years rlacroix Correctly support expression with the "this" keyword for fields inside a …
(edit) @737   9 years rlacroix Correctly support expression with the "this" keyword when using a …
(edit) @731   9 years rlacroix Correctly estimate the needed buffer sizes. The attributes were not …
(edit) @708   9 years rlacroix Fix reading files in attached mode.
(edit) @707   9 years rlacroix Append mode: Detect the correct restart point and erase some records if …
(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) @651   9 years rlacroix Field: Avoid some heap allocations.
(edit) @650   9 years rlacroix Grid: Avoid some heap allocations and do various cleanups.
(edit) @645   9 years rlacroix Cleanup: Remove now deprecated code.
(edit) @644   9 years rlacroix Use the filter infrastructure to handle the spatial transformations. Add …
(edit) @643   9 years rlacroix Use the filter infrastructure to handle the temporal operations. Add a …
(edit) @642   9 years rlacroix Use the filter infrastructure to handle the expressions Parse the …
(edit) @641   9 years rlacroix Use the filter infrastructure to handle field references. Add a …
(edit) @640   9 years rlacroix Start using the filter infrastructure to read and write fields. Note that …
(edit) @638   9 years rlacroix Add a source filter and two terminal filters.
(edit) @632   9 years mhnguyen Moving transformation from grid source to grid destination +) grid …
(edit) @630   9 years mhnguyen Implementing interpolation (polynomial) and correct some bugs +) …
(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) @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) @603   9 years rlacroix Fix compilation for compilers over than GCC.
(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) @595   9 years rlacroix Allow using more servers than clients. This will be useful later when …
(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) @569   9 years mhnguyen Correct some bugs on discovering server index and do some code cleanings …
(edit) @567   9 years mhnguyen Implementing a grid formed by only one axis or group of axis +) Add …
(edit) @562   9 years rlacroix Fix incorrect output values when using a field_ref or the @ operator on a …
(edit) @551   9 years mhnguyen Redesigning grid structure +) Add an intermediate class to calculate …
(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) @538   9 years rlacroix Convert more attributes to use the new duration type: - field: freq_op …
(edit) @518   9 years mhnguyen Fixing bug of automatic dection of buffer size +) Split sending of …
(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   10 years ymipsl Add licence copyright to all file ond directory src using the command : …
(edit) @493   10 years ymipsl Cleaning spurious output on stdout YM
(edit) @482   10 years ymipsl bug fix : In some case, reference inheritance is not correct. YM
(edit) @478   10 years ymipsl Bug fix : when a file is disabled, fields embeded was not considered as …
(edit) @476   10 years ymipsl bug fix : bug while parsing xml file when field has content. YM
(edit) @473   10 years ymipsl Compilation fix for some compiler : supress extra white space YM
(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) @466   10 years ymipsl bug fix in expression evaluation YM
(edit) @464   10 years ymipsl Enhancement : Add scale_factor and add_offset attribute to field output …
(edit) @460   10 years ymipsl New functionnalities : expression may combine fields after temporal …
Note: See TracRevisionLog for help on using the revision log.