Create user-defined ROMS application...

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
jmjaneiro

Create user-defined ROMS application...

#1 Unread post by jmjaneiro »

Hi,

I'm trying to create my own ROMS application in a rookie style, by changing a pre-defined test case (upwelling) and adjust it to my application needs.
I started buy running it with my netcdf grid, keeping all the default options.
My first feeling was to compile the upwelling test case and them change the GRDNAME in upwelling.in with the path of my grid. I did this and the model run smoothly, but not with my grid.
I then realized that I should find some more information before continue, and was then that I got confused :shock: . The post:

viewtopic.php?f=22&t=141

gave me some clues, but I couldn't find some of the described keywords in my cppdefs.h.
Can someone explain me what are the steps to run my own grid using the upwelling test case options.

Thanks in advance.

Regards

jcwarner
Posts: 1182
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: Create user-defined ROMS application...

#2 Unread post by jcwarner »

upwelling uses ana_grid. SO in your *.h file, you need to
#undef ANA_GRID
put the path to your grid file in your ocean*.in, rebuild, and run.

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

Re: Create user-defined ROMS application...

#3 Unread post by kate »

The forum thread you refer to is out of date. Things change in the ROMS world! I hope to get some of what you need onto the wiki this summer. :mrgreen:

Post Reply