source: XIOS/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1197   7 years rlacroix Fix: A floating-point exception could sometimes occur after r1190.
(edit) @1195   7 years aclsce - Fixed bug related to offset functionality
(edit) @1192   7 years rlacroix Display a warning message if an event has a size greater than the …
(edit) @1191   7 years rlacroix Do not use the "min_buffer_size" parameter also as maximum event size. …
(edit) @1190   7 years rlacroix Remove an old failsafe mechanism that could hide some buffers …
(edit) @1189   7 years ymipsl Add new attribute to manage splitting in file name : - split_start_offset …
(edit) @1186   7 years rlacroix Fix: Ensure "detect_missing_value" is always applied. Missing values are …
(edit) @1183   7 years rlacroix Fix corrupted outputs after r1124. Some variables were used before being …
(edit) @1181   7 years rlacroix Add a new field attribut "check_if_active". If this attribut is set to …
(edit) @1170   7 years mhnguyen Update Fortran interface.
(edit) @1169   7 years mhnguyen Non-continuous zoom on axis Zoomed points are defined by array index of …
(edit) @1163   7 years ymipsl Bug fix when using domain interpolation to a destination domain with …
(edit) @1154   7 years mhnguyen Correcting a bug: activating detect_missing_value on field source doesn't …
(edit) @1137   7 years ymipsl Add "light" memory tracking which must be activated at compile time : …
(edit) @1135   7 years ymipsl - Add new timer for better profiling. The full timer output will be …
(edit) @1124   7 years rlacroix Temporal filters: Avoid intermediate copies whenever possible for once and …
(edit) @1123   7 years rlacroix Instant filter: Optimize the sampling when it is easy to do so. This way …
(edit) @1122   7 years rlacroix CTemporalFilter: Improve const-correctness.
(edit) @1121   7 years rlacroix Temporal filters: In some rare cases data could be output at a wrong …
(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) @1118   7 years mhnguyen Adding toy_cmip6 into repository
(edit) @1117   7 years mhnguyen Fixing bug of using *_ref on chaining transformations. +) Correct isEqual …
(edit) @1114   7 years ymipsl Add conservative remapping option for quantity, ie, the integrated value …
(edit) @1113   7 years ymipsl Small bug fix in expand algorithm. YM
(edit) @1112   7 years ymipsl For xml : if attribute get the string value of "_reset_", attribute will …
(edit) @1111   7 years ymipsl Bug fix on "== operator" method for CArray YM
(edit) @1108   7 years ymipsl Bug fix in append mode : when replay same period with only one temporal …
(edit) @1107   7 years mhnguyen Clean up some compilation warnings
(edit) @1106   7 years mhnguyen Fixing bug of referencing to an object. +) From now on, two objects of a …
(edit) @1105   7 years mhnguyen Adding comparison operator between objects of XIOS. Two objects of a same …
(edit) @1104   7 years mhnguyen Fixing a bug of detect missing value on sequence of transformation. +) …
(edit) @1098   7 years ymipsl Enhancement : in file attribut ts_prefix, the substring "%file_name%", if …
(edit) @1097   7 years ymipsl Expected performance enhancement when using append mode. Instead to read …
(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) @1083   7 years mhnguyen Correcting the bug on expanding domain by using data read from file +) …
(edit) @1082   7 years aclsce - Fixed bug with axis reduction Tested on Ada machine
(edit) @1078   7 years mhnguyen Adding rectilinear and curvilinear domain for expand_domain transformation …
(edit) @1076   7 years mhnguyen Correcting behavior of detecting_missing_value: - Missing value detection …
(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) @1061   7 years ymipsl Bug fix in append mode when time_counter was of type "record" YM
(edit) @1059   7 years ymipsl Solve issue in append mode : the time_counter and time_counter_bounds was …
(edit) @1052   7 years ymipsl Generate fortran interface for new attributes from previous commit. YM
(edit) @1051   7 years ymipsl - Add label attribute for axis - if label attribute is present, then only …
(edit) @1050   7 years ymipsl - Add label attribute for axis - if label attribute is present, then only …
(edit) @1049   7 years rlacroix Fix: Do not allow redefining the same duration unit. For example "4d 7d" …
(edit) @1048   7 years ymipsl - Xios output now an uuid for each files. - 2 new file attribute to …
(edit) @1046   7 years ymipsl - Add 2 new file attributes to parameter timestamp : time_stamp_name and …
(edit) @1045   7 years ymipsl New attributs prec for axis, domain and scalar to control the output …
(edit) @1044   7 years ymipsl New file attribute : time_units : second/day - In netcdf file switch …
(edit) @1043   7 years ymipsl Undefined value after spatial domain reduction will apear as missing …
(edit) @1042   7 years ymipsl Bug fix for spatial transformation. problem was occurred when providing …
(edit) @1041   7 years rlacroix Add a new attribute "ts_target" for variables. It allows choosing the …
(edit) @1040   7 years rlacroix Update the Fortran interface (some files were forgotten in r1014).
(edit) @1038   7 years ymipsl - Add generic ternary arithmetic operators and filters - Add conditional …
(edit) @1033   7 years rlacroix Make the XIOS server(s) completely non-blocking. This fixes some …
(edit) @1032   7 years ymipsl Include patch proposed by M. Dunphy fixing Warning when memory pointed by …
(edit) @1031   7 years ymipsl Remove limitation that inhibits reusage of a context already created. YM
(edit) @1029   7 years rlacroix Make the timeout for xios_recv_field configurable. The new option …
(edit) @1028   7 years oabramkina Correcting a bug introduced in r1015 with a check if output_frequency >= …
(edit) @1020   7 years mhnguyen Adding new predefined variable: $missing_value which is equal to NaN Test …
(edit) @1019   7 years mhnguyen Adding new operator for expression: Not Equal, NE, /= Test +) On Curie +) …
(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) @1012   7 years mhnguyen Modifying behavior of file append: If ALL fields in file have …
(edit) @1011   7 years mhnguyen Some cosmetic things
(edit) @1010   7 years aclsce - Added test program to test CMIP6 functionalities.
(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) @1005   7 years mhnguyen Updating Fortran interfaces
(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) @1001   7 years rlacroix Use the same error message for CFilterFieldExprNode and …
(edit) @1000   7 years rlacroix Fix handling of arithmetic expression for fields without a field_ref after …
(edit) @999   7 years mhnguyen Correcting a minor bug on writing a field in file +) Make sure each …
(edit) @998   7 years ymipsl - Clarify the situation about filter chaining order between spatial and …
(edit) @997   7 years ymipsl Add information about avalaible incoming flux from file when timeout …
(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) @991   7 years mhnguyen Update Fortran interfaces
(edit) @990   7 years mhnguyen Adding new attributes for fields: cell_methods and cell_methods_mode …
(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) @981   7 years mhnguyen Fortran interfaces: +) Adding Fortran interfaces of transformation Test …
(edit) @980   7 years mhnguyen Minor improvements: +) Change some type of variable to avoid some …
(edit) @979   7 years mhnguyen Implementing AVERAGE operation +) Add average operation for reduction …
(edit) @978   7 years mhnguyen Correcting various bugs relating to transformation +) Fix the order of …
Note: See TracRevisionLog for help on using the revision log.