source: XIOS/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @1013   7 years rlacroix Improve the prefetching of the fields read from a file. Previously the …
(edit) @1012   7 years mhnguyen Modifying behavior of file append: If ALL fields in file have …
(edit) @1011   7 years mhnguyen Some cosmetic things
(edit) @1010   7 years aclsce - Added test program to test CMIP6 functionalities.
(edit) @1008   7 years mhnguyen Correcting minor bug which can cause reading problem. +) Make sure grid …
(edit) @1007   7 years rlacroix Fix: Using xios_send_field on a disabled field caused an invalid error …
(edit) @1006   7 years rlacroix The workflow is now triggered when using xios_recv_field for fields in …
(edit) @1005   7 years mhnguyen Updating Fortran interfaces
(edit) @1004   7 years mhnguyen Some modifications of reading/writing interpolation weight from/into a …
(edit) @1003   7 years mhnguyen Correcting the behavior of arithmetic expression in a field which has no …
(edit) @1002   7 years oabramkina UGRID: consistent node and edge numbering for varying number of procs. …
(edit) @1001   7 years rlacroix Use the same error message for CFilterFieldExprNode and …
(edit) @1000   7 years rlacroix Fix handling of arithmetic expression for fields without a field_ref after …
(edit) @999   7 years mhnguyen Correcting a minor bug on writing a field in file +) Make sure each …
(edit) @998   7 years ymipsl - Clarify the situation about filter chaining order between spatial and …
(edit) @997   7 years ymipsl Add information about avalaible incoming flux from file when timeout …
(edit) @996   7 years mhnguyen Some modifications to make sure there is no strange _undefined_id_ name …
(edit) @995   7 years mhnguyen Fixing a problem of indexed grid with only one process +) Checking …
(edit) @994   7 years oabramkina Correcting bld.cfg of commit 993.
(edit) @993   7 years oabramkina Minor corrections for UGRID.
(edit) @991   7 years mhnguyen Update Fortran interfaces
(edit) @990   7 years mhnguyen Adding new attributes for fields: cell_methods and cell_methods_mode …
(edit) @989   7 years mhnguyen Allowing fields to have its own time_counter value if time_counter is not …
(edit) @988   7 years mhnguyen Correcting a bug on reading non-distributed data in server mode. +) Non …
(edit) @986   7 years ymipsl Fix ADA compiling environment YM
(edit) @985   7 years ymipsl Remove netcdf link in arch.fcm file for ADA. YM
(edit) @984   7 years ymipsl Add --arch_path option for make_xios. YM
(edit) @982   7 years mhnguyen Implementing domain interpolation weights exportation The option 'file' …
(edit) @981   7 years mhnguyen Fortran interfaces: +) Adding Fortran interfaces of transformation Test …
(edit) @980   7 years mhnguyen Minor improvements: +) Change some type of variable to avoid some …
(edit) @979   7 years mhnguyen Implementing AVERAGE operation +) Add average operation for reduction …
(edit) @978   7 years mhnguyen Correcting various bugs relating to transformation +) Fix the order of …
(edit) @977   7 years mhnguyen Minor improvements: Removing some redundant codes
(edit) @976   7 years mhnguyen Ticket 110: Implementing domain reduction to scalar +) Add xml node for …
(edit) @975   7 years mhnguyen Checking more strictly i_index, j_index of a domain +) Make sure that …
(edit) @974   7 years mhnguyen Ticket 95: Loosening checking condition for lonvalue_1d for rectilinear …
(edit) @973   8 years ymipsl Removed unused attribute nav_model for X or Y axis. YM
(edit) @972   8 years ymipsl Do not call compression if compression_level=0 It appear to be a bug for …
(edit) @971   8 years mhnguyen Correcting the previous commit Test +) On Curie +) Tests pass
(edit) @970   8 years mhnguyen Making some changes in axis checking condition to make it coherent with …
(edit) @969   8 years mhnguyen Ticket 111: Loosening the checking condition for domain with data_dim == 1 …
(edit) @968   8 years mhnguyen Improvements: Tighten checking transformation type in xml +) A …
(edit) @967   8 years mhnguyen Ticket 106: Reading a scalar from file +) Add method to read scalar value …
(edit) @966   8 years mhnguyen Reducing length of line of auto-generate Fortran interface +) Break line …
(edit) @965   8 years mhnguyen Correcting Fortran interface for receiving scalar.
(edit) @964   8 years mhnguyen Ticket 108: Fixing distribution condition of an axis +) Make sure an axis …
(edit) @963   8 years mhnguyen Loosen checking condition on reading an unstructured domain
(edit) @962   8 years mhnguyen Improving name-search in inheritance tree +) If there is no name defined …
(edit) @961   8 years mhnguyen Fortran interface: Receiving scalar value
(edit) @960   8 years mhnguyen New transformation: Extract a point on axis to a scalar +) Add new node …
(edit) @959   8 years ymipsl Fix bug introduced in rev 952 causing trouble for reading functionalities. …
(edit) @958   8 years rlacroix Timeseries fields now inherit the variables from the fields they are …
(edit) @957   8 years rlacroix Fix a possible crash caused by an infinite recursion. The way virtual …
(edit) @956   8 years rlacroix Make sure CXios::isClient and CXios::isServer variables are used in a …
(edit) @955   8 years yushan adding grid name for error message
(edit) @954   8 years ymipsl Revert to rev 944 (file commited by error) YM
(edit) @953   8 years ymipsl Add gaussian grid support./n YM
(edit) @952   8 years ymipsl - Attribut record_offset accept now negative value. - Field are not output …
(edit) @951   8 years ymipsl Fix compilation problem using GCC YM
(edit) @950   8 years ymipsl remapper : fix rounding error which stop the remaping. YM
(edit) @949   8 years ymipsl Remove 2 codes lines that have been forgotten, which cause spurious …
(edit) @948   8 years ymipsl Bug fix : read unstructured grid with one or more axis. This is a fix but …
(edit) @947   8 years oabramkina Setting context by id added (xios_set_current_context(id)).
(edit) @946   8 years oabramkina Reverting mesh.cpp to version 931.
(edit) @945   8 years oabramkina Reverting mesh.cpp to version 931.
(edit) @944   8 years mhnguyen Update compute_connectivity_domain with new functions of class CMesh +) …
(edit) @943   8 years mhnguyen Adding Fortran interfaces for retrieving domains, axis, scalars of a field …
(edit) @942   8 years mhnguyen Modifying some checking conditions of domain to be loosen +) Loosen the …
Note: See TracRevisionLog for help on using the revision log.