-
Am using ncks to extract a hyperslab but am having problems with the depth levels, specifically errors (out-of-range values) beyond the 12th level. I need to extract a hyperslab of specific parameters, lat-lon range, and specific depth range. Here's my command:
ncks -O -d lon,30.0,35.0 -d lat,45.0,45.5 -d depth,0,18 -v...
2009-11-25 21:32:55 UTC by craigcobb
-
The NCO tools are really wonderful. Thank you for working on them.
At the moment, I have some large files containing 8760 records (one for each hour in a year). They show emissions during that hour for each grid cell.
I want to find out the total emissions all year from each grid cell. So, what I need to do is add the records together into one record with the total of each variable...
2009-11-25 07:01:41 UTC by jrissman
-
Please grep through this forum to find previous instances of this problem.
Try configure --disable-shared
If that does not work, then try with these flags
# NB: x86_64 compilations require -fPIC -m64 flags to avoid errors on shared libraries that link to libnetcdf, e.g., libnetcdf-perl: "/usr/bin/ld: /usr/local/lib/libnetcdf.a(putget.o): relocation R_X86_64_32S against `a local symbol' can...
2009-11-24 15:29:12 UTC by zender
-
Hi everybody,
I am working on a LINUX system, openSUSE 11.1 (x86_64).
I installed udunits2 manually on /usr/local,
and netcdf4 from a repository. Lib and Includes are located in
/usr/lib64 and /usr/include, respectively.
Now, I tried to install nco_3.9.9 using the command:
configure --prefix=/usr/local --disable-ncoxx NETCDF_LIB=/usr/lib64 NETCDF_INC=/usr/include...
2009-11-24 15:16:28 UTC by hpanitz
-
Thanks for the hint.
Indeed -DHAVE_NETCDF4_H=1 does the job.
2009-11-23 15:43:11 UTC by erscmcc
-
Actually, it should actually be easy to first see if you are right.
Try configuring 3.9.9 with
CPPFLAGS='-DHAVE_NETCDF4_H=1' ./configure --enable-netcdf4 --disable-shared NETCDF4_ROOT=/home/alb/netcdf.
2009-11-23 05:32:50 UTC by zender
-
I think this is a problem caused by a change in the chunking API.
Would you mind trying to install the latest NCO from the CVS repository?
It should fix the problem
Charlie.
2009-11-23 05:29:04 UTC by zender
-
hmb committed patchset 5126 of module nco to the NCO netCDF Operators CVS repository, changing 1 files.
2009-11-20 16:21:00 UTC by hmb
-
hmb committed patchset 5125 of module nco to the NCO netCDF Operators CVS repository, changing 1 files.
2009-11-20 16:19:25 UTC by hmb
-
I am trying to compile(linux RHEL_5.3) nco-3.9.9 with netcdf4.0.1 and it seems, if I am
not wrong, HAVE_NETCDF4_H not defined (PGI or gc the same)
I use:
./configure --enable-netcdf4 --disable-shared NETCDF4_ROOT=/home/alb/netcdf
I got the error:
source='Invoke.cc' object='Invoke.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../../autobld/depcomp \
pgCC -DHAVE_CONFIG_H -I...
2009-11-20 09:15:32 UTC by erscmcc