prepare input file (grid, initial, ...) using roms_tool, roms_argif or roms_wilkin Matlab toolbox
to avoid conflicts, I run "addpath_xxxx.m" of temporarily adding paths to call which toolbox I need.
use pre_grid.m to make grid file (see read_grid)
To run ROMS, input files (roms_grd.nc, roms_ini.nc, ...) need to be prepared. There are many reliable and comprehensive Matlab toolboxes available online that can be used to generate these files, such as roms_tool, roms_argif, and roms_wilkin. These tools are highly recommended, but due to my limited abilities, I couldnot utilize them to their full potential.
This repository is mainly for sharing my process of how to use the above toolboxes to generate ROMS files. Some codes of tools may be adapted (not for commercial use). For example, I prefer to use "roms_argif" for generating the grid and "roms_tool" for generating the initial file.
There may be some errors in the program. If any issues, please feel free to contact me.