source: XIOS/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1315   6 years rlacroix Fix the default "freq_offset" for fields read from files. Also throw an …
(edit) @1307   6 years oabramkina Backporting r1306 and r1292 to trunk: changes concerned default values of …
(edit) @1296   6 years ymipsl bug fix in axis -> scalar reduction transformation. YM
(edit) @1286   6 years oabramkina Backporting r1280 to trunk: adding a check on the field attributes freq_op …
(edit) @1262   7 years ymipsl backport of rev.1259 in trunk. YM
(edit) @1261   7 years ymipsl backport of rev1260 in trunk. YM
(edit) @1257   7 years ymipsl small bugfix when reading curvilinear domain in file (backport from …
(edit) @1254   7 years rlacroix Backport r1225 to trunk: Improve the communication protocol on server …
(edit) @1253   7 years oabramkina Trunk: fixing a bug in case of activated missing values. If nan values are …
(edit) @1247   7 years oabramkina Trunk: undoing previous commit.
(edit) @1245   7 years oabramkina Trunk: fixing a bug in missing_values.
(edit) @1210   7 years rlacroix Fix: The freq_offset was not applied to the end-of-file notification when …
(edit) @1200   7 years rlacroix Improve the buffer size estimation. This in fact reverts r1190 but with …
(edit) @1199   7 years aclsce - Invert test condition to avoid to evaluate NaN.
(edit) @1198   7 years rlacroix Fix a stupid mistake in previous commit…
(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) @1182   7 years rlacroix Update the documentation. Document the "xios_field_is_active" function …
(edit) @1181   7 years rlacroix Add a new field attribut "check_if_active". If this attribut is set to …
(edit) @1171   7 years mhnguyen Update reference guide
(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) @1140   7 years yushan test_remap back to work
(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) @1125   7 years rlacroix Remove a file that was mistakenly commited.
(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) @1100   7 years mhnguyen Some files for reading in test_remap
(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) @1084   7 years mhnguyen Update user guide and reference guide
(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) @1066   7 years ymipsl Bug fix : in some interpolation with mask on source grid and with some MPI …
(edit) @1065   7 years mhnguyen Pushing archive file mistakenly deleted in the previous commit.
(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) @1047   7 years ymipsl Enhance XIOS light boost library version, adding uuid tools. YM
(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) @1039   7 years aclsce - Modified arch files for CICLAD(IPSL) and OBELIX(LSCE) machines.
(edit) @1038   7 years ymipsl - Add generic ternary arithmetic operators and filters - Add conditional …
(edit) @1035   7 years yushan delete src_ep from master branch
(edit) @1034   7 years yushan adding src_ep into extern folder
(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) @1016   7 years ymipsl Second order interpolation : is now able to detect a cell as neighbour if …
(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 …
Note: See TracRevisionLog for help on using the revision log.