source: XIOS

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1328   6 years yushan dev_omp
(edit) @1327   6 years oabramkina Reactivating a grid self-transformation (the case when a field has no …
(edit) @1326   6 years oabramkina Reactivating a grid self-transformation (the case when a field has no …
(edit) @1325   6 years ymipsl Fix problem in domain mask introduced in rev. 1313 YM
(edit) @1324   6 years ymipsl small bug fix in rare case (debug mode only) in vertical interpolation. …
(edit) @1323   6 years oabramkina Improving the algorithm for registering a context. (It's just a forgotten …
(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) @1320   6 years oabramkina Fixing a bug in case of reading introduced in r1294.
(edit) @1319   6 years rlacroix Fix r1315: The attributes checks were too aggressive and could cause …
(edit) @1318   6 years rlacroix Fix: Handle end-of-file correctly for files in read mode. Previously …
(edit) @1317   6 years ymipsl Bug fix in interpolation domain at pole. YM
(edit) @1316   6 years ymipsl Modify registry configuration. The name of the context added automatically …
(edit) @1315   6 years rlacroix Fix the default "freq_offset" for fields read from files. Also throw an …
(edit) @1314   6 years ymipsl Add 2 new spatial transformations : - reduce_scalar_to_scalar : global …
(edit) @1313   6 years ymipsl Add "local" attribute to reduce_domain_to_scalar transformation. The …
(edit) @1312   6 years ymipsl Fix problems with grid composed of scalar. Some other part of the …
(edit) @1311   6 years ymipsl Fix conflict between for domain mask_1d and mask_2d when inheritance is …
(edit) @1310   6 years ymipsl Bug fix. Try to read axis value in a file even if not defined. YM
(edit) @1309   6 years ymipsl Fix : Some netcdf global attribute defined by variable was overwrited in …
(edit) @1308   6 years oabramkina Adding back a line erroneously deleted in r1306.
(edit) @1307   6 years oabramkina Backporting r1306 and r1292 to trunk: changes concerned default values of …
(edit) @1306   6 years oabramkina Correcting a check on freq_op and freq_offset: if freq_offset is defined …
(edit) @1305   6 years ymipsl Bug fix : domain is not fill by calling completeLonLatClient (ie lonvalue …
(edit) @1304   6 years yushan change blocking calls to non-blocking calls for intercomm creation. Tested …
(edit) @1303   6 years ymipsl Fix when reading grid in file. Other grid, making reference to an …
(edit) @1302   6 years oabramkina Correcting behaviour of the temporal filter in case of frequencies defined …
(edit) @1301   6 years ymipsl Add new transformation : reduce axis_to_axis This a global reduction …
(edit) @1300   6 years ymipsl Small fix in domain expand transformation : local mask is now correctly …
(edit) @1299   6 years ymipsl Add new attribute "local" in reduce_domain_to_axis transformation : - …
(edit) @1298   6 years ymipsl Bug fix for generic transformation. By default redondant source points …
(edit) @1297   6 years ymipsl bug fix in axis -> scalar reduction transformation (back-port of previous …
(edit) @1296   6 years ymipsl bug fix in axis -> scalar reduction transformation. YM
(edit) @1295   6 years yushan EP update all
(edit) @1294   6 years oabramkina Improvements for the secondary server: each grid is only sent to …
(edit) @1293   6 years ymipsl Revert to previous revision. This file was updated by error. YM
(edit) @1292   6 years ymipsl Fix problems when checking field temporal attributes. YM
(edit) @1291   6 years ymipsl Fix in expand domain transformation. Local mask was not computed. YM
(edit) @1290   6 years ymipsl Bug fix when comparing Array (operator ==), in case of both null size. YM
(edit) @1289   6 years yushan EP update part 2
(edit) @1288   6 years ymipsl Fix and enhancement when writing axis bounds in output file. YM
(edit) @1287   6 years yushan EP updated
(edit) @1286   6 years oabramkina Backporting r1280 to trunk: adding a check on the field attributes freq_op …
(edit) @1285   7 years oabramkina Reverting changes done in r1282.
(edit) @1284   7 years ymipsl Fix 1 side effect introduced by previous commit... YM
(edit) @1283   7 years ymipsl Some code lines forgetten during last merge (rev. 1158) Side effects are …
(edit) @1282   7 years oabramkina Fixing a bug in case if freq_op is defined in months.
(edit) @1281   7 years ymipsl Bug fix for zoom domain transformation. Zoom for domain defined by i_index …
(edit) @1280   7 years oabramkina Changing default value of freq_op in case of non-instant operations.
(edit) @1279   7 years oabramkina Correction of 1278.
(edit) @1278   7 years oabramkina Adding a check on field attributes. For now it only concerns freq_op and …
(edit) @1277   7 years ymipsl Add diurnal cycle testcase YM
(edit) @1276   7 years ymipsl Add diurnal cycle testcase YM
(edit) @1275   7 years ymipsl implement diurnal cycle transformation taken as a grid tranformation : …
(edit) @1274   7 years ymipsl Improvement for spatial transformations : when axis or domain overlapping …
(edit) @1273   7 years ymipsl Bug fix in domain_interpolate for dynamic renormalization (taking into …
(edit) @1272   7 years oabramkina Changing default values in the temporal filter of freq_op and freq_offset …
(edit) @1271   7 years oabramkina Corrections in addition to r1270. The algorithm for registering context is …
(edit) @1270   7 years oabramkina Correcting possible interference between contexts at the moment of …
(edit) @1269   7 years ymipsl interpolate_domain : add new attribute "read_write_convention" which msut …
(edit) @1268   7 years ymipsl domain_interpolate : if attribute "weight_filename" is not specified, then …
(edit) @1267   7 years ymipsl When interpolate_domain attribute "write_weight" is set to true, it will …
(edit) @1266   7 years ymipsl Add new axis attribute : formula, formula_term, formula_bounds, …
(edit) @1265   7 years ymipsl Revert commit from rev. 1259 dua to side effect when initializing grid …
(edit) @1264   7 years ymipsl - Add new attribute : detect_missing_value on "interpolate_domain" …
(edit) @1263   7 years oabramkina Modifications allowing to avoid recalculation of the grid distribution if …
(edit) @1262   7 years ymipsl backport of rev.1259 in trunk. YM
(edit) @1261   7 years ymipsl backport of rev1260 in trunk. YM
(edit) @1260   7 years ymipsl Buf fix in reduction. Missing value update was not set correctly YM
(edit) @1259   7 years ymipsl When chaining transformation, completeLonLat_client was not called to …
(edit) @1258   7 years ymipsl Fix problem of axis distribution. When a grid is composed of a distributed …
(edit) @1257   7 years ymipsl small bugfix when reading curvilinear domain in file (backport from …
(edit) @1256   7 years ymipsl small bugfix when reading curvilinear domain in file. YM
(edit) @1255   7 years oabramkina Fixing a bug in sizes of client buffers. The sizes of client buffers are …
(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) @1252   7 years oabramkina Correction of previous commit.
(edit) @1251   7 years oabramkina Fixing a bug in case of activated missing values. If nan values are …
(edit) @1250   7 years mhnguyen Fixing bug on mask grid +) Add mask_0d for scalar grid +) Transmit grid's …
(edit) @1249   7 years mhnguyen Various bug fixes on mask and zoom +) Rearrange local index on the …
(edit) @1248   7 years oabramkina Fixing a bug appeared in dev after merging with trunk. Behavior in case of …
(edit) @1247   7 years oabramkina Trunk: undoing previous commit.
(edit) @1246   7 years oabramkina Undoing previous commit.
(edit) @1245   7 years oabramkina Trunk: fixing a bug in missing_values.
(edit) @1244   7 years oabramkina Fixing a bug in missing_values.
(edit) @1243   7 years oabramkina Modifications allowing secondary-server pools of different size. It's …
(edit) @1242   7 years ymipsl Bug fix from previous commit. Pb of memory allocation. YM
(edit) @1241   7 years ymipsl Fix problem on incoming data from client to server when you have so …
(edit) @1240   7 years ymipsl Avoid buffer Aliasing with MPI_Allreduce YM
(edit) @1239   7 years mhnguyen Correcting a minor bug on detecting server reading level +) Reading …
(edit) @1238   7 years mhnguyen Fixing a minor bug on writting scalar Test +) On Curie +) Work with toy
(edit) @1237   7 years mhnguyen Fixing a minor bug on using same grid for reading and writing +) Make …
(edit) @1236   7 years mhnguyen Making some changes to allow pools with different number of server +) …
(edit) @1235   7 years mhnguyen Fixing a bug on writting axis label +) Axis label is correctly processed …
(edit) @1234   7 years oabramkina Minor modifications for secondary server: - adding a check of the number …
(edit) @1233   7 years oabramkina Correcting logfile names on client side in case of oasis. Now files are …
(edit) @1232   7 years mhnguyen Fixing the blocking problem where there are more servers than the number …
(edit) @1231   7 years oabramkina Correcting output file names on client side.
(edit) @1230   7 years oabramkina Minor correctins of r1228.
(edit) @1229   7 years oabramkina Removing redundant ## token in the list of arguments of variadic macros. …
Note: See TracRevisionLog for help on using the revision log.