We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e70e7 commit d90eb60Copy full SHA for d90eb60
sorc/sfc_climo_gen.fd/CMakeLists.txt
@@ -8,17 +8,17 @@ set(lib_src
8
interp2.F90
9
model_grid.F90
10
output.f90
11
- output2.f90
+ output_frac_cats.F90
12
program_setup.f90
13
search.f90
14
- search2.f90
+ search_frac_cats.f90
15
source_grid.F90
16
utils.f90)
17
18
set(exe_src driver.F90)
19
20
if(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$")
21
- set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -r8")
+ set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -r8 -warn unused")
22
elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(GNU)$")
23
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -ffree-line-length-0 -fdefault-real-8")
24
endif()
0 commit comments