Newer
Older
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
* stream_grb: bug fix in grbInqTimestep to return after error
* stream_grb: support for rotated grids
* stream_cdf: support for rotated grids
* vtime2timeval: bug fix for TUNIT_MONTH and TUNIT_YEAR
* Program cdi: change level from int to double
* Version 0.8.9 released
2005-02-11 Uwe Schulzweida <schulzweida@dkrz.de>
* griblib: version 0.5.7
* gridDuplicate: update
* cdfInqContents: check gaussian grid S->N
* rename zaxisInqLevelDP to zaxisInqLevel
* Version 0.8.8 released
2005-01-03 Uwe Schulzweida <schulzweida@dkrz.de>
* implementation of 360, 365 and 366 days calendar
* gridGenXvals: bug fix (xfirst == xlast)
* Version 0.8.7 released
2004-12-17 Uwe Schulzweida <schulzweida@dkrz.de>
* define ECHAM5.3 table
* add missing value support for 4 Byte SRV and EXT data
* gridGenXvals: bug fix (set xinc > 0)
* Version 0.8.6 released
2004-11-17 Uwe Schulzweida <schulzweida@dkrz.de>
* cdfInqContents: check gaussian grid
* gridToCurvilinear: add bounds
* gridToCell: add bounds
* gridInqXinc: return 0 if increment is not equidistant
* gridInqYinc: return 0 if increment is not equidistant
* random record structure support (for parallel GRIB output)
grbScanTimestep, varscan, stream_var, stream_record
* vlist: initialize ntsteps
* Version 0.8.5 released
2004-10-12 Uwe Schulzweida <schulzweida@dkrz.de>
* netCDF2 support
* cdfDefVars: Bug fix (vlistInqNgrids)
* stream_grb: check also leveltype to find different variables
* Version 0.8.4 released
2004-09-08 Uwe Schulzweida <schulzweida@dkrz.de>
* griblib: version 0.5.6
* grid: use bounds for gaussian and lonlat grids
* cdf_create: set initialsz to 0
* vlistChangeZaxis and vlistChangeZaxisIndex extent levinfo
* new function cdiInqMissval
* timeval2vtime: set an offset of 1 second in the call to InvCalendar
to prevent rounding errors
* Version 0.8.3 released
2004-07-04 Uwe Schulzweida <schulzweida@dkrz.de>
* cdiInqContents: read all global text attributes
* cdf_create and cdf_open: set min chunksize to 128k
* cdfDefTime: set 0 before month and day if less than 10
* new function in vlist.c: vlistChangeZaxisIndex, vlistChangeZaxis
* Version 0.8.2 released
2004-05-21 Uwe Schulzweida <schulzweida@dkrz.de>
* griblib: version 0.5.4
* file.c: set min I/O buffersize to 128k
* grib, service, extra: bug fix for variables with TIME_CONSTANT
* grb, srv, extCopyRecord: bug fix for variables with TIME_CONSTANT
* Error handling for streamOpen*
* New function cdiStringError for error handling
* change FILETYPE_CDF to FILETYPE_NC
* c++ compatible
* vlistDefVarName: overwrite old name if exist
* set size of dummy longname and units from 128 to 256
* splitBasetime: bug fix
* Version 0.8.1 released
2004-04-12 Uwe Schulzweida <schulzweida@dkrz.de>
* stream_cdf: replace cdfDefLon and cdfDefLonRot by cdfDefXaxis
replace cdfDefLat and cdfDefLatRot by cdfDefYaxis
* stream_cdf: new function cdfDefVars
* cdfInqContents: support for attribute associate
* new function: grid*name, grid*longname, grid*units
* new function: gridDefPrec, gridInqPrec
* new function: zaxisDefPrec, zaxisInqPrec
* remove: gridDefXfirst, gridDefYfirst, gridDefXlast, gridDefYlast
gridDefXinc, gridDefYinc
* Version 0.8.0 released
2004-03-14 Uwe Schulzweida <schulzweida@dkrz.de>
* new GRID type: CURVILINEAR
* add MPIOM1 table
* stream_grb.c: check var with table number
* srvReadRecord: bug fix
* cdfInqContents: set main coordinate variables to isvar=FALSE
* grid.c: add gridGenZonal, gridGenMeridional
* zaxis.c: add zaxisDefName, zaxisDefLongname, zaxisDefUnits
zaxisInqName, zaxisInqLongname, zaxisInqUnits
* grbDefLevel: change pressure level packing
* cdfInqContent: change pressure level handling
* Version 0.7.9 released
2004-01-05 Uwe Schulzweida <schulzweida@dkrz.de>
* New function: cdiOpenAppend
* zaxisDefLevels: move allocation of levels to zaxisNew
* cdfDefZaxis: bug fix zaxisID -> zaxisindex
* Version 0.7.8 released
2003-12-8 Uwe Schulzweida <schulzweida@dkrz.de>
* griblib: version 0.5.3
* dtypes.h: redefinition of INT64
* stream_cdf: use attribute missing_value
warning if bounds var not found
* Version 0.7.7 released
2003-11-5 Uwe Schulzweida <schulzweida@dkrz.de>
* dmemory: create memory list only if MEMORY_DEBUG is set
* memTotal: get total memory size from mallinfo
* tstepsNewEntry: change to add tsteps only (speedup)
* Version 0.7.6 released
2003-10-31 Uwe Schulzweida <schulzweida@dkrz.de>
* redesign of the internal record stucture
* implementation of TUNIT_MONTH and TUNIT_YEAR
* cdf read and write var with nmiss for addoffset and scalefactor
* grbDefLevel: check that vct size is less than 256
* Version 0.7.5 released
2003-10-12 Uwe Schulzweida <schulzweida@dkrz.de>
* environment variable CD_MISSVAL
* missing values for SERVICE and EXTRA
* griblib: version 0.5.2
* tableRead: update
* Version 0.7.4 released
2003-10-5 Uwe Schulzweida <schulzweida@dkrz.de>
* streamInqVlist: return vlist
* replace streamVar to vlist
* remove streamVar
* change *funcID to *func
* Version 0.7.3 released
2003-10-3 Uwe Schulzweida <schulzweida@dkrz.de>
* change configuration for netCDF and HDF5 library to --with
* HDF5 test interface
* Version 0.7.2 released
2003-09-22 Uwe Schulzweida <schulzweida@dkrz.de>
* missing values for cdiReadVar*, cdiWriteVar*
* Version 0.7.1 released
2003-09-10 Uwe Schulzweida <schulzweida@dkrz.de>
* rename library to CDI (Climate Date Interface)
* fortran interface
* cdfInqContents: new implementation
* redesign with vlist
* implementation of cell grid
* cdfWriteVar*: bug fix for non regular grid
* Version 0.7.0 released
2003-07-28 Uwe Schulzweida <schulzweida@dkrz.de>
* handle missing values
* Version 0.6.0 released
2003-06-25 Uwe Schulzweida <schulzweida@dkrz.de>
* implementation of trajectory grid
* Version 0.5.11 released
2003-06-23 Uwe Schulzweida <schulzweida@dkrz.de>
* gdi_cdf: update for mozart initial files
* Version 0.5.10 released
2003-06-17 Uwe Schulzweida <schulzweida@dkrz.de>
* gdi_cdf: skip bound vars
2003-06-17 Uwe Schulzweida <schulzweida@dkrz.de>
* Version 0.5.9 released
2003-06-11 Uwe Schulzweida <schulzweida@dkrz.de>
* reimplementation of time axis
* timesteps accesssable with timeID
2003-05-20 Uwe Schulzweida <schulzweida@dkrz.de>
* configuration with automake
* Version 0.5.8 released