Skip to content

Commit

Permalink
CTUW: make preprocessor flags lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Feb 14, 2024
1 parent d026989 commit 54e56ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ecwam/ctuw.F90
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ SUBROUTINE CTUW (DELPRO, MSTART, MEND, &
! LOOP OVER GRID POINTS
! ---------------------

#IFNDEF _OPENACC
#ifndef _OPENACC

! FLUX VELOCITIES AT THE GRID BOX INTERFACE

Expand Down Expand Up @@ -321,7 +321,7 @@ SUBROUTINE CTUW (DELPRO, MSTART, MEND, &

! BASIC CFL CHECKS (IN EACH DIRECTION)
! ----------------
#IFNDEF _OPENACC
#ifndef _OPENACC
IF (ADXP(2) > ZDELLO(KY))THEN
WRITE (IU06,*) '********************************'
WRITE (IU06,*) '* CTUW: *'
Expand Down Expand Up @@ -531,7 +531,7 @@ SUBROUTINE CTUW (DELPRO, MSTART, MEND, &
! AND COMPUTE THEIR SUM AND CHECK IT IS LESS THAN 1 AS WELL
!!! THE SUM IS NEEDED LATER ON !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#IFNDEF _OPENACC
#ifndef _OPENACC
DO K=1,NANG
DO M = MSTART, MEND
DO IJ=KIJS,KIJL
Expand Down

0 comments on commit 54e56ef

Please sign in to comment.