[ncl-talk] Data model.nc required

vivek at ncmrwf.gov.in vivek at ncmrwf.gov.in
Wed Mar 14 04:41:25 MDT 2018


Thank you Sir for your kind response.
Actually there is some problem in ftp connection. Its getting time out.
I will keep trying, once it is uploaded i will let you know sir.

Vivek.

> Hello,
>
> NCAR requires all NCL qustions to go directly to ncl-talk at ucar.edu
>
> Therefore, all future questions must be sent to that forum.
>
> ---
> We have no experience with 'pp' format.
>
> We will help to a point. However, many people want NCL-developers to
> therir
> programming for them
> We do not have the time for that.
>
> ---
> If you are 'new yo NCL', please read the User Guide at:
>    http://www.ncl.ucar.edu/Document/Manuals/
> ---
> You can send the data via ftp
>
> ftp ftp.cgd.ucar.edu
> anonymous
> your_email
> cd incoming
> put ...your_data_file___
> quit
>
> After successful transfer send to ncl-tal the name of the file.
>
> Regards
> D
>
> On Mon, Mar 12, 2018 at 11:32 PM, <vivek at ncmrwf.gov.in> wrote:
>
>> Respected Sir,
>> Thank you very much for your kind response.
>>
>> Actually I have UM model data format (pp format). From this data, I have
>> extracted and packed all the desired variables to calculate CAPE(as
>> mentioned in the code online).
>>
>> However, the command is showing some error.So i wanted to share that
>> error
>> along with data.
>>
>> Sir,I am new to ncl-talk list, so don't know  how to upload big data
>> file.It won't go through email.
>>
>> Please help me regarding this. Meanwhile,I will try with your
>> suggestions
>> and update you soon.
>>
>> Thanking you.
>>
>> Vivek,
>>
>>
>>
>>
>> > The 'model.nc' was meant to indicate a 'generic' model output file. It
>> > could be *any* file (eg: reanalysis file). The point was to illustrate
>> the
>> > input to *wrf_cape_3d *does *not *have to be a WRF file. The function
>> just
>> > needs the correct input.
>> >
>> > Example: I had a climate model netCDF file containing monthly mean
>> > variables. Now, in practice, a user would not compute CAPE using
>> monthly
>> > mean data. However, I had the file readily available. So for
>> illustration:
>> >
>> > ---
>> >    diri = "./"
>> >    fili = "ccsm35.h0.0021-01.nc"
>> >    pthi = diri+fili
>> >    f    = addfile(pthi, "r")
>> >
>> > ;; p = f->P             ; the climate model uses hybrid levels;
>> compute
>> > 'p'
>> >    hya  = f->hyam
>> >    hyb  = f->hybm
>> >    p0   = f->P0
>> >    psfc = f->PS
>> >    p    = pres_hybrid_ccm(psfc,p0,hya,hyb)
>> >
>> >    t = f->T
>> >    q = f->Q
>> >    z = f->Z3
>> >
>> >    zsfc = f->PHIS
>> >    zsfc = zsfc/9.8      ; m^2/s^2 ==> m
>> >    printVarSummary(zsfc)
>> >
>> >
>> >    cinfo = wrf_cape_3d(p, t, q, z, zsfc, psfc, False) ; cinfo(2,...)
>> >    printVarSummary(cinfo)
>> >
>> > ===
>> > Variable: cinfo
>> > Type: float
>> > Total Size: 3317760 bytes
>> >             829440 values
>> > Number of Dimensions: 5
>> > Dimensions and sizes:    [cape_cin | 2] x [time | 1] x [lev | 30] x
>> [lat
>> |
>> > 96] x [lon | 144]
>> > Coordinates:
>> > Number Of Attributes: 1
>> >   _FillValue :    9.96921e+36
>> >
>> >
>> >
>> > On Sun, Mar 11, 2018 at 10:30 PM, <vivek at ncmrwf.gov.in> wrote:
>> >
>> >> Dear Sir/Madam,
>> >> I am trying to calculate CAPE using "wrf_cape_3d" utility of ncl.
>> >> Regrding this, I need model.nc data so that i could exactly prepare
>> my
>> >> data accordingly.
>> >>
>> >> Kindly provide me the data.
>> >>
>> >> Thank you.
>> >>
>> >> Vivek
>> >>
>> >>
>> >> --
>> >> Yours Sincerely
>> >> ----------------
>> >> Vivek Singh
>> >> (Scientist-'C')
>> >> NCMRWF,A-50, Sector-62,
>> >> Ministry of Earth Sciences
>> >> NOIDA.U.P. 201309
>> >> Mobile:09821123574,07042321724
>> >> Institute Website: www.ncmrwf.gov.in
>> >> Alternate email: vivek.sgh1 at gmail.com
>> >>
>> >> _______________________________________________
>> >> ncl-talk mailing list
>> >> ncl-talk at ucar.edu
>> >> List instructions, subscriber options, unsubscribe:
>> >> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>> >>
>> >
>>
>>
>> --
>> Yours Sincerely
>> ----------------
>> Vivek Singh
>> (Scientist-'C')
>> NCMRWF,A-50, Sector-62,
>> Ministry of Earth Sciences
>> NOIDA.U.P. 201309
>> Mobile:09821123574,07042321724
>> Institute Website: www.ncmrwf.gov.in
>> Alternate email: vivek.sgh1 at gmail.com
>>
>>
>


-- 
Yours Sincerely
----------------
Vivek Singh
(Scientist-'C')
NCMRWF,A-50, Sector-62,
Ministry of Earth Sciences
NOIDA.U.P. 201309
Mobile:09821123574,07042321724
Institute Website: www.ncmrwf.gov.in
Alternate email: vivek.sgh1 at gmail.com



More information about the ncl-talk mailing list