[gradsusr] gradsusr Digest, Vol 46, Issue 49

jl sa esjluis at yahoo.com.mx
Thu Dec 26 10:57:00 EST 2013


"No Files Open" When Running In Batch Mode (Perry, Aaron @ LSC)
 
 
good day,
files are where he is. gs?
in your. gs is the full path of where to read the files?

regards

 
atte.
jluis



El Jueves, 26 de diciembre, 2013 9:16:10, "gradsusr-request at gradsusr.org" <gradsusr-request at gradsusr.org> escribió:
  
Send gradsusr mailing list submissions to
    gradsusr at gradsusr.org

To subscribe or unsubscribe via the World Wide Web, visit
    http://gradsusr.org/mailman/listinfo/gradsusr
or, via email, send a message with subject or body 'help' to
    gradsusr-request at gradsusr.org

You can reach the person managing the list at
    gradsusr-owner at gradsusr.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gradsusr digest..."


Today's Topics:

   1. "No Files Open" When Running In Batch Mode (Perry, Aaron @ LSC)
   2. Re: Unable to do the averaging w.r.t time (Rupak Rajbhandari)
   3. Re: "No Files Open" When Running In Batch Mode (Jennifer Adams)
   4. Re: hello (Jennifer Adams)


----------------------------------------------------------------------

Message: 1
Date: Thu, 26 Dec 2013 05:56:43 +0000
From: "Perry, Aaron @ LSC" <Aaron.Perry at lsc.vsc.edu>
Subject: [gradsusr] "No Files Open" When Running In Batch Mode
To: "gradsusr at gradsusr.org" <gradsusr at gradsusr.org>
Message-ID:
    <DEE427CC71C1184E9F7C903BF1EEE7A802BD108E at LSC-EX10MBX03.lsc.vsc.edu>
Content-Type: text/plain; charset="iso-8859-1"

Good Morning All,

Currently, I'm having an issue where "No Files Open" pops up every time that I run GrADS in Batch Mode (grads -clb).

This results in the Valid Forecast Time not being displayed on my plots. At first, I thought that it was an issue of the 'set t 1' placement after 'reinit', as I'm using g2ctl/gribmap ctl files.

I've sort of narrowed this down to just a batch mode problem because, when I open the .gs file with 'grads -l' , "No Files Open" does not pop up and the Valid Forecast Time shows up on the plot.

Has anybody else had this issue before?



Onward and Upward,

Aaron Perry
Boston, MA
Mobile: 617-780-4312
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20131226/31fa3cbe/attachment-0001.html

------------------------------

Message: 2
Date: Thu, 26 Dec 2013 14:18:28 +0545
From: Rupak Rajbhandari <rupak.rajbhandari at gmail.com>
Subject: Re: [gradsusr] Unable to do the averaging w.r.t time
To: GrADS Users Forum <gradsusr at gradsusr.org>
Message-ID:
    <CAPUBxUQ-3pySVPpHhp-7KSjAFvL+fvAd2c3q4muGbKmQgOaA7g at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

try
'd 'x2



On Tue, Dec 24, 2013 at 4:38 PM, M.Mahakur <mmahakur at tropmet.res.in> wrote:

> say:
>
> lon1=74
> lon2=87
> lat1=9
> lat2=22
>
> instead:
>
> 'define lon1=74'
> 'define lon2=87'
> 'define lat1=9'
> 'define lat2=22'
>
> ----- Original Message -----
> From: Geeta Geeta <geeta124 at hotmail.com>
> To: grads grads <gradsusr at gradsusr.org>
> Sent: Tue, 24 Dec 2013 16:10:39 +0530 (IST)
> Subject: [gradsusr] Unable to do the averaging w.r.t time
>
> Hi All,
>
> I have to compute the areal average of rainfall for a domain say
> 5-20N/65-100E.
> So for this, the gs file looks like this---------
>
> 'reinit'
> 'open obs.ctl'
> 'c'
> 'define lon1=74'
> 'define lon2=87'
> 'define lat1=9'
> 'define lat2=22'
> *'define x1=aave(pdt,lon='lon1',lon='lon2',lat='lat1',lat='lat2')'
>
> 'define x1=aave(pdt,lon=74,lon=87,lat=9,lat=22)'
> 'define x2=ave(x1,t=1,t=122)'
> 'd x2'
>
> But Grads does not display anything???????
> ga-> run onsrf.gs
> No hardcopy metafile open
> All files closed; all defined objects released
> All GrADS attributes have been reinitialized
> ga->
>
>
> I wish to compute the  AREAL AVerage w.r.t the time.
> My 't' ranges from 1 150.
>
> Do not know what is going wrong?????????????
> geeta
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20131226/9186f478/attachment-0001.html

------------------------------

Message: 3
Date: Thu, 26 Dec 2013 10:05:36 -0500
From: Jennifer Adams <jma at cola.iges.org>
Subject: Re: [gradsusr] "No Files Open" When Running In Batch Mode
To: GrADS Users Forum <gradsusr at gradsusr.org>
Message-ID: <52B542AB-4C05-4679-B85F-C7EED2130603 at cola.iges.org>
Content-Type: text/plain; charset="iso-8859-1"

You've probably got a 'q time' command in your script before you open any files, or after you open a file with some error. But without knowing what script you're running on startup, it's impossible to help any further.
--Jennifer


On Dec 26, 2013, at 12:56 AM, Perry, Aaron @ LSC wrote:

> Good Morning All,
> 
> Currently, I'm having an issue where "No Files Open" pops up every time that I run GrADS in Batch Mode (grads -clb). 
> 
> This results in the Valid Forecast Time not being displayed on my plots. At first, I thought that it was an issue of the 'set t 1' placement after 'reinit', as I'm using g2ctl/gribmap ctl files.
> 
> I've sort of narrowed this down to just a batch mode problem because, when I open the .gs file with 'grads -l' , "No Files Open" does not pop up and the Valid Forecast Time shows up on the plot.
> 
> Has anybody else had this issue before?
> 
> 
> 
> Onward and Upward,
> 
> Aaron Perry
> Boston, MA
> Mobile: 617-780-4312
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr

--
Jennifer M. Adams
Center for Ocean-Land-Atmosphere Studies (COLA)
111 Research Hall, Mail Stop 2B3
George Mason University
4400 University Drive
Fairfax, VA 22030 





-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20131226/f0306d03/attachment-0001.html

------------------------------

Message: 4
Date: Thu, 26 Dec 2013 10:07:36 -0500
From: Jennifer Adams <jma at cola.iges.org>
Subject: Re: [gradsusr] hello
To: GrADS Users Forum <gradsusr at gradsusr.org>
Message-ID: <4D32993F-D67E-4ED2-848F-EC062C752C09 at cola.iges.org>
Content-Type: text/plain; charset="iso-8859-1"


On Dec 25, 2013, at 8:32 AM, Jovana Perencevic wrote:

> Dear, 
> 
> At first, sorry for late answer, I was in mess.
> L.B. your solution works perfectly, thanks for effort.
> Kishore, hires doesn't work, if I got my professor right, that make lines thicker.
> Jennifer, I don't know how to use newmap, what format is that, or which command line should I use (congrats, and thanks for new version)
You use it like the other map files. Put it in the same place where the others are located (in the directory pointed to with GADDIR environment variable), then try 'set mpdset newmap'.
--Jennifer


> 
> Bottom line, thanks you all :)
> 
> Happy Holidays, have a good time!
> 
> Cheers, J.
> 
> 
> On Mon, Dec 16, 2013 at 3:01 PM, Jennifer Adams <jma at cola.iges.org> wrote:
> There is also another map file which may have more up-to-date political boundaries:
> ftp://cola.gmu.edu/grads/boundaries/newmap
> --Jennifer
> 
> On Dec 15, 2013, at 9:20 PM, L.B. wrote:
> 
>> Hello again Jovana, 
>> 
>> After searching for quite a while, I came across this shapefile of global political boundaries: http://thematicmapping.org/downloads/TM_WORLD_BORDERS-0.3.zip
>> 
>> If you are unfamiliar with how to use shapefiles within GrADS, here is some documentation: http://www.iges.org/grads/gadoc/gradcomddrawshp.htmland http://www.iges.org/grads/gadoc/shapefiles.html
>> 
>> For starters, I would recommend something as follows:
>> 
>> 'set line 1 1 1'
>> 'draw shp /directory/your/shapefile/is/in/name_of_shapefile.shp'
>> 
>> This will create a solid black line of thickness 1, which should work pretty good. You may also need to shut off mpdset via the command: 'mpdraw off'
>> 
>> William (L.B.) LaForce
>> Meteorologist
>> Central Michigan University '13
>> www.tornadoinsanity.com
>> 
>> 
>> On Sun, Dec 15, 2013 at 7:35 PM, L.B. <bcbass2989 at gmail.com> wrote:
>> Hi Jovana,
>> 
>> I think your best option would be to use shapefiles to plot countries, etc and not the default mpdset option within GrADS. I do not have any specific shapefiles for that area, or any links, but I am sure someone here will respond with some options for you. In the meantime, I'll look for some online just in case.
>> 
>> 
>> William (L.B.) LaForce
>> Meteorologist
>> Central Michigan University '13
>> www.tornadoinsanity.com
>> 
>> 
>> On Sun, Dec 15, 2013 at 7:10 PM, Jovana Perencevic <jovana.perencevic at gmail.com> wrote:
>> Hi,
>> 
>>  I am a new here, so I do not really know how this works, if I get it right, I should just pop the question here.
>> Well, before question, just little info I know the basics of GrADS, and that works fine for me, cause it's just one semester course at my university I work with GRIB1 (that also works just fine), and I don't know which version of GrADS I have (silent applause ). 
>> 
>> Well, I am from Serbia, (if you are not familiar it's one of the countries created from Yugoslavia +5/6 more countries,  we are in Europe, at Balkan peninsula), and when I use mpdset mres I get Yugoslavia,  is there any more up to date map? (I know we are small, and mostly irrelevant, but Yugoslavia started to fall apart in early 90s) Or is there any chance to make map, putting some political maps like a layer or something like that.
>> 
>> One more time, sorry if this was topic already, I am new here and sort of lost. And sorry for bad English :/
>> 
>> Thee ee ;)
>> J.
>> 
>> 
>> _______________________________________________
>> gradsusr mailing list
>> gradsusr at gradsusr.org
>> http://gradsusr.org/mailman/listinfo/gradsusr
>> 
>> 
>> 
>> _______________________________________________
>> gradsusr mailing list
>> gradsusr at gradsusr.org
>> http://gradsusr.org/mailman/listinfo/gradsusr
> 
> --
> Jennifer M. Adams
> Center for Ocean-Land-Atmosphere Studies (COLA)
> 111 Research Hall, Mail Stop 2B3
> George Mason University
> 4400 University Drive
> Fairfax, VA 22030 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
> 
> 
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr

--
Jennifer M. Adams
Center for Ocean-Land-Atmosphere Studies (COLA)
111 Research Hall, Mail Stop 2B3
George Mason University
4400 University Drive
Fairfax, VA 22030 





-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20131226/edfa2414/attachment.html

------------------------------

_______________________________________________
gradsusr mailing list
gradsusr at gradsusr.org
http://gradsusr.org/mailman/listinfo/gradsusr


End of gradsusr Digest, Vol 46, Issue 49
****************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20131226/cdcbea01/attachment-0001.html 


More information about the gradsusr mailing list