source: XIOS/dev/XIOS_DEV_CMIP6/src/node

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1457   6 years ymipsl Add new domain filter : reorder_domain Reoder the data along the global …
(edit) @1440   6 years ymipsl Bug fix : for temporal filter, to detect_missing value, default_value …
(edit) @1436   6 years oabramkina Corrections for scalar bounds.
(edit) @1431   6 years ymipsl Local mask computation must not take into account zoom attributes. YM
(edit) @1429   6 years ymipsl Bug fix in computeLocalMask domain function. Bad interaction with data …
(edit) @1427   6 years oabramkina Bugfix: correcting erroneous memory deallocations of r1419.
(edit) @1422   6 years oabramkina Correcting a typo in r1421.
(edit) @1421   6 years oabramkina Bugfix in case of a hole defined on an axis.
(edit) @1419   6 years oabramkina Reading of curvilinear and unstructured domains locally by clients is …
(edit) @1418   6 years ymipsl Fix for workflow reentrance : missing check at context finalize. YM
(edit) @1417   6 years oabramkina Including calculations of grid distributions for fields which are disabled …
(edit) @1416   6 years ymipsl Bug fix when writing axis coordinate in some specific cases. YM
(edit) @1413   6 years oabramkina Reverting changes made in r1310 for local domain read of curvilinear and …
(edit) @1411   6 years ymipsl Bug fix on server side when receiving a distributed axis with zoom index. …
(edit) @1410   6 years oabramkina Improving protocol for reading : grid attributes such longitude, latitude, …
(edit) @1409   6 years ymipsl Bug fix in evalution of size of written data for axis, which is useful to …
(edit) @1405   6 years ymipsl Bug fix when using instant filter on a field defined outside a file. YM
(edit) @1401   6 years ymipsl Missing file from previous commit YM
(edit) @1397   6 years ymipsl Add a method to retrive the local mask of a grid YM
(edit) @1390   6 years oabramkina Taking into account a possibility of having a hole on the client side …
(edit) @1387   6 years oabramkina Fixing a bug in case of output_freq defined in months to avoid adding a …
(edit) @1386   6 years aclsce - Back to deactivation of the self-transformation of grid
(edit) @1380   6 years ymipsl Fix for previous commit (r1378) : forgotten argument for one eventLoop …
(edit) @1378   6 years ymipsl Attemping to solve a dead-lock rising at finalize : Server 1 must be able …
(edit) @1372   6 years oabramkina Improving buffer evaluation in the (rare) case of a context with no active …
(edit) @1371   6 years oabramkina Fixing a bug in buffer evaluation: previously axis attributes were not …
(edit) @1370   6 years oabramkina Fixing a bug in buffer evaluation: including evaluation of file attributes …
(edit) @1364   6 years oabramkina Fixing a bug in case of a varying number of processes per pool and …
(edit) @1363   6 years ymipsl Fix : when arithmetic field expression is defined, other xml node are now …
(edit) @1358   6 years rlacroix Support reentrant workflows and workflows with temporal integration for …
(edit) @1357   6 years rlacroix Add some extra checks when switching to the next timestep.
(edit) @1353   6 years ymipsl Bug fix : Assigned context client to grid/axis/domain was not in same …
(edit) @1351   6 years oabramkina Fixing a bug on writing axis bounds.
(edit) @1349   6 years ymipsl New method to distribute file on server 2 : memory consumption of grids is …
(edit) @1346   6 years oabramkina Fixing a bug introduced in r1337. toy_cnrmcm: ok.
(edit) @1345   6 years oabramkina In addition to r1294: all domain/axis attributes are only sent to …
(edit) @1344   6 years oabramkina Fixing a bug in r1320 which affected writing. test_remap: ok.
(edit) @1343   6 years oabramkina Correcting grid name in the error message.
(edit) @1340   6 years ymipsl Reduce the memory footprint on server level2. YM
(edit) @1337   6 years oabramkina Avoiding recalculation of domain/axis distributions for server-pools of …
(edit) @1336   6 years oabramkina Changes in case of different number of processes per secondary-server …
(edit) @1330   6 years oabramkina Adding buffer evaluation in case of reading.
(edit) @1327   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) @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) @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) @1311   6 years ymipsl Fix conflict between for domain mask_1d and mask_2d when inheritance is …
(edit) @1308   7 years oabramkina Adding back a line erroneously deleted in r1306.
(edit) @1306   7 years oabramkina Correcting a check on freq_op and freq_offset: if freq_offset is defined …
(edit) @1305   7 years ymipsl Bug fix : domain is not fill by calling completeLonLatClient (ie lonvalue …
(edit) @1303   7 years ymipsl Fix when reading grid in file. Other grid, making reference to an …
(edit) @1302   7 years oabramkina Correcting behaviour of the temporal filter in case of frequencies defined …
(edit) @1301   7 years ymipsl Add new transformation : reduce axis_to_axis This a global reduction …
(edit) @1299   7 years ymipsl Add new attribute "local" in reduce_domain_to_axis transformation : - …
(edit) @1294   7 years oabramkina Improvements for the secondary server: each grid is only sent to …
(edit) @1292   7 years ymipsl Fix problems when checking field temporal attributes. YM
(edit) @1291   7 years ymipsl Fix in expand domain transformation. Local mask was not computed. YM
(edit) @1284   7 years ymipsl Fix 1 side effect introduced by previous commit... YM
(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) @1275   7 years ymipsl implement diurnal cycle transformation taken as a grid tranformation : …
(edit) @1272   7 years oabramkina Changing default values in the temporal filter of freq_op and freq_offset …
(edit) @1269   7 years ymipsl interpolate_domain : add new attribute "read_write_convention" which msut …
(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) @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) @1255   7 years oabramkina Fixing a bug in sizes of client buffers. The sizes of client buffers 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) @1243   7 years oabramkina Modifications allowing secondary-server pools of different size. It's …
(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) @1232   7 years mhnguyen Fixing the blocking problem where there are more servers than the number …
(edit) @1227   7 years oabramkina Minor modifications: - changing sizes of client buffers from int to …
(edit) @1223   7 years oabramkina Fixing a bug in case of overlapping domains with masked values. Tested …
(edit) @1215   7 years ymipsl Distribute files on servers 2 -> Ok test_dcmip2 YM
(edit) @1212   7 years oabramkina File dibution among secondary servers done in a more flexible way. Tested.
(copy) @1211   7 years oabramkina Creating a branch for CMIP6
copied from XIOS/dev/dev_olga/src/node:
(edit) @1208   7 years oabramkina Two server levels: distibuting files among secondary servers according to …
Note: See TracRevisionLog for help on using the revision log.