Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions physics/PBL/MYNN_EDMF/module_bl_mynn.F90
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ SUBROUTINE mynn_bl_driver( &
! = 3; Level 3

! SGT: Changed this to use assumed shape arrays (dimension(:,:,:)) with no "optional" arguments
! to prevent a crash on Cheyenne. Do not change it back without testing if the code runs
! on Cheyenne with the GNU compiler.
! to prevent a crash on Derecho. Do not change it back without testing if the code runs
! on Derecho with the GNU compiler.

real(kind_phys), intent(in) :: delt
real(kind_phys), dimension(:), intent(in) :: dx
Expand Down