Timeline
10/24/16:
- 16:16 Changeset [981] by
- Fortran interfaces: +) Adding Fortran interfaces of transformation Test …
- 16:16 Changeset [980] by
- Minor improvements: +) Change some type of variable to avoid some …
- 16:16 Changeset [979] by
- Implementing AVERAGE operation +) Add average operation for reduction …
10/21/16:
- 13:40 Changeset [978] by
- Correcting various bugs relating to transformation +) Fix the order of …
10/20/16:
- 12:28 Ticket #112 (Write interpolation weight into a file) created by
- XIOS is able to read weights from a file then use them to do interpolation …
10/18/16:
- 11:13 Ticket #95 (Alternate, sensible, convention for lonvalue_1d when data_dim=1, for a ...) closed by
- fixed
- 11:13 Ticket #110 (filter : reduce domain to scalar is missing) closed by
- fixed: Done in r976 The syntax for this reduction <scalar> <reduce_domain …
- 11:09 Changeset [977] by
- Minor improvements: Removing some redundant codes
- 11:08 Changeset [976] by
- Ticket 110: Implementing domain reduction to scalar +) Add xml node for …
- 11:07 Changeset [975] by
- Checking more strictly i_index, j_index of a domain +) Make sure that …
- 11:07 Changeset [974] by
- Ticket 95: Loosening checking condition for lonvalue_1d for rectilinear …
10/17/16:
- 16:47 Changeset [973] by
- Removed unused attribute nav_model for X or Y axis. YM
- 16:44 Changeset [972] by
- Do not call compression if compression_level=0 It appear to be a bug for …
10/14/16:
- 17:22 Ticket #77 (Generate fortran interface for fields more than 3 dimensions) closed by
- fixed: XIOS currently supports fortran interfaces for fields up to 7 dimensions
- 17:12 Ticket #88 (Consistency check 'ni .le. ni_glo' unrelevant for data_dim=1 and ...) closed by
- duplicate: Same problem as in ticket 111. Fixed
- 17:09 Ticket #104 (When setting default field name, id should prevail on field_ref) closed by
- wontfix
- 17:08 Ticket #89 (Error in node/domain.cpp on ChecKDomainData) closed by
- invalid
10/13/16:
- 17:22 Changeset [971] by
- Correcting the previous commit Test +) On Curie +) Tests pass
- 15:48 Changeset [970] by
- Making some changes in axis checking condition to make it coherent with …
- 15:48 Changeset [969] by
- Ticket 111: Loosening the checking condition for domain with data_dim == 1 …
- 15:48 Changeset [968] by
- Improvements: Tighten checking transformation type in xml +) A …
- 15:48 Ticket #111 (wrong consistency check in domaion.cpp on ni when data_dim=1) closed by
- fixed: This ticket can be considered an enhancement for XIOS. There should not be …
- 11:09 Ticket #107 (Add filter to extract a level from an axis) closed by
- fixed
- 11:07 Ticket #109 (Fortran interface with GCC : standard fortran max lenght line is 132) closed by
- fixed: Fixed in r966. All auto-generated Fortran interface have maximum length of …
- 09:19 Ticket #111 (wrong consistency check in domaion.cpp on ni when data_dim=1) created by
- domain.cpp reads at line 730 : […] while it should be: […] …
10/12/16:
- 11:21 Ticket #106 (read a scalar in a file doesn't work) closed by
- fixed: This feature is added in r967
- 11:17 Changeset [967] by
- Ticket 106: Reading a scalar from file +) Add method to read scalar value …
10/10/16:
- 16:01 Changeset [966] by
- Reducing length of line of auto-generate Fortran interface +) Break line …
10/04/16:
- 20:03 Changeset [965] by
- Correcting Fortran interface for receiving scalar.
- 19:03 Ticket #108 (Reading data using an vertical axis change the axis distribution causing ...) closed by
- fixed: There is a flag to verify if an axis is distributed. This flag isn't set …
- 19:01 Changeset [964] by
- Ticket 108: Fixing distribution condition of an axis +) Make sure an axis …
- 19:01 Changeset [963] by
- Loosen checking condition on reading an unstructured domain
- 19:01 Changeset [962] by
- Improving name-search in inheritance tree +) If there is no name defined …
- 18:59 Changeset [961] by
- Fortran interface: Receiving scalar value
- 18:59 Changeset [960] by
- New transformation: Extract a point on axis to a scalar +) Add new node …
- 09:01 Changeset [959] by
- Fix bug introduced in rev 952 causing trouble for reading functionalities. …
09/30/16:
- 15:34 Ticket #102 (Global/local attributes in TS files) closed by
- fixed: Replying to rlacroix: > I was able to confirm that my …
- 15:28 Changeset [958] by
- Timeseries fields now inherit the variables from the fields they are …
- 15:28 Changeset [957] by
- Fix a possible crash caused by an infinite recursion. The way virtual …
- 15:28 Changeset [956] by
- Make sure CXios::isClient and CXios::isServer variables are used in a …
- 13:26 Changeset [955] by
- adding grid name for error message
- 11:21 Ticket #81 (Add more informations in one specific output error message) closed by
- fixed
- 09:47 Changeset [954] by
- Revert to rev 944 (file commited by error) YM
09/29/16:
- 12:49 Ticket #90 (MPI dead lock in XIOS) closed by
- fixed: OK, thanks Miguel.
- 12:48 Ticket #86 (Allowing durations expressed as strings with the Fortran API) closed by
- fixed: Yes, I guess so.
- 12:43 Ticket #105 (Implement grid type gaussian for interpolation) closed by
- fixed: Done
- 12:40 Ticket #82 (content operation doesn't accept constant) closed by
- wontfix: Not possible to do actually. It may be rethink in term of permanent flux, …
- 12:37 Ticket #73 (`multiple_file` mode cannot always work in `read` mode) closed by
- wontfix
- 12:30 Ticket #97 (Release 902 unconditionally prints debug messages) closed by
- fixed
- 11:37 Ticket #110 (filter : reduce domain to scalar is missing) created by
- Reduction must be also be applied to a whole domain (not only for a …
09/28/16:
- 00:45 Changeset [953] by
- Add gaussian grid support./n YM
09/26/16:
- 16:26 Changeset [952] by
- - Attribut record_offset accept now negative value. - Field are not output …
- 14:39 Changeset [951] by
- Fix compilation problem using GCC YM
- 14:27 Ticket #109 (Fortran interface with GCC : standard fortran max lenght line is 132) created by
- Newly generated fortran interface has too long code line. It must be …
- 11:36 Ticket #108 (Reading data using an vertical axis change the axis distribution causing ...) created by
- 11:32 Ticket #107 (Add filter to extract a level from an axis) created by
- Similar to what is done for rectilinear domain
- 11:30 Ticket #106 (read a scalar in a file doesn't work) created by
- To be checked…
Note: See TracTimeline
for information about the timeline view.