@@ -40,8 +40,8 @@ module m_global_parameters
4040 character (LEN= path_len) :: case_dir !< Case folder location
4141 logical :: run_time_info !< Run- time output flag
4242 integer :: t_step_old !< Existing IC/ grid folder
43- real (kind (0d0 )), parameter :: small_alf = 1d-7 !< Small alf tolerance
4443 ! ==========================================================================
44+
4545 ! Computational Domain Parameters ==========================================
4646 integer :: proc_rank !< Rank of the local processor
4747
@@ -72,7 +72,7 @@ module m_global_parameters
7272
7373 real (kind (0d0 )) :: dt !< Size of the time- step
7474
75- !$acc declare create(x_cb, y_cb, x_cc, y_cc, dx, dy, dt, m, n)
75+ !$acc declare create(x_cb, y_cb, x_cc, y_cc, dx, dy, dt, m, n)
7676
7777 !> @name Starting time- step iteration, stopping time- step iteration and the number
7878 !! of time- step iterations between successive solution backups, respectively
@@ -112,7 +112,7 @@ module m_global_parameters
112112
113113 !> @name Boundary conditions (BC) in the x- , y- and z- directions, respectively
114114 !> @{
115- type(int_bounds_info) :: bc_x, bc_y, bc_z
115+ type(int_bounds_info) :: bc_x, bc_y
116116 type(int_bounds_info) :: bc_x_glb, bc_y_glb
117117 !> @}
118118
@@ -258,7 +258,6 @@ contains
258258
259259 bc_x%beg = dflt_int; bc_x%end = dflt_int
260260 bc_y%beg = dflt_int; bc_y%end = dflt_int
261- bc_z%beg = dflt_int; bc_z%end = dflt_int
262261
263262 ! Fluids physical parameters
264263 do i = 1 , num_fluids_max
0 commit comments