after doing
Code: Select all
cdo selvar
Code: Select all
ncdisp('shflux.nc')
Source:
/home/forcing/shflux.nc
Format:
64bit
Global Attributes:
CDI = 'Climate Data Interface version 1.5.9 (http://code.zmaw.de/projects/cdi)'
Conventions = 'CF-1.4'
history = 'Sun Jul 20 16:51:29 2014: cdo selvar shflux1_era.nc shflux.nc
Forcing file created with /home/forcing/d_ecmwf2roms.m on Sunday - July 20, 2014 - 4:24:11.3743 PM'
type = 'FORCING file'
title = 'ECMWF ERA-Interim Dataset, Gulf of Mexico Region'
CDO = 'Climate Data Operators version 1.5.9 (http://code.zmaw.de/projects/cdo)'
Dimensions:
x = 73
y = 94
shf_time = 2920 (UNLIMITED)
Variables:
lon
Size: 73x94
Dimensions: x,y
Datatype: double
Attributes:
standard_name = 'longitude'
long_name = 'longitude'
units = 'degree_east'
_CoordinateAxisType = 'Lon'
lat
Size: 73x94
Dimensions: x,y
Datatype: double
Attributes:
standard_name = 'latitude'
long_name = 'latitude'
units = 'degree_north'
_CoordinateAxisType = 'Lat'
shf_time
Size: 2920x1
Dimensions: shf_time
Datatype: double
Attributes:
standard_name = 'time'
long_name = 'surface net heat flux time'
units = 'days since 2005-01-01 00:00:00'
calendar = 'standard'
shflux
Size: 73x94x2920
Dimensions: x,y,shf_time
Datatype: single
Attributes:
long_name = 'surface net heat flux'
units = 'Watt meter-2'
coordinates = 'lon lat'
positive_value = 'downward flux, heating'
negative_value = 'upward flux, cooling'
time = 'shf_time'
Code: Select all
spherical
Size: 1x1
Dimensions:
Datatype: int32
Attributes:
long_name = 'grid type logical switch'
flag_values = [0.00e+00 1.00e+00]
flag_meanings = 'Cartesian spherical'
would you please that it will make problem? in the other hand my force file in this shape is correct or not?
cheers
fot origin file:
Code: Select all
ncdisp('shflux1.nc')
Format:
64bit
Global Attributes:
type = 'FORCING file'
title = 'ECMWF ERA-Interim Dataset, Gulf of Mexico Region'
history = 'Forcing file created with /home/forcing/d_ecmwf2roms.m on Sunday - July 20, 2014 - 4:24:11.3743 PM'
Dimensions:
lon = 73
lat = 94
shf_time = 2920 (UNLIMITED)
Variables:
spherical
Size: 1x1
Dimensions:
Datatype: int32
Attributes:
long_name = 'grid type logical switch'
flag_values = [0.00e+00 1.00e+00]
flag_meanings = 'Cartesian spherical'
lon
Size: 73x94
Dimensions: lon,lat
Datatype: double
Attributes:
long_name = 'longitude'
units = 'degree_east'
standard_name = 'longitude'
lat
Size: 73x94
Dimensions: lon,lat
Datatype: double
Attributes:
long_name = 'latitude'
units = 'degree_north'
standard_name = 'latitude'
shf_time
Size: 2920x1
Dimensions: shf_time
Datatype: double
Attributes:
long_name = 'surface net heat flux time'
units = 'days since 2005-01-01 00:00:00'
calendar = 'gregorian'
shflux
Size: 73x94x2920
Dimensions: lon,lat,shf_time
Datatype: single
Attributes:
long_name = 'surface net heat flux'
units = 'Watt meter-2'
positive_value = 'downward flux, heating'
negative_value = 'upward flux, cooling'
time = 'shf_time'
coordinates = 'lon lat shf_time '