- 23 Mar, 2015 1 commit
-
-
rlacroix authored
Some return statements were misplaced which could lead to unpredictable behavior. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@578 d613d254-d18a-4304-b296-5125d4c4d670
-
- 13 Mar, 2015 3 commits
-
-
rlacroix authored
- Convert parse_xml.cpp to Fortran (port r573 to the trunk). - Modify date_interface to work-around a problem related to xios_duration type. - Reorganize the XIOS module to work-around a problem related to operator overloads for xios_duration and xios_date types. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@576 d613d254-d18a-4304-b296-5125d4c4d670
-
rlacroix authored
- Update NetCDF to version 4.3.3.1 - Update PGI compiler to version 14.10 (fixes compilation for the xios-1.0 branch) - Update GCC compiler to version 4.9.1 - Update Vampir to version 8.2.1 - Various clean-ups. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@574 d613d254-d18a-4304-b296-5125d4c4d670
-
rlacroix authored
Previously linking would fail because a special compiler switch is required when linking a CPP code with a Fortran library using PGI. To avoid having to handle that special case, switch to Fortran. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@573 d613d254-d18a-4304-b296-5125d4c4d670
-
- 10 Mar, 2015 1 commit
-
-
rlacroix authored
Always treats internal grids as such to avoid errors when doing further operations. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@572 d613d254-d18a-4304-b296-5125d4c4d670
-
- 09 Mar, 2015 1 commit
-
-
rlacroix authored
git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@566 d613d254-d18a-4304-b296-5125d4c4d670
-
- 02 Mar, 2015 2 commits
-
-
rlacroix authored
Note that the trunk is currently broken and does not pass this test. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@565 d613d254-d18a-4304-b296-5125d4c4d670
-
rlacroix authored
Courtesy of Tomas Lovato. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@564 d613d254-d18a-4304-b296-5125d4c4d670
-
- 24 Feb, 2015 2 commits
-
-
rlacroix authored
git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@563 d613d254-d18a-4304-b296-5125d4c4d670
-
rlacroix authored
Fix incorrect output values when using a field_ref or the @ operator on a field computed from an operation. The computed values were never transmitted from the source field to the destination field. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@562 d613d254-d18a-4304-b296-5125d4c4d670
-
- 23 Jan, 2015 1 commit
-
-
rlacroix authored
Improve the message error handling by mimicking the behavior of the info/report logs. Output the error messages to the standart error message until the context is correctly initialized. Then, output the error messages to a file if the user has set "print_file" parameter to "true". - Fix: Errors that occured before MPI was initialized (e.g. during the config file parsing) caused a MPI error on top of the original error. - Fix: The error file could sometimes be misnamed if the error happened before the context was completely known. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@548 d613d254-d18a-4304-b296-5125d4c4d670
-
- 20 Jan, 2015 1 commit
-
-
rlacroix authored
Depending on the compiler this could cause an error during compilation. Reported by Mike Rezny. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@547 d613d254-d18a-4304-b296-5125d4c4d670
-
- 16 Dec, 2014 1 commit
-
-
rlacroix authored
Remove the work around in nc4_data_output.cpp which hid this bug. Also backport this fix in XIOS 1.0. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@544 d613d254-d18a-4304-b296-5125d4c4d670
-
- 11 Dec, 2014 1 commit
-
-
rlacroix authored
Previously no error message was displayed but the output file(s) was not written. Also improve the error message when the calendar type or the start date is missing. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@535 d613d254-d18a-4304-b296-5125d4c4d670
-
- 09 Dec, 2014 1 commit
-
-
rlacroix authored
The strings were only parsed until the first whitespace was encountered. Note that leading and trailing whitespaces are removed by design. Also backport that fix to XIOS 1.0. This commit fixes ticket #60. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@530 d613d254-d18a-4304-b296-5125d4c4d670
-
- 04 Dec, 2014 1 commit
-
-
aclsce authored
- Added example of getting/setting variable as global/local attribute of field/file in test_complete. - Some cleaning in test_complete program and xml files. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@529 d613d254-d18a-4304-b296-5125d4c4d670
-
- 01 Dec, 2014 3 commits
-
-
mhnguyen authored
(This patch is also posted on trunk) git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@524 d613d254-d18a-4304-b296-5125d4c4d670
-
rlacroix authored
Also backport that fix to XIOS 1.0. Note that this macro is currently not used by XIOs so this bug had no impact in practice. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@522 d613d254-d18a-4304-b296-5125d4c4d670
-
rlacroix authored
git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@521 d613d254-d18a-4304-b296-5125d4c4d670
-
- 26 Nov, 2014 1 commit
-
-
ymipsl authored
xios_is_valid_variable and xios_is_valid_variablegroup was not exported in the public fortran interface. YM git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@519 d613d254-d18a-4304-b296-5125d4c4d670
-
- 24 Nov, 2014 1 commit
-
-
mhnguyen authored
git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@514 d613d254-d18a-4304-b296-5125d4c4d670
-
- 20 Nov, 2014 1 commit
-
-
aclsce authored
git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@513 d613d254-d18a-4304-b296-5125d4c4d670
-
- 24 Oct, 2014 1 commit
-
-
mhnguyen authored
+) Adding include file for exception +) Correcting call inside a namespace Test +) On local +) Passed git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@508 d613d254-d18a-4304-b296-5125d4c4d670
-
- 22 Oct, 2014 1 commit
-
-
aclsce authored
Fixed problem encountered in the case "using_oasis=true" : automatic detection of a server does not work in coupled mode. Back to the old method : if you want to use XIOS server mode, it is mandatory to specify "using_server=true" in iodef.xml in coupled case. git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@507 d613d254-d18a-4304-b296-5125d4c4d670
-
- 13 Oct, 2014 1 commit
-
-
ymipsl authored
YM git-svn-id: http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0@504 d613d254-d18a-4304-b296-5125d4c4d670
-