You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Cristian F. <feb...@gm...> - 2022-04-10 23:41:28
|
Dear opengrads users, I am trying to install PyGrads in centos 7 without success, the current error is as follows: **** File "setup.py", line 21 print("ERROR: bdist_wininst must be run alone. Exiting.", file=sys.stderr) ^ SyntaxError: invalid syntax **** Current versions, OpenGrads: 2.2.1.oga.1 Python: conda activated (3.6.7) Could you guide me through the installation procedures? Thanks in advance. --- Cristian Febre P., Engr. Peruvian Meteorologist. |
From: Mike D. <mw...@gm...> - 2021-02-07 20:14:07
|
Is there a plan to update Opengrads with the new Day of the Week fixes that were implemented in the latest Grads updates ? Thanks. Mike |
From: Syed A. A. B. <ahs...@gm...> - 2019-02-11 11:12:22
|
Dear All NCEP servers recently changed to HTTPs while grads 2.2.1 offered for Linux has support for that, I couldn't find any windows version of updated grads with HTTPs support. Please guide Ahsan -- |
From: Jonathan B. <jon...@gm...> - 2014-08-12 21:31:34
|
I'm running Windows 7 Professional 64-bit on a laptop and when I try to use any of the OpenGrads utilities, such as opengrads, I receive this error : " MAX_SIZE = 2048, needed size = 2834 Internal error: environment variable PATH is too long; change MAX_SIZE to at least 2834 and recompile or else shortten your PATH by 786 characters " Is there any way to make OpenGrads functional other than re-compiling or reducing the number of characters in my PATH? Thank you and regards, Jonathan Busby |
From: brown w. <gr...@ya...> - 2013-10-04 15:31:30
|
I am working through the OpenGrADS examples and have come across one that doesn't work: [3] ga-> uv = ga.exp('ua*ua+va*va') /usr/lib/python2.6/site-packages/pygrads-1.1.8-py2.6.egg/grads/numtypes.py:131: DeprecationWarning: object.__init__() takes no parameters ma.MaskedArray.__init__(self,data, **kwargs) [4] ga-> speed = sqrt(uv) [5] ga-> dd speed Traceback (most recent call last): File "<ipython-input-5-ecf94a228a9d>", line 1, in <module> get_ipython().magic(u'dd speed') File "/usr/lib/python2.6/site-packages/IPython/core/interactiveshell.py", line 2172, in magic return self.run_line_magic(magic_name, magic_arg_s) File "/usr/lib/python2.6/site-packages/IPython/core/interactiveshell.py", line 2093, in run_line_magic result = fn(*args,**kwargs) File "/usr/lib/python2.6/site-packages/pygrads-1.1.8-py2.6.egg/ipygrads.py", line 411, in gad ip_Exec(self,"ga.imp('<display>',%s)"%(arg)) File "/usr/lib/python2.6/site-packages/pygrads-1.1.8-py2.6.egg/ipygrads.py", line 152, in ip_Exec ip.ex(cmd) File "/usr/lib/python2.6/site-packages/IPython/core/interactiveshell.py", line 2446, in ex exec cmd in self.user_global_ns, self.user_ns File "<string>", line 1, in <module> File "/usr/lib/python2.6/site-packages/pygrads-1.1.8-py2.6.egg/grads/ganum.py", line 336, in imp t1_, z1_ = (grid.denv.t[0], grid.denv.z[0]) AttributeError: 'NoneType' object has no attribute 't' [6] ga-> Any ideas as to what might be wrong? Thanks. |
From: brown w. <gr...@ya...> - 2013-10-02 23:25:26
|
Somewhat of an update. I place opengrads in /opt/opengrads. I set up the following environament variables: export GABIN=/opt/opengrads/Contents/Linux/Versions/2.0.1.oga.1/x86_64 export GAUDXT=$GABIN/gex/udxt export LD_LIBRARY_PATH=$GABIN/gex:$LD_LIBRARY_PATH That pretty much breaks everything. Whereas before I was at least able to start PyGrADS, now it complain that matplotlib and pygtk aren't installed. If I remove those variables st least I can get into PyGrADS. ________________________________ From: brown wrap <gr...@ya...> To: "ope...@li..." <ope...@li...> Sent: Wednesday, October 2, 2013 2:46 PM Subject: [Opengrads-users] Installation of GrADS and PyGrADS I have been asked by a user to install both GrADS and PyGrADS. The testing of the software works, up to certain point: [1] ga-> o model Scanning description file: model Data file model.grb is open as file 1 LON set to 0 360 LAT set to -90 90 LEV set to 1000 1000 Time values set: 1987:1:1:0 1987:1:1:0 E set to 1 1 [2] ga-> d ts Contouring: 240 to 310 interval 10 [3] ga-> d ts Contouring: 240 to 310 interval 10 [4] ga-> . draw title Surface Temperature (Kelvin) Until I execute: ga-> dd ts GrADSError: 'IPC extension not available - cannot import!' I found that I am missing the extensions. My question is where should these extension be placed so that PyGrADS will find them? I am using Red Hat Enterprise Linux 6. ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ Opengrads-users mailing list Ope...@li... https://lists.sourceforge.net/lists/listinfo/opengrads-users |
From: brown w. <gr...@ya...> - 2013-10-02 21:46:48
|
I have been asked by a user to install both GrADS and PyGrADS. The testing of the software works, up to certain point: [1] ga-> o model Scanning description file: model Data file model.grb is open as file 1 LON set to 0 360 LAT set to -90 90 LEV set to 1000 1000 Time values set: 1987:1:1:0 1987:1:1:0 E set to 1 1 [2] ga-> d ts Contouring: 240 to 310 interval 10 [3] ga-> d ts Contouring: 240 to 310 interval 10 [4] ga-> . draw title Surface Temperature (Kelvin) Until I execute: ga-> dd ts GrADSError: 'IPC extension not available - cannot import!' I found that I am missing the extensions. My question is where should these extension be placed so that PyGrADS will find them? I am using Red Hat Enterprise Linux 6. |
From: Qian H. <yor...@gm...> - 2013-07-25 02:53:52
|
Hi everyone, I am currently developing a GUI program to show meteorological fields. My solution is wxpython+pygrads. I am planning to use pygrads to generate pictures, and then load the pictures into the GUI using wxpython. I think this isn't the best solution, and wondering is there anyway to manipulate the gards internal picture objects directly, so i don't need to save the pictures with commands like printim first. Thanks! |
From: Litta A J <li...@gm...> - 2012-04-13 04:40:41
|
Dear all, I have tried both opengrads bundle in my system. The system is in 32 bit. So first I downloaded the following bundle from their site and tried to install in my system. *grads-2.0.1.oga.1-bundle-i686-glibc2.5-linux-gnu.tar.gz* I have properly installed as specified in the document. I got the following lines after try to use grads [root@nsg-corporate-059 ~]# grads Welcome to the OpenGrADS Bundle Distribution -------------------------------------------- For additional information enter "grads -h". Starting "/home/Model/SOFT/grads-2.0.1.oga/Contents/Linux/Versions/2.0.1.oga.1/i686/grads " ... [root@nsg-corporate-059 ~]# Its properly detecting the path. But the command prompt is not coming. So I tried next opengrads bundle *grads-2.0.1.oga.1-bundle-x86_64-glibc2.5-linux-gnu.tar.gz* Then I got the following lines [root@nsg-corporate-059 TAR_FILES]# grads grads: missing required directory </home/Model/SOFT/grads-2.0.1.oga.1/Contents/Linux/i686> ---> at /home/Model/SOFT/grads-2.0.1.oga.1/Contents/grads line 165. [root@nsg-corporate-059 TAR_FILES]# I dont understand the issue? 32 bit opengrads version is working.. But the command prompt is not coming when I type grads/opengrads commands. Please help me.. best regards, Litta |
From: Denis B. <for...@gm...> - 2011-11-17 20:28:26
|
<div>Dear Experts,<br /> To my pleasure recently there was a new version GrADS 2.0.1 .<br /> For Linux there are two packages: i686 and x86-64.<br /> But at our institute use processors Itanium (ia64) and I used the version grads-2.0.a5.oga.5-bundle-ia64-unknown-linux-gnu.tar.gz two year.<br /> Unfortunately now there is no package for architecture ia64.<br /><br /> I have a question: it is planned to make a package of GrADS for ia64?<br /> Or it is necessary to use emulation?<br /><br /> Thank you!!<br /> --Denis<br /><br /> ===========================================================<br /> Denis Blinov<br /> Hydrometcentre of Russia http://www.meteoinfo.ru<br /> 11-13, B.Predtechensky st, Moscow, 123242<br /> E-mail: den...@me...</div> |
From: wan A. <ard...@gm...> - 2011-06-28 13:59:11
|
Hi, I am Wan Ardie, I have just downloaded and installed pygrads, with the command: *python setup.py install* and targeted to a local directory. I assume install is successful as there is no error, but when i try a few lines as suggested at the link ( http://opengrads.org/wiki/index.php?title=Python_Interface_to_GrADS): *from grads.gacore import GaCore ga = GaCore(Bin='gradsc')* i get a blank GrADS display window and no further chance to enter at the prompt (unless I use ctrl-C to quit the display window) ... I have checked the gradsc is in my path, I have also tested my grads without python, and it worked perfectly... I would really appreciate the help, as this will me and my lab mates (hopefully) |
From: Jagannathan R. <rje...@ya...> - 2010-03-25 11:24:42
|
Hello, I am using Grads 1.9b4 in Intel MAC book OSX 10.5.8 downloaded from http://grads.iges.org/grads. I want to use User contributed extension and hence I downloaded grads-1.9.0-rc1-gex-r2-i386-apple-darwin8.11.1.tar.gz from http://sourceforge.net/projects/opengrads/files/extensions/ and installed them as directed in the INSTALL file. However, I am unable to run the extension. Any help for MAC OSX? with regards Dr. R. Jagannathan Professor (agronomy) Department of Agricultural Meteorology Tamil Nadu Agricultural University Coimbatore 641 003, India Phone: 91-422-2431222 Extn 319 (off) 91-422-2456 300 Fax : 91-422-2431 672 |