Skip to content

Commit

Permalink
final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Radhakrishnan committed Apr 5, 2024
1 parent e8d17e2 commit b30a26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/3D_weak_scaling/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@
'cyl_coord' : 'F',
'dt' : dt,
't_step_start' : 0,
't_step_stop' : int(25),
't_step_save' : int(25),
't_step_stop' : int(5000*16.0/ARGS["gbpp"]),
't_step_save' : int(1000*16.0/ARGS["gbpp"]),
# ==========================================================

# Simulation Algorithm Parameters ==========================
Expand Down
8 changes: 0 additions & 8 deletions src/common/m_variables_conversion.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -1274,14 +1274,6 @@ contains
+ pres_K*dir_flg(dir_idx(i))
end do

if (j == 1) then
#ifdef CRAY_PRINT_DEBUG
print *, "cbc debug"
print *, E_K
print *, pres_K
print *, vel_K(dir_idx(1))
#endif
end if
! energy flux, u(E+p)
FK_vf(j, k, l, E_idx) = vel_K(dir_idx(1))*(E_K + pres_K)
! comment out above and it will run to completion
Expand Down

0 comments on commit b30a26d

Please sign in to comment.