about OA pkg.....

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
mashinde
Posts: 135
Joined: Mon Jun 22, 2009 3:46 pm
Location: Indian Institute of Tropical Meteorology, Pune, INDIA

about OA pkg.....

#1 Unread post by mashinde »

Dear frds.

I want to use OA pkg for creating OA.nc files......
i have following questions..

(1) How to run/execute OA pkg to create nc files?
(2) How 'extr_hdat' exe file created?


Thanks !

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: about OA pkg.....

#2 Unread post by kate »

The OA package is no longer used by anyone I know. It had a rather obscure file format for its required inputs. What fields are you hoping to provide to OA and what format are they in now?

In general, the more specific you can be in your questions, the more likely someone will answer them. Most people are using Matlab to create the inputs to ROMS - do you have Matlab? Are you familiar with any scripting languages like Python or NCL? Both are free. I might have used Perl to create the inputs to OA, but I don't really remember.

p.heidary

Re: about OA pkg.....

#3 Unread post by p.heidary »

Hi kate
Where can I find python packages for creating climatology, forcing and other input files?
I know octant but it is just for grid generation!

Thanx

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: about OA pkg.....

#4 Unread post by kate »

Some version of the codes here can be used to create initial and boundary files. We've been leaving forcing files on their native grid and just adjusting their clock as needed.

p.heidary

Re: about OA pkg.....

#5 Unread post by p.heidary »

thanx for immediate reply.
I have installed the code and watched the video but Cannot find PolyClick tool!
Does it renamed?

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: about OA pkg.....

#6 Unread post by kate »

Can you give us the full error message?

p.heidary

Re: about OA pkg.....

#7 Unread post by p.heidary »

here it is

Code: Select all

In [1]: import pyroms

In [2]: pc=pyroms.PolyClick()
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-2-70e1cf812a5a> in <module>()
----> 1 pc=pyroms.PolyClick()

AttributeError: 'module' object has no attribute 'PolyClick'

In [3]: 
But it has BoundaryInteractor under hgrid package which is the same as PolyClick.

Post Reply