Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cheyenne to Derecho name update #1076

Closed
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
Loading