NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [netcdfgroup] Basic nccopy question.

Steve,

Where did you get the names for the variables?
Have you tried to check out the list of variables using ncdump -h ?
(sometime different tools report differen variable names - nco, cdo,
wct, etc.)

It is also very helpful to ask nco-related questions at Sourceforge
http://sourceforge.net/p/nco/discussion/
where Charlie provides support for NCO. He may resolve your issue much faster

Next time also provide a link to your sample file so others could also try

Hope this helps


2015-06-10 0:23 GMT+03:00 Steve Harper <s.harper@xxxxxxxx>:
> Hi, I'm trying to pull a subset of variables out of some wrfout files using
> the "-V" option, but don't seem to bet getting the syntax right.  The "-v"
> (lower case v) option works fine, but I'm curious why I'm not having any
> success with the upper case variant. Here's the variables I'm trying to pull
> out:
>
>         float RAINNC(Time, south_north, west_east) ;
>         float T2(Time, south_north, west_east) ;
>         float U10(Time, south_north, west_east) ;
>         float Q2(Time, south_north, west_east) ;
>         float ACSWDNB(Time, south_north, west_east) ;
>         int I_ACSWDNB(Time, south_north, west_east) ;
>         float SWDNB(Time, south_north, west_east) ;
>         float ACLWDNB(Time, south_north, west_east) ;
>         int I_ACLWDNB(Time, south_north, west_east) ;
>         float LWDNB(Time, south_north, west_east) ;
>         float ACSWUPB(Time, south_north, west_east) ;
>         int I_ACSWUPB(Time, south_north, west_east) ;
>         float SWUPB(Time, south_north, west_east) ;
>         float ACLWUPB(Time, south_north, west_east) ;
>         int I_ACLWUPB(Time, south_north, west_east) ;
>         float LWUPB(Time, south_north, west_east) ;
>         float PHB(Time, bottom_top_stag, south_north, west_east) ;
>         float PH(Time, bottom_top_stag, south_north, west_east) ;
>         float HGT(Time, south_north, west_east) ;
>         float PBLH(Time, south_north, west_east) ;
>         float LH(Time, south_north, west_east) ;
>         float HFX(Time, south_north, west_east) ;
>         float ACHFX(Time, south_north, west_east) ;
>
> And my command syntax:
> nccopy -V "RAINNC,T2,U10,Q2,SWDNB,LWDNB,SWUPB,LWUPB,PHB,PH,HGT,LH,HFX"
> infile outfile
> NetCDF: Variable not found
> Location: file nccopy.c; line 1298
>
> Even if I limit it to a single variable it still fails
> nccopy -V RAINNC infile outfile
>
> I've tried with and without quotes and haven't been able to find any
> existing examples online or in the mail archives.  This is with the netcdf-C
> utilities v4.3.3.1 on RHEL6.6.
>
> Any help would be greatly appreciated.
>
> TIA,
> Steve Harper
> Systems Administrator
> University of Utah
> Center for High Performance Computing
>
> _______________________________________________
> netcdfgroup mailing list
> netcdfgroup@xxxxxxxxxxxxxxxx
> For list information or to unsubscribe,  visit:
> http://www.unidata.ucar.edu/mailing_lists/



  • 2015 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: