source: XIOS/trunk/src/node

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1117   7 years mhnguyen Fixing bug of using *_ref on chaining transformations. +) Correct isEqual …
(edit) @1106   7 years mhnguyen Fixing bug of referencing to an object. +) From now on, two objects of a …
(edit) @1098   7 years ymipsl Enhancement : in file attribut ts_prefix, the substring "%file_name%", if …
(edit) @1096   7 years ymipsl Enhancement : Add new functionnalites for file attribute "time_counter" : …
(edit) @1093   7 years rlacroix Fix some bugs when using indexed output. The grid was mistakenly modified …
(edit) @1092   7 years ymipsl Bug fix in append mode when file are split with different period. …
(edit) @1091   7 years ymipsl Enhancement : in file attribut ts_prefix, the substring "%file_name%", if …
(edit) @1090   7 years ymipsl Bug fix in append mode when file are split with different period. -> …
(edit) @1078   7 years mhnguyen Adding rectilinear and curvilinear domain for expand_domain transformation …
(edit) @1075   7 years mhnguyen Improving error message of variable parsing
(edit) @1064   7 years mhnguyen Auto-distribution of unstructured grid read from a file. + Unstructured …
(edit) @1062   7 years ymipsl Bug fix in interpolation for cell boundaries generation. YM
(edit) @1050   7 years ymipsl - Add label attribute for axis - if label attribute is present, then only …
(edit) @1046   7 years ymipsl - Add 2 new file attributes to parameter timestamp : time_stamp_name and …
(edit) @1041   7 years rlacroix Add a new attribute "ts_target" for variables. It allows choosing the …
(edit) @1033   7 years rlacroix Make the XIOS server(s) completely non-blocking. This fixes some …
(edit) @1028   7 years oabramkina Correcting a bug introduced in r1015 with a check if output_frequency >= …
(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) @1015   7 years oabramkina Check if output_frequency >= timestep added. Files with output_frequency < …
(edit) @1014   7 years mhnguyen Fixing Bug: Writing interpolation weights of masked domain causes error …
(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) @1008   7 years mhnguyen Correcting minor bug which can cause reading problem. +) Make sure grid …
(edit) @1007   7 years rlacroix Fix: Using xios_send_field on a disabled field caused an invalid error …
(edit) @1006   7 years rlacroix The workflow is now triggered when using xios_recv_field for fields in …
(edit) @1004   7 years mhnguyen Some modifications of reading/writing interpolation weight from/into a …
(edit) @1003   7 years mhnguyen Correcting the behavior of arithmetic expression in a field which has no …
(edit) @1002   7 years oabramkina UGRID: consistent node and edge numbering for varying number of procs. …
(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) @996   7 years mhnguyen Some modifications to make sure there is no strange _undefined_id_ name …
(edit) @995   7 years mhnguyen Fixing a problem of indexed grid with only one process +) Checking …
(edit) @993   7 years oabramkina Minor corrections for UGRID.
(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) @982   7 years mhnguyen Implementing domain interpolation weights exportation The option 'file' …
(edit) @980   7 years mhnguyen Minor improvements: +) Change some type of variable to avoid some …
(edit) @976   7 years mhnguyen Ticket 110: Implementing domain reduction to scalar +) Add xml node for …
(edit) @975   7 years mhnguyen Checking more strictly i_index, j_index of a domain +) Make sure that …
(edit) @974   7 years mhnguyen Ticket 95: Loosening checking condition for lonvalue_1d for rectilinear …
(edit) @971   7 years mhnguyen Correcting the previous commit Test +) On Curie +) Tests pass
(edit) @970   7 years mhnguyen Making some changes in axis checking condition to make it coherent with …
(edit) @969   7 years mhnguyen Ticket 111: Loosening the checking condition for domain with data_dim == 1 …
(edit) @968   7 years mhnguyen Improvements: Tighten checking transformation type in xml +) A …
(edit) @967   7 years mhnguyen Ticket 106: Reading a scalar from file +) Add method to read scalar value …
(edit) @964   7 years mhnguyen Ticket 108: Fixing distribution condition of an axis +) Make sure an axis …
(edit) @960   7 years mhnguyen New transformation: Extract a point on axis to a scalar +) Add new node …
(edit) @959   7 years ymipsl Fix bug introduced in rev 952 causing trouble for reading functionalities. …
(edit) @958   7 years rlacroix Timeseries fields now inherit the variables from the fields they are …
(edit) @957   7 years rlacroix Fix a possible crash caused by an infinite recursion. The way virtual …
(edit) @955   7 years yushan adding grid name for error message
(edit) @953   8 years ymipsl Add gaussian grid support./n YM
(edit) @952   8 years ymipsl - Attribut record_offset accept now negative value. - Field are not output …
(edit) @946   8 years oabramkina Reverting mesh.cpp to version 931.
(edit) @945   8 years oabramkina Reverting mesh.cpp to version 931.
(edit) @944   8 years mhnguyen Update compute_connectivity_domain with new functions of class CMesh +) …
(edit) @943   8 years mhnguyen Adding Fortran interfaces for retrieving domains, axis, scalars of a field …
(edit) @942   8 years mhnguyen Modifying some checking conditions of domain to be loosen +) Loosen the …
(edit) @941   8 years mhnguyen Finishing the implementation of expand domain transformation +) Make use …
(edit) @940   8 years mhnguyen Making some error messages clearer
(edit) @939   8 years mhnguyen Correcting minor bug in expand_domain +) Correct code registration Test …
(edit) @938   8 years mhnguyen Modifying reduce_axis_to_domain attribute to prevent error-prone +) …
(edit) @937   8 years mhnguyen Smalll improvements for interpolation axis +) Strictly check order of …
(edit) @935   8 years mhnguyen Adding interface for expand_domain
(edit) @934   8 years mhnguyen Adding new transformation: Compute_connectivity_domain Test +) On Curie …
(edit) @932   8 years mhnguyen Adding Fortran interface for high-dimension grid (up to 7) +) Add check …
(edit) @931   8 years oabramkina Mesh connectivity: Functions for determining local and global …
(edit) @929   8 years oabramkina Mesh connectivity: Fixing a bug for UGRID in case meshes containing cells …
(edit) @928   8 years rlacroix Timeseries files now inherit the global variables from the file they are …
(edit) @927   8 years rlacroix Fix: Ensure that the buffer sizes needed to send the axis attributes are …
(edit) @926   8 years rlacroix Fix: Make sure that the connected servers are properly set for …
(edit) @924   8 years oabramkina Parallel version of UGRID norms. The following connectivity parameters …
(edit) @920   8 years mhnguyen Ticket 100: Correct format name of splitted output file Test +) Local +) …
(edit) @917   8 years rlacroix Fix the client/server communication protocol. In the some extreme cases a …
(edit) @914   8 years mhnguyen Ticket 98: Fixing bug relating to element size +) Correct return value of …
(edit) @911   8 years mhnguyen Adding an initialization for domain area Test +) On Curie +) Only …
(edit) @909   8 years rlacroix Fix: The "buffer_size_factor" parameter was not used. I mistakenly …
(edit) @908   8 years rlacroix Fix: The buffers sizes for servers to clients communications were …
(edit) @906   8 years mhnguyen Fixing bug: Ticket 98 +) Correct the way to distribute index of domain …
(edit) @901   8 years oabramkina Sequential version of new functionalities for mesh connectivity: …
(edit) @900   8 years oabramkina Sequential version of new functionalities for mesh connectivity: …
(edit) @899   8 years ymipsl Fix remaping for ni_glo=1 or nj_glo=1 YM
(edit) @895   8 years mhnguyen Adding a new transformation: Reduce a domain to an axis Test +) On Curie …
(edit) @894   8 years ymipsl Bug fix due to introduction of scalar elements. MHN
(edit) @893   8 years ymipsl Interpolation : solve issue with indexed mesh definition. YM
(edit) @891   8 years mhnguyen Adding Fortran interface for reduce_axis_to_scalar Test +) On Curie +) …
(edit) @890   8 years mhnguyen Removing some redundant codes and make some minor improvements +) Make a …
(edit) @888   8 years mhnguyen Adding new transformation for scalar: Reducing an axis to a scalar +) Add …
(edit) @887   8 years mhnguyen Adding a new type of element into grid: Scalar +) Add a new node Scalar …
(edit) @883   8 years oabramkina Sequential implementation for UGRID norms: fixing a bug.
(edit) @882   8 years oabramkina UGRID norms: fixing bugs.
(edit) @881   8 years oabramkina Commit for UGRID norms: bad allocations have been taken care of.
(edit) @879   8 years oabramkina Corrected submit for UGRID.
(edit) @878   8 years oabramkina Sequential version for UGRID norms. File attribute "convention" has been …
(edit) @876   8 years ymipsl Remove some debug output YM
(edit) @875   8 years ymipsl Improved format when activatin splitting. The key %start_date% and …
(edit) @873   8 years mhnguyen Masked interpolated points will have default_value (if defined) +) …
(edit) @865   8 years mhnguyen Optimizing codes: Change the way to compute distribution of grid +) …
(edit) @857   8 years ymipsl Bug fix four output scalir variable without time records. YM+MHN
Note: See TracRevisionLog for help on using the revision log.