Skip to content

Commit

Permalink
BUG: Fix where in module functions go
Browse files Browse the repository at this point in the history
  • Loading branch information
DWesl authored Sep 17, 2024
1 parent 1c20f4a commit ef93ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fortran/wrf_constants.f90
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ MODULE wrf_constants
REAL(KIND=8), PARAMETER :: EXPON = RD*USSALR/G
REAL(KIND=8), PARAMETER :: EXPONI = 1./EXPON

contains
logical function have_wrf_constants()
have_wrf_constants = .true.
end function have_wrf_constants
Expand Down

0 comments on commit ef93ca6

Please sign in to comment.