Skip to content

Commit

Permalink
Rename all chgres_cube routines with F90 extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Feb 24, 2021
1 parent 9d9dd23 commit a84439f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions sorc/chgres_cube.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ set(fortran_src
grib2_util.F90
input_data.F90
model_grid.F90
program_setup.f90
search_util.f90
program_setup.F90
search_util.F90
static_data.F90
surface.F90
thompson_mp_climo_data.F90
utils.f90
utils.F90
write_data.F90)

if(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions tests/chres_cube/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ execute_process( COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_CURRENT_SOURCE_DIR}/config.nml
${CMAKE_CURRENT_BINARY_DIR}/fort.41)

add_executable(ftst_utils "${CMAKE_SOURCE_DIR}/sorc/chgres_cube.fd/utils.f90" ftst_utils.F90)
add_executable(ftst_utils "${CMAKE_SOURCE_DIR}/sorc/chgres_cube.fd/utils.F90" ftst_utils.F90)
add_test(NAME ftst_utils COMMAND ftst_utils)
target_link_libraries(
ftst_utils
Expand All @@ -37,10 +37,10 @@ endif()

add_executable(ftst_program_setup "${CMAKE_SOURCE_DIR}/sorc/chgres_cube.fd/input_data.F90"
"${CMAKE_SOURCE_DIR}/sorc/chgres_cube.fd/model_grid.F90"
"${CMAKE_SOURCE_DIR}/sorc/chgres_cube.fd/program_setup.f90"
"${CMAKE_SOURCE_DIR}/sorc/chgres_cube.fd/program_setup.F90"
"${CMAKE_SOURCE_DIR}/sorc/chgres_cube.fd/grib2_util.F90"
"${CMAKE_SOURCE_DIR}/sorc/chgres_cube.fd/search_util.f90"
"${CMAKE_SOURCE_DIR}/sorc/chgres_cube.fd/utils.f90"
"${CMAKE_SOURCE_DIR}/sorc/chgres_cube.fd/search_util.F90"
"${CMAKE_SOURCE_DIR}/sorc/chgres_cube.fd/utils.F90"
ftst_program_setup.F90)
add_test(NAME ftst_program_setup COMMAND ftst_program_setup)
target_link_libraries(
Expand Down

0 comments on commit a84439f

Please sign in to comment.