source: XIOS/dev

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @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) @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) @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) @1246   7 years oabramkina Undoing previous commit.
(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. …
(edit) @1228   7 years oabramkina Resolving a deadlock introduced in r1225.
(edit) @1227   7 years oabramkina Minor modifications: - changing sizes of client buffers from int to …
(edit) @1226   7 years oabramkina Minor correction of calculations the number of processes dedicated to …
(edit) @1225   7 years ymipsl Improvment of XIOS protocal on server side. YM
(edit) @1224   7 years ymipsl Minor modification to supress tracing of MPI_IProbe message for …
(edit) @1223   7 years oabramkina Fixing a bug in case of overlapping domains with masked values. Tested …
(edit) @1222   7 years ymipsl Variable can now overload default field attribute in a netcdf file. YM
(edit) @1221   7 years mhnguyen Fixing a minor bug in transformation: No source index at all for …
(edit) @1220   7 years yushan test_remap_omp tested on ADA except two fields
(edit) @1219   7 years mhnguyen Correcting minor bug of reference key word +) Comparison of two objects …
(edit) @1218   7 years yushan fix previous commit. One situation was not considered
(edit) @1217   7 years mhnguyen Updating the previous commit with the correct version
(edit) @1216   7 years mhnguyen Performance improvement of vertical interpolation +) Reduce a number of …
(edit) @1215   7 years ymipsl Distribute files on servers 2 -> Ok test_dcmip2 YM
(edit) @1214   7 years ymipsl Minor correction in order to provide correct number of server 2. YM
(edit) @1213   7 years ymipsl Delete spurious files introduced in past commit. YM
(edit) @1212   7 years oabramkina File dibution among secondary servers done in a more flexible way. Tested.
(edit) @1211   7 years oabramkina Creating a branch for CMIP6
(edit) @1210   7 years rlacroix Fix: The freq_offset was not applied to the end-of-file notification when …
(edit) @1209   7 years yushan bug corrected. happened when certain threads send 0 elements in the …
(edit) @1208   7 years oabramkina Two server levels: distibuting files among secondary servers according to …
(edit) @1207   7 years yushan rename branch
(edit) @1206   7 years yushan deleting old branch
(edit) @1205   7 years yushan branch merged with trunk @1200
(edit) @1204   7 years mhnguyen Correcting a minor bug of domain reduction Test +) No test
(edit) @1203   7 years yushan prep to merge with trunk @1200
(edit) @1202   7 years mhnguyen Porting non-continuous axis zoom to dev branch +) Port axis zoom +) …
(edit) @1201   7 years oabramkina Two server levels: merging trunk r1200 (except for non-contiguous zoom) …
(edit) @1196   7 years yushan add request_check. test client and complete OK
(edit) @1194   7 years oabramkina Two server levels: simplifying context finalization. Send of context …
(edit) @1193   7 years oabramkina Two server levels: fixing a bug during context finalization. The last …
(edit) @1188   7 years oabramkina Two server levels: correcting buffer allocations on client side of primary …
(edit) @1187   7 years yushan add pending list for irecv
(edit) @1185   7 years yushan save dev. recv_test OK
(edit) @1184   7 years oabramkina Two server levels: correcting buffer allocations on client side of primary …
(edit) @1180   7 years oabramkina Two server levels: (1) oasis works now with two server levels (2) …
Note: See TracRevisionLog for help on using the revision log.