Hi,
Is there a package available to create boundary netcdf files from climatology files? Also, any documentation on using boundary files?
Thanks
Hank
Creating Boundary Netcdf Files
-
- Posts: 11
- Joined: Tue Sep 09, 2003 6:51 pm
- Location: Texas A&M University
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.
Extracting BRY from climatology
...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.
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.