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 !
about OA pkg.....
Re: about OA pkg.....
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.
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.
Re: about OA pkg.....
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
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
Re: about OA pkg.....
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.
Re: about OA pkg.....
thanx for immediate reply.
I have installed the code and watched the video but Cannot find PolyClick tool!
Does it renamed?
I have installed the code and watched the video but Cannot find PolyClick tool!
Does it renamed?
Re: about OA pkg.....
Can you give us the full error message?
Re: about OA pkg.....
here it is
But it has BoundaryInteractor under hgrid package which is the same as PolyClick.
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]: