Creating Boundary Netcdf Files

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
hankseidel
Posts: 11
Joined: Tue Sep 09, 2003 6:51 pm
Location: Texas A&M University

Creating Boundary Netcdf Files

#1 Unread post by hankseidel »

Hi,

Is there a package available to create boundary netcdf files from climatology files? Also, any documentation on using boundary files?

Thanks

Hank

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

#2 Unread post by kate »

There is a matlab tool out there for creating boundary conditions from a larger ROMS domain using Manu's RNT toolbox. I have put a very rough and undocumented version here. Note that you need to edit the RNT gridinfo.m file to add both the source and target ROMS domains.

User avatar
shchepet
Posts: 188
Joined: Fri Nov 14, 2003 4:57 pm

Extracting BRY from climatology

#3 Unread post by shchepet »

...There is an also easy-to-use, compule once --> use forever FORTRAN code which does
generic extraction of perimeter from ROMS climatology file,

http://www.atmos.ucla.edu/~alex/ROMS/perim.F

Just compile it, name executable "perim" and save it into your ~/bin directory, and then say

perim WS climatology.nc bounary.nc

if, for example, you want to create file containing Western and Southern boundary.

Post Reply