Skip to content

Commit

Permalink
remove unnecessary comment in module_bl_mynn.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Jun 6, 2024
1 parent f4e0fa1 commit da70d37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions physics/PBL/MYNN_EDMF/module_bl_mynn.F90
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,6 @@ SUBROUTINE mynn_bl_driver( &
! closure : <= 2.5; Level 2.5
! 2.5< and <3; Level 2.6
! = 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.

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

0 comments on commit da70d37

Please sign in to comment.