Changes between Version 7 and Version 8 of udg/ecoms/dataserver/interfaces/python
- Timestamp:
- Apr 19, 2013 11:03:24 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/dataserver/interfaces/python
v7 v8 34 34 * `ud.times`: Array of datetime objects. It indicates the time span of each forecast time. 35 35 * `ud.member`: List of length ''n'', where ''n'' is the number of members of the ensemble selected by the `members` argument. 36 * `ud.LatLonCoords`: A 2-D matrix of ''j'' rows (where ''j'' = number of grid points selected) and two columns corresponding to the latitude and longitude coordinates respectively.36 * `ud.LatLonCoords`: A 2-D matrix of ''j'' columns (where ''j'' = number of grid points selected) and two rows corresponding to the longitude and latitude coordinates respectively. 37 37 * `ud.runtime`: Array of datetime objects corresponding to the initialization times selected. There is an initialization time associated to each forecast time. 38 * `ud.data`: A 2-D matrix of ''i'' rows and ''j'' columns, of ''i'' forecast times and ''j'' grid-points38 * `ud.data`: A 2-D matrix of ''i'' rows and ''j'' columns, ''i'' represents the forecast times and ''j'' the grid-points selected. 39 39 40 40