INTERFACE:
subroutine init_domain(input_dir) IMPLICIT NONEDESCRIPTION:
This routine is responsible for setting up the bathymetry and
the grid information.
The following steps are done in
:
character(len=*) :: input_dirREVISION HISTORY:
LOCAL VARIABLES:
integer :: rc integer :: np,sz integer :: i,j,n integer :: kdum character(len=PATH_MAX) :: bathymetry = 'topo.nc' integer :: vel_depth_method=0 character(len=PATH_MAX) :: bdyinfofile = 'bdyinfo.dat' character(len=PATH_MAX) :: min_depth_file = 'minimum_depth.dat' character(len=PATH_MAX) :: bathymetry_adjust_file = 'bathymetry.adjust' character(len=PATH_MAX) :: mask_adjust_file = 'mask.adjust' namelist /domain/ & vert_cord,maxdepth, & bathy_format,bathymetry,vel_depth_method, & longitude,latitude,f_plane,openbdy,bdyinfofile, & crit_depth,min_depth,kdum,ddu,ddl, & d_gamma,gamma_surf,il,ih,jl,jh,z0_method,z0_const