! rectangular_basin : Constructing a rectangular basin with a flat bottom ! bowl : From "Simulation of density-driven frictional downslope ! flow in z-coordinate mocean models" Winton et al. ! JPO, Vol 28, No 11, 2163-2174, November 1998 ! gaussian : sets "kmt" to a gaussian bump on a sloping bottom. ! idealized : generates an "idealized" not very realistic topography. ! all_land : constructing a all land topography. ! from_file : Remap the topography onto the current grid from some source data file. !! ! ! when topography /= "from_file", topog_depend_on_vgrid must be true (default value). ! When it is false, topography is obtained by a simple remapping onto current grid. ! ! ! name of topograhy file (e.g. scripps, navy_topo, ...) ! ! ! name of topography field in file ! ! ! generate flat bottom over ocean points. Default value is false. ! ! ! do not generate partial bottom cells. Default value is false. ! ! ! Do not allow non-advective tracer cells (strongly recommended). Default value is true. ! ! ! Do not change land/sea mask when filling isolated cells. Default value is false. ! ! ! Make cells less than minimum depth land. Default value is false. ! ! ! if true make first row of ocean model all land points for ice model when ! topography is "from_file". It will do nothing when topography is not "from_file". ! Default value is true. ! ! ! Make cells less than minimum depth equal to minimum depth. Default value is false. ! ! ! Make cells land if depth is less than 1/2 mimumim depth, otherwise make ocean. Default value is false. ! ! ! height of gaussian bump as percentage of ocean depth ! ! ! width of gaussian bump as percentag e of basin width ! ! ! rise of the ocean floor to the east for the gaussian bump ! ! ! rise of the ocean floor to the north for the gaussian bump ! ! ! southern boundary of Winton bowl ! ! ! northern boundary of Winton bowl ! ! ! western boundary of Winton bowl ! ! ! eastern boundary of Winton bowl ! ! ! minimum depth of Winton bowl ! ! ! maximum depth of Winton bowl ! ! ! minimum number of vertical levels ! ! ! apply filter to topography. Default value is false. ! ! ! number of passes of spatial filter ! ! ! adjust topography (enforce_min_depth;remove_isolated_cells;restrict_partial_cells) ! Strongly recommended. Default value is true. ! ! ! Fraction of the associated full cell that a corresponding partial cell thickness ! is no smaller than. That is, we maintain ! partial_cell_min_dht(i,j,k) = fraction_full_cell*full_cell_dzt(k) ! If fraction_full_cell=0.0, then partial_cell_min_dht = min(zw(1), 50.0) ! ! ! scaling factor for topography data (e.g. -1 to flip sign or 0.01 to convert from centimeters) ! ! ! allow filter to deepen cells. Default value is false. ! ! ! specifying the remapping method when remampping topography from source data to current grid. ! Its value can be "spherical", " bilinear" or "conservative". Default value is "bilinear". when the source ! topography is on the regular grid (nml src_is_spherical is true), "bilinear" interpolation ! is recommanded, since bilinear interpolation will provide more smooth results than ! "spherical" interpolation (especially when interpolating from coarse grid to fine grid). ! Plus bilinear interpolation is much more efficiency than "spherical interpolation". ! When the source data is on non-regular grid (nml src_is_spherical is false), "bilinear" ! interpolation may not work well because the destination is not inside the source grid, ! in this case, you need to set interp_method to "spherical". ! ! ! Number of nearest neighbors for regridding. ! ! ! Maximum region of influence around destination grid points. ! ! ! Determine if the source grid is spherical grid or not. If true, source grid is spherical grid, ! otherwise not. Default value is .true. When src_is_spherical is .true., lon_field and lat_field ! need to be set. ! ! ! name of geographic longitude field in source file ! ! ! name of geographic latitude field in source file ! ! ! When true, will write topography information on the C-cell cneter to the grid file. ! Default value is false. ! ! ! When true, check the possible masking ( all-land region) for certain layout. The print out message ! will provide coupler_nml ( or ocean_solo_nml) entry : nmask, layout_mask and mask_list. ! Default value is false. ! ! ! When set to false, check which change is larger, opening or closing the cell, and ! to do that with smaller effect in depth_t. Default is true, will always ! opening the cell. ! ! ! minimum vertical thickness allowed. with default value 0.1. Increase or decrease this number as needed. ! ! Control standard output. Default value is true so to show lots of information. ! !