Re: Extracting time series from models data

From: Karin Meier-Fleischer <meier-fleischer_at_nyahnyahspammersnyahnyah>
Date: Fri May 16 2014 - 09:50:44 MDT

Hi Azizul,

in the xy_18.ncl example script gw.nc is the weights file. You can
create your field average
weights as described in example 1 of wgt_areaave:

http://ncl.ucar.edu/Document/Functions/Built-in/wgt_areaave.shtml

Hope this helps,
Karin

Am 16.05.14 17:02, schrieb azizul haque:
> Hi Karin,
> I am aware about this script. Could you please let me the name of the file under the variable g(g = addfile (dir+"gw.nc","r")) of your attached script. I mean it is Gaussian weight or global warming.
>
> Regards
> Azizul
> On Friday, 16 May 2014, 5:34, Karin Meier-Fleischer
> <meier-fleischer@dkrz.de> wrote:
>
>
> Dear Azizul,
>
> take a look at the NCL example xy_18.ncl:
>
> http://ncl.ucar.edu/Applications/Scripts/xy_18.ncl
>
> Use the coordinate subscripts as described in the Reference Manual
>
> http://ncl.ucar.edu/Document/Manuals/Ref_Manual/NclVariables.shtml#Dimensions
>
> to select a specific sub-region like data(:,{20:25}, {80:90}) as Alan
> wrote in his email.
>
> Bye,
> Karin
>
>
> Am 16.05.2014 um 00:28 schrieb azizul haque <haque.azizul320@yahoo.com
> <mailto:haque.azizul320@yahoo.com>>:
>
>> Hi Alan,
>> Thanks. These are gridded data of the CMIP5(CNRM-CM5, CCSM4,
>> HadGEM2-CC, GFDL-ESM2M for historical and rcp85). I need to extract
>> time series for lat 20-25 and lon 80-90.
>> Thank you for your understanding.
>>
>> Regards
>> Azizul
>>
>> On Thursday, 15 May 2014, 15:44, "Brammer, Alan P"
>> <abrammer@albany.edu <mailto:abrammer@albany.edu>> wrote:
>> There is basically no information here and thus it would be pretty
>> incredible if anyone can give you a helpful answer.
>> What part of this can you not do with out referring to the examples
>> on the web page? What have you tried? What failed? What data format
>> do you have?
>>
>> Relevant functions may be dim_avg_n_Wrap
>> <http://www.ncl.ucar.edu/Document/Functions/Contributed/dim_avg_n_Wrap.shtml> )
>> . You may want coordinate subscripting.
>> <http://www.ncl.ucar.edu/Document/Manuals/Ref_Manual/NclVariables.shtml#CoordinateSubscripts>
>> e.g. data1d = dim_avg_n_Wrap( data(:, {20:25}, {80:90}) , (/1,2/) )
>>
>> This is almost the equivalent of saying “I want to build a house,
>> thanks for your help. “
>>
>> Good Luck,
>> Alan.
>>
>>
>> ##############################
>> Alan Brammer,
>> PhD Student,
>>
>> Department of Atmospheric and Environmental Sciences,
>> University at Albany, State University of New York, Albany, NY, 12222
>> abrammer@albany.edu <mailto:abrammer@albany.edu>
>> ##############################
>>
>>
>>
>> On May 15, 2014, at 17:37, azizul haque <haque.azizul320@yahoo.com
>> <mailto:haque.azizul320@yahoo.com>> wrote:
>>
>>> Hi NCL Users,
>>> I want to extract time series for models CNRM-CM5, CCSM4,
>>> HadGEM2-CC, GFDL-ESM2M for historical and rcp85 for the lat 20-25
>>> and lon 80-90.
>>> Appreciated for your help.
>>> Regards
>>> Azizul
>>> _______________________________________________
>>> ncl-talk mailing list
>>> List instructions, subscriber options, unsubscribe:
>>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>
>>
>>
>> _______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri May 16 09:51:07 2014

This archive was generated by hypermail 2.1.8 : Tue May 20 2014 - 10:18:04 MDT