source: IOIPSL/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2350   9 years acosce change value of nb_var_max
(edit) @2311   9 years mafoipsl In fliocom error code treatment added after NF90_CLOSE.
(edit) @2310   9 years mafoipsl Bug fix to stop properly rebuild in the not forced mode with this message …
(edit) @2079   10 years jgipsl Workaround for ada : STOP follow by a character string do not work with …
(edit) @2065   10 years jgipsl Allow more variables in each history file : now possible to have 600 …
(edit) @2020   10 years jgipsl Added NF90_64BIT_OFFSET for creation of restart file. Needed for ORCHIDEE …
(edit) @1932   11 years jgipsl Added possibility to read a scalar variable with one dimension if this …
(edit) @1927   11 years dsolyga Introduced the new subroutine moycum_index. Works the same way as moycum …
(edit) @1898   11 years jgipsl Corrected error introduced in rev 1808 : time was added as possible time …
(edit) @1896   11 years jgipsl Augmented maximum number of dimensions in file to rebuild needed for …
(edit) @1808   11 years jpolcher This modification of flincom.f90 treats 2 problems : - the time axis was …
(edit) @1660   11 years mmaipsl Add ipsldbg management for debugging flincom. Correct a bug in …
(edit) @1574   12 years mmaipsl Add parallel getin_dump_para function for test all non-parallel getin.
(edit) @1525   12 years mmaipsl Keep name of each history file.
(edit) @1524   12 years mmaipsl Add lot of debug prints. Keep name of each restart files.
(edit) @1519   12 years mmaipsl Use ipsldbg function for all check in calendar. Ease debugging date …
(edit) @1518   12 years mmaipsl Use ipslout unit to print all messages in fliocom.
(edit) @1517   12 years mmaipsl Add new function histglobal_attr to give GLOBAL ATTRIBUTES in history …
(edit) @1378   12 years mmaipsl Enhancement : use ipslout number from errioipsl to redirect all prints of …
(edit) @1377   12 years mmaipsl F90 norm correction : iilen and iim (resp jjlen and jjm) arguments of …
(edit) @1376   12 years mmaipsl Enhancement : add ipslout number in public list of errioipsl to give the …
(edit) @1375   12 years mmaipsl Because of undefined value on test at line 811 on compline (line …
(edit) @1336   12 years mmaipsl Thank's to lahey fujitsu compiler, correct INTENT argument in get_fil …
(edit) @1315   12 years mmaipsl Correct another bug come from rev 11 : if real compressed vectors were …
(edit) @1314   12 years mmaipsl In my previous (1313) I forget to mention D.Solyga and I have corrected a …
(edit) @1313   12 years mmaipsl Replace check parameter for ipsldbg output to simplfy getincom debugging. …
(edit) @1028   13 years bellier The positive direction of a vertical axis must be "up" or "down". If the …
(edit) @1027   13 years bellier Bugfix on the time axis
(edit) @1025   13 years bellier Added a test to avoid warnings for variable without attributes
(edit) @1023   13 years bellier New version with bounds for reductive time operations
(edit) @1011   13 years bellier New handling for time axes
(edit) @1005   13 years bellier Increase the size of the title for variables
(edit) @977   13 years bellier Misstype suppressed
(edit) @965   13 years bellier Increase the maximum number of simultaneously defined domains (up to 64)
(edit) @964   13 years bellier Reinitialize some elements at the closure of a file
(edit) @963   13 years bellier Added the "getin_name" subroutine which allows the user to change the name …
(edit) @962   13 years bellier - New interface for histbeg (regular 1d or 2D, irregular) - New interface …
(edit) @957   13 years bellier histcom : securize histsync and histclo fliocom : change argument name of …
(edit) @953   13 years bellier Suppress a little misstype in debug mode
(edit) @940   13 years bellier Change the name of the optional argument mode -> cmode in fliocrfd to …
(edit) @936   13 years bellier stringop : - added a subroutine ("str_xfw") to extract the words of a …
(edit) @887   13 years bellier using new fillvalue argument in fliodefv
(edit) @886   13 years bellier added optional argument fillvalue to fliodefv for external Netcdf …
(edit) @881   13 years bellier - Changed ALLOCATABLE attribute to POINTER for a structure element - …
(edit) @879   13 years bellier bugfix for variables with REAL8 external type
(edit) @857   13 years bellier Deallocate time-buffers at the closure of files
(edit) @856   13 years bellier New handling of the time_buffer : one buffer for each variable
(edit) @846   13 years bellier Update according to the new version of src/mathelp
(edit) @845   13 years bellier Update to FORTRAN 90
(edit) @807   14 years bellier Modify examples according to the new version of histdef
(edit) @806   14 years bellier Added optional argument "standard_name" to histdef
(edit) @761   14 years bellier Added a return code for bad processing
(edit) @760   14 years bellier Default creating mode for netcdf files is now 64-bits
(edit) @759   14 years bellier Added a return code in errioipsl(ipslerr) to be trapped by scripts
(edit) @752   14 years bellier Added the possibility to choose the kind of NETCDF variables (R4/R8) by …
(edit) @740   14 years bellier _Fillvalue --> FillValue?
(edit) @714   14 years bellier Declare the time axis in double precision in NETCDF files
(edit) @693   14 years bellier Added an integer function "ioget_year_len(year)" returning the true length …
(edit) @640   14 years bellier Little correction for error message
(edit) @536   14 years bellier New version with dynamic extension
(edit) @441   15 years bellier some minor modifications
(edit) @440   15 years bellier Removing trans_buff
(edit) @430   15 years bellier Changed a "FATAL ERROR" to a "WARNING" (problems with calendar in …
(edit) @429   15 years bellier added dynamic debug (see ipsldbg in errioipsl)
(edit) @428   15 years bellier some bugfixes
(edit) @427   15 years bellier minor modifications
(edit) @420   15 years bellier histcom : added the NETCDF standard_name attribute for variables flincom : …
(edit) @416   15 years bellier Changed an initialization to suppress a bug in a test (from JG)
(edit) @386   15 years bellier Added CeCILL License information
(edit) @372   15 years bellier Changing a test for more security
(edit) @369   15 years bellier Suppressed a bug in case of very short records.
(edit) @368   15 years bellier Suppressed an unused variable.
(edit) @367   15 years bellier Adapting some tests to be conform with new versions of NETCDF
(edit) @366   15 years bellier Some cleaning
(edit) @363   15 years bellier Updating for more compliance with CF Metadata Convention.
(edit) @362   15 years bellier - Updating for more compliance with CF Metadata Convention. - Some …
(edit) @359   15 years bellier More compliance with the CF Metadata Convention
(edit) @358   15 years bellier A little step towards the CF Metadata Convention
(edit) @335   15 years bellier Added an initialization for overwrite_time
(edit) @330   15 years bellier JB: correcting a bug encountered for large number of input files
(edit) @329   15 years bellier - modified an error message - added an option in fliocrfd to create a file …
(edit) @295   15 years bellier JB: Fix a bug introduced in 2003 (!)
(edit) @259   15 years bellier JB : a GREAT cleaning !
(edit) @258   15 years bellier JB : correcting a comment
(edit) @257   15 years bellier JB : rebuild adding the verbosity level some lifting …
(edit) @246   15 years bellier JB : some little lifting
(edit) @240   15 years bellier JB: - Moving the definition of the DOMAIN attributes. - Modification of …
(edit) @239   15 years bellier Fixed an error in defining the attributes to rebuild. Thanks to Anne for …
(edit) @238   15 years bellier JB : move one instruction for stupid compilers !
(edit) @237   15 years bellier JB : Adding (for rebuild) a list of names of the dimensions in order …
(edit) @236   15 years bellier calendar : - modification of tests to get rid of a truncation error in …
(edit) @148   16 years bellier JB: correcting a little ortographic mistyping
(edit) @127   16 years bellier JB: suppress the iconfusing rule based on the "units" attribute in …
(edit) @125   16 years bellier JB: new version (using fortran 90 features)
(edit) @122   16 years bellier JB: some cleaning (-> fortran 90)
(edit) @107   16 years bellier JB: pwd -> /bin/pwd
(edit) @105   16 years mafoipsl Use /bin/pwd instead of pwd to allow batch compilation on brodie (IDRIS …
(edit) @82   16 years bellier JB: change ! by # in comment (misstyping)
(edit) @75   16 years bellier JB: new version of histcom (min-max values) and test
(edit) @53   16 years bellier JB: suppress the directly target's dependent lines in *.ldef
Note: See TracRevisionLog for help on using the revision log.