Project

General

Profile

cdo enlarge error

Added by Matthias Worni almost 8 years ago

Hello everyone.

My problem is straight forward. I tried to enlarge a time series with CO2 data for dataset containing Ocean heat content. I have done this before for gaussian coordinate system. I am not quiet sure what this coordinate system's type is. I printed out the information of the two files (ncdump) four you down here:-- Also I have copy pasted the error message I got. I accully created a file but there is no map on it. Appreciate help! Thanks in advance

cdo enlarge,yearmean_fup024_total_heatcontent_upperocean_1600-1999.nc split_forcing002.nc enlarged_split_forcing002_ocean.nc

netcdf yearmean_fup024_total_heatcontent_upperocean_1600-1999 {
dimensions:
x = 122 ;
y = 101 ;
time = UNLIMITED ; // (400 currently)
variables:
double lon(y, x) ;
lon:standard_name = "longitude" ;
lon:long_name = "longitude" ;
lon:units = "degrees_east" ;
lon:_CoordinateAxisType = "Lon" ;
double lat(y, x) ;
lat:standard_name = "latitude" ;
lat:long_name = "latitude" ;
lat:units = "degrees_north" ;
lat:_CoordinateAxisType = "Lat" ;
double time(time) ;
time:standard_name = "time" ;
time:units = "hours since 1600-01-31 21:36:00" ;
time:calendar = "proleptic_gregorian" ;
float heatcontent(time, y, x) ;
heatcontent:standard_name = "total_heatcontent" ;
heatcontent:long_name = "total_ocean_heat_content" ;
heatcontent:units = "W" ;
heatcontent:code = 1 ;
heatcontent:coordinates = "lon lat" ;
heatcontent:_FillValue = -9.e+33f ;
heatcontent:missing_value = -9.e+33f ;

netcdf split_forcing002 {
dimensions:
time = UNLIMITED ; // (400 currently)
variables:
double time(time) ;
time:standard_name = "time" ;
time:units = "day as %Y%m%d.%f" ;
time:calendar = "proleptic_gregorian" ;
float var2(time) ;
var2:long_name = "CO2" ;

// global attributes:
:CDI = "Climate Data Interface version 1.6.4 (http://code.zmaw.de/projects/cdi)" ;
:Conventions = "CF-1.4" ;
:history = "Mon Jul 18 14:31:19 2016: cdo splitcode forcing.nc split_forcing" ;
:CDO = "Climate Data Operators version 1.6.4 (http://code.zmaw.de/projects/cdo)" ;
data:

Process :

#000: ../../../src/H5Adeprec.c line 238 in H5Aopen_name(): can't open attribute: 'bounds'
major: Attribute
minor: Can't open object
#001: ../../../src/H5A.c line 878 in H5A_open_by_name(): unable to load attribute info from object header
major: Attribute
minor: Unable to initialize object
#002: ../../../src/H5Oattribute.c line 537 in H5O_attr_open_by_name(): can't locate attribute: 'bounds'
major: Attribute
minor: Object not found
HDF5-DIAG: Error detected in HDF5 (1.8.13) thread 139755973106048:
#000: ../../../src/H5Adeprec.c line 238 in H5Aopen_name(): can't open attribute: 'bounds'
major: Attribute
minor: Can't open object
#001: ../../../src/H5A.c line 878 in H5A_open_by_name(): unable to load attribute info from object header
major: Attribute
minor: Unable to initialize object
#002: ../../../src/H5Oattribute.c line 537 in H5O_attr_open_by_name(): can't locate attribute: 'bounds'
major: Attribute
minor: Object not found
cdo enlarge: Processed 400 values from 1 variable over 400 timesteps ( 0.05s )


Replies (2)

RE: cdo enlarge error - Added by Matthias Worni almost 8 years ago

You are right.. I made a mistake at another place of the process therefore not gettwing what I wanted. Thank you and sorry ;).. Im glad it's fine now. Have a good day!

    (1-2/2)