[Thread Prev][Thread Next][Index]

Re: descriptor file for MC datasets



Hi Satheesh,

Descriptor files are not the way to do this. You need only write a script of a few
lines using LET/D+ to attach a variable from one data set to another data set.
Here is an example:

     use coads_air
     use coads_cldc
     use coads_lflx

     let/d=coads_air CLDC = CLDC[d=coads_cldc]
     let/d=coads_air LFLX = LFLX[d=coads_lflx]
     show data    ! note the additional variables defined in data set 1

     set data 1
     set region/x=30w/y=30n/t=1-jan-1980:1-jan-1985
     plot air, cldc, lflx    ! appears to pull all three from data set 1

I hope this helps - steve

=================================

"Satheesh C. Shenoi" wrote:

> Dear Ferret users,
>
> Can someone tell me how to create a descriptor file (file.des) when
> different parameters of the same dataset are arranged in individual files?
>
> For example I have data on 5 parameters in 5 netcdf files called x1.nc,
> x2.nc, x3.nc, x4.nc and x5.nc. Can I write a descriptor file to use all
> the 5 files at a time.
>
> I know how to create a descriptor file for the multiyear data spread over
> different files.
>
> Thanks.
> Satheesh
>
> Satheesh C. Shenoi                     Ph.:   (91)(832) 226253-56 ext4224/4400
> Physical Oceanography Division,        Fax:   (91)(832) 223340/221360
> National Institute of Oceanography,    email: shenoi@darya.nio.org
>                                               shenoi@csnio.ren.nic.in
> Dona Paula, Goa 403 004, India.        Ph.:   (91)(832) 233453 (home)

--

                |  NOAA/PMEL               |  ph. (206) 526-6080
Steve Hankin    |  7600 Sand Point Way NE  |  FAX (206) 526-6744
                |  Seattle, WA 98115-0070  |  hankin@pmel.noaa.gov




[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement