Newer
Older
!-----------------------------------------------------------------------
&nambdy ! unstructured open boundaries (default: OFF)
!-----------------------------------------------------------------------
ln_bdy = .true. ! Use unstructured open boundaries
nb_bdy = 2 ! number of open boundary sets
ln_coords_file = F F ! =T : read bdy coordinates from file
nn_rimwidth = 1 1 ! width of the relaxation zone
/
! BDY segments
&nambdy_index
ctypebdy = 'N' ! North boundary segment
nbdyind = -1 ! Index along the constant dimension, if -1 then set boundary to whole side of model domain.
nbdybeg = 2 !
nbdyend = 200
/
&nambdy_index
ctypebdy = 'E' ! East boundary segment
nbdyind = -1 ! Automatic boundary definition: if -1 then set boundary to whole side of model domain.
/